Notes, abstracts, papers, exams and problems of Mathematics

Sort by
Subject
Level

Data Analysis and Visualization Techniques

Classified in Mathematics

Written at on English with a size of 3.52 KB.

Types of Data

Population and Sample

When dealing with large datasets, it's often impractical to analyze every single data point. In such instances, we collect data from a subset of the population known as a sample.

Quantitative and Categorical Data

Quantitative data represent numerical values and allow for arithmetic operations like addition, subtraction, multiplication, and division. Examples include height, weight, and temperature.

Categorical data represent categories or groups and cannot be manipulated with arithmetic operations. Examples include gender, hair color, and country of origin. We can summarize categorical data by counting the number of observations or computing the proportions of observations in each category.

Cross-Sectional and

... Continue reading "Data Analysis and Visualization Techniques" »

Long-Term Vision & Competitive Analysis: Case Studies

Classified in Mathematics

Written at on English with a size of 2.49 KB.

Clear, Consistent, Long-Term Goals

Google's mission statement is to organize the world's information and make it universally accessible and useful.

Inditex

One clear aspect of Inditex's strategy is its founder's vision for the future and unwavering belief in his work. A key goal was to create the best logistics system in the market—an innovative formula that placed garments in stores in under fifteen days, regardless of location.

Profound Understanding of the Competitive Environment

Tesla

Elon Musk's innovative technology company, Tesla, is known for producing high-quality, cutting-edge vehicles with high-end and creative features. Tesla has been changing the auto industry with its full self-driving capability cars: Model S, Model X, and Model... Continue reading "Long-Term Vision & Competitive Analysis: Case Studies" »

Probability and Statistics Problems and Solutions

Classified in Mathematics

Written at on English with a size of 269.53 KB.

Are X and Y independent random variables?

Solution: First we calculate the marginal pdfs

Capture1

Note that fX,Y (x, y) 6= fX(x) × fY (y). So they are not independent.

What is the conditional distribution of X, given Y = .50? What is the probability that less than 50% of the initiative 1 surveys are returned, given that 50% of the initiative 2 surveys are returned?

Capture2

(c) Calculate E(X/Y = y). What is the expected proportion of initiative 1 surveys returned, given that 50% of the initiative 2 surveys are returned?

Capture3

Three prisoners are informed by their jailer that one of them has been 1/3 1/2

First we label the prisoners as P1, P2 and P3. Suppose P1 asks the jailer to tell him privately whether P2 or P3 will be set free. Now we define the following events.

Ai... Continue reading "Probability and Statistics Problems and Solutions" »

Statistics Concepts and Examples: A Comprehensive Guide

Classified in Mathematics

Written at on English with a size of 3.95 KB.

Descriptive and Inferential Statistics

Descriptive Statistics

Descriptive statistics involve organizing, summarizing, and presenting data. This can include using:

  • Graphs
  • Frequencies
  • Tables

Inferential Statistics

Inferential statistics involve drawing conclusions from data.

Example: Fitness Center Data Analysis

A fitness center wants to know the average time clients exercise each week.

Key Concepts:

  • Population: All clients in the fitness center
  • Sample: A group of clients from the fitness center
  • Parameter: Population mean amount of time clients exercise each week
  • Statistic: Sample mean amount of time clients exercise each week
  • Variable (X): The amount of time one client exercises in the center each week
  • Data: Values for X (e.g., 4 hours, 6 hours, 10 hours)

Important

... Continue reading "Statistics Concepts and Examples: A Comprehensive Guide" »

Principles of Design: Proximity, Alignment, Repetition, Contrast, and More

Classified in Mathematics

Written at on English with a size of 2.87 KB.

PRINCIPLES OF DESIGN

They affect content and message.

1. Proximity

Proximity basically means space; unfortunately, most people simply try to fill up empty space. Space should be organized, so, information can be easily understood.

2. Alignment

Alignment is like rulers or margins. We need to avoid to use more than one alignment, and to use the centered alignment.

3. Repetition

There are many ways to create repetition: -Bullets, bold fonts, color, line, a design element… Repetition unifies and strengthens. It creates visual interest.

4. Contrast

There are many ways to create contrasts: -Large/small type, warm/cold colors, old/new fonts, and horizontal/vertical… Contrast has 2 purposes: 1. Create interest on a page. 2. Aid organization on a page

5.

... Continue reading "Principles of Design: Proximity, Alignment, Repetition, Contrast, and More" »

Understanding Business Statistics: Concepts and Techniques

Classified in Mathematics

Written at on English with a size of 2.46 KB.

1. The role of business statistics is to convert data into meaningful info.

2. The two primary categories of statistical interference tools are estimation and hypothesis testing.
3. The sampling method by which the population is divided into groups that are each intended to be mini-populations is known as cluster sampling.
4. The set of all objects or individuals of interest or the measurements obtained from all objects or individuals of interest is a population.
5. Descriptive numerical measures that are computed from the entire population are called parameters.
6. A sampling technique that selects the items from the population based on accessibility and ease of selection is called convenience sampling
7. In which of the following sampling methods
... Continue reading "Understanding Business Statistics: Concepts and Techniques" »

Relationship between Interest Rates and Bond Prices

Classified in Mathematics

Written at on English with a size of 2.16 KB.

Which of the following statements about the relationship between interest rates and bond prices is true?

  1. There is an inverse relationship between bond prices and interest rates.
  2. There is a direct relationship between bond prices and interest rates.
  3. The price of short-term bonds fluctuates more than the price of long-term bonds for a given change in interest rates. (Assuming that coupon rate is the same for both)
  4. The price of long-term bonds fluctuates more than the price of short-term bonds for a given change in interest rates. (Assuming that the coupon rate is the same for both)

Answer: I and IV only

Bond Duration

Consider a bond with a face value of $1,000, a coupon rate of 8%, a yield to maturity of 9%, and ten years to maturity. This bond's duration... Continue reading "Relationship between Interest Rates and Bond Prices" »

Vector Operations, Dot and Cross Products, and Lines

Classified in Mathematics

Written at on English with a size of 10.69 KB.

Vector Determination by Length and Angle

V = <||V|| Cosθ, ||V|| Sinθ> ---> ||V||Cosθi + ||V||Sinθj

Example:

a) Find the vector of length 2 that makes an angle of π/4 with the positive x-axis.

b) Find the angle that the vector V = -\sqrt{\ }3 i + j makes with the positive x-axis.

a) <||V||Cosθ , ||V||Sinθ> = <2cos45, 2sin45> ---> <\sqrt{\ }2, \sqrt{\ }2>

b) Normalize... ||V|| = \sqrt{\ }(-3)2 + 12 = \sqrt{\ }4 = 2 -----> V/||V|| = <-\sqrt{\ }3/2 , 1/2> = <cosθ, sinθ> ----> cosθ = -\sqrt{\ }3/2, sinθ = 1/2 ---> θ = 5π/6

Dot Product

If U = <U1, U2> and V = <V1, V2>, then the dot product is UV = U1V1 + U2V2.

Example:

a) U = <3, 5>, V = <-1, 2> -----> UV = (3)(-1) + (5)(2) ---> UV = -3 + 10 --> UV = 7

b) U = &... Continue reading "Vector Operations, Dot and Cross Products, and Lines" »

Valuation Methods and Cash Flow Analysis

Classified in Mathematics

Written at on English with a size of 3.37 KB.

Multiples consist of using the multiples of a company similar to yours to apply to your numbers and get an approximation of what yours is worth. It is not the most accurate in my opinion.

An example would be the EBITDA multiple, you multiply EBITDA by that figure obtained by dividing the value of the company you are comparing yourself to by its EBITDA.

This method is useful because although the estimated value of your company is not precise, with this method you can see the evolution over time.

250. The increase in provisions is not considered an outflow of cash, so it goes to the income statement.

– 150. The following are considered cash outflows

Add the cash paid instantly by the customer recorded in the cash flow statement as cash received... Continue reading "Valuation Methods and Cash Flow Analysis" »

Dfsfdsf

Classified in Mathematics

Written at on English with a size of 1.54 KB.

hormigones no controlados
-hormigon simple 170kg/m3
-hormigon armado h-20 300kg/m3
hormigones controlados
-hormigon armado protegido de la interperie 240kg/m3
-hormigon armado expuesto a la interperie 270kg/m3
proteccion y curado
-primera 24 hrs. es de vital importancia (7dias) curado (4dias) alta resistencia.
aditivos y adiciones
aditivos: se agregan pequeñas cantidades para modificar sus propiedades.
adiciones: materiales solidos inertes que se agregan
clasificacion de morteros
-mortero estuco: interior y exterior
-mortero industrial:·Mortero mezclado en una central de mortero.
Mortero de premezclado en seco
-revestimiento continuo y discontinuo
-junta albañileria
cemento clasificacion
por composicion, grado, (alta resistencia - corriente)
tipos de cemento
cemento
... Continue reading "Dfsfdsf" »