Exam P September 2014 Study Sheet! copylefted by Jared Nakamura, 9/4/2014!

Size: px
Start display at page:

Download "Exam P September 2014 Study Sheet! copylefted by Jared Nakamura, 9/4/2014!"

Transcription

1 Exam P September 2014 Study Sheet copylefted by Jared Nakamura, 9/4/2014 I. General Probability (15-30%) A. Set functions including set notation and basic elements of probability 1. Set notation: A = {a1, a2,, an} = {ai i = 1, 2,, n}; ai are called elements of A 2. Subset: A B means Every element of A is an element of B 3. Set union: A B is the set of elements in A or B 4. Set intersection: A B is the set of elements in A and B 5. Set difference: A \ B is the set of elements in A and not in B 6. Set complement: A is the set of elements not in A 7. Disjoint sets: A and B are disjoint iff no element of A is an element of B 8. Cardinality: A is the number of elements in A 9. Rule of Sum: If A and B are disjoint, then A + B = A B 10. Probability notation: P(A) is the probability that an event occurs within the set of events A B. Mutually exclusive events 1. Mutual exclusion: The set of events A and B are mutually exclusive iff A and B are disjoint C. Addition and multiplication rules 1. Addition rule: A and B are mutually exclusive iff P(A B) = P(A) + P(B) 2. Multiplication rule: A and B are independent iff P(A B) = P(A)P(B) D. Independence of events 1. Independence: The set of events A and B are independent iff P(A) is not affected by restricting the universe of events to B (and vice versa) E. Combinatorial probability 1. Factorial operation: n = 1*2*3* *n = (product from i = 1 to n) i 2. Number of ordered subsets of cardinality r from a set of cardinality n: npr = n/(n-r) 3. # of subsets of cardinality r from a set of cardinality n: ncr = n/[r(n-r)] 4. # of ways to order a multiset of cardinality n with multiplicities {mi}: n/[(product over i) mi] F. Conditional probability 1. Conditional probability: P(A B) is the probability that an event in A occurs after restricting the universe of events to B 2. Conditional axiom of probability: P(A B)P(B) = P(A B) G. Bayes' Theorem / Law of total probability 1. Bayes Theorem: P(A B)P(B) = P(B A)P(A) 2. Law of total probability: If {Bi} are mutually exclusive and (sum over i) P(Bi) = 1, then P(A) = (sum over i) P(A Bi) 3. Law of total conditional probability: If {Bi} are mutually exclusive, (sum over i) P(Bi) = 1, and C is independent of {Bi}, then P(A C) = (sum over i) P(A (C Bi))P(Bi)

2 II. Univariate Probability Distributions (including binomial, negative binomial, geometric, hypergeometric, Poisson, uniform, exponential, gamma, and normal) (30-50%) A. Probability functions and probability density functions 1. Discrete pf: px(n) = P(X = n) 2. Continuous pdf: fx(x) is such that P(a X b) = (integral from x = a to b) fx(x)dx 3. Binomial pf: p(r) = ncrp r (1 - p) n - r 4. Negative Binomial pf: p(n) = n - 1Cr - 1p r (1 - p) n - r 5. Geometric pf: p(n) = p(1 - p) n Hypergeometric pf: p(k) = nck(n - ncr - k)/ncr 7. Poisson pf: p(k) = e -λ λ k /k 8. Uniform pdf: f(x) = 1/(b-a) 9. Exponential pdf: f(x) = λe -λx 10. Gamma pdf: f(x) = λe -λx (λx) α-1 /Γ(α) 11. Normal pdf: f(x) = exp[-(x - μ) 2 /(2σ 2 )]/((2π) 1/2 σ) B. Cumulative distribution functions 1. Cumulative distribution function: FX(x) is such that P(X x) = FX(x) 2. Discrete cdf: FX(x) = (sum from n = - to floor(x)) px(n) 3. Continuous cdf: F(x) = (integral from t = - to x) f(t)dt 4. Binomial cdf: No elementary form 5. Negative Binomial cdf: No elementary form 6. Geometric cdf: F(x) = 1 - (1 - p) floor(x) 7. Hypergeometric cdf: No elementary form 8. Poisson cdf: No elementary form 9. Uniform cdf: F(x) = (x-a)/(b-a) 10. Exponential cdf: F(x) = 1 - e -λx 11. Gamma cdf: No elementary form 12. Normal cdf: No elementary form, however F(x) Z(t (x - μ)/σ) where Z(t) is the Z table 13. Survival function: S(x) = 1 - F(x) C. Mode, median, percentiles, and moments 1. Mode: The modes are the values of x for which p(x) or f(x) is the greatest 2. Informal definition of median: The median is the value of x for which FX(x) = Informal definition of percentile: The nth percentile is the value of x for which FX(x) = n / Discrete expected value: E(g(X)) = (sum from x = - to ) g(x)px(x) 5. Continuous expected value: E(g(X)) = (integral from x = - to ) g(x)fx(x)dx 6. Binomial ev: E(X) = np 7. Negative Binomial ev: E(X) = r(1 - p)/p 8. Geometric ev: E(X) = 1/p 9. Hypergeometric ev: E(X) = nr/n 10. Poisson ev: E(X) = λ 11. Uniform ev: E(X) = (b + a)/2 12. Exponential ev: E(X) = 1/λ 13. Gamma ev: E(X) = α/λ 14. Normal ev: E(X) = μ 15. Affine expected value: E(aX + b) = ae(x) + b 16. Discrete raw moment: The nth raw moment is (sum from x = - to ) x n p(x) = E(X n ) 17. Continuous raw moment: The nth raw moment is (integral from x = - to ) x n f(x)dx = E(X n )

3 D. Variance and measures of dispersion 1. Variance: Var(X) = E[(X-E(X)) 2 ] 2. Binomial var: Var(X) = np(1 - p) 3. Negative Binomial var: Var(X) = r(1 - p)/p 2 4. Geometric var: Var(X) = (1 - p)/p 2 5. Hypergeometric var: Var(X) = nr(n - r)(n - n)/(n 3 - N 2 ) 6. Poisson var: Var(X) = λ 7. Uniform var: Var(X) = (b - a) 2 /12 8. Exponential var: Var(X) = 1/λ 2 9. Gamma var: Var(X) = α/λ Normal var: Var(X) = σ Standard deviation: The standard deviation σx is the square root of the variance 12. Affine variance: Var(aX + b) = a 2 Var(X) 13. Variance as expected values: Var(X) = E(X 2 ) - E(X) 2 E. Moment generating functions 1. Moment generating function: MX(t) = E(e tx ) 2. Moment generation: [d n (MX(t))/dt n ](0) = E(X n ) 3. Binomial mgf: M(t) = (pe t p) n 4. Negative Binomial mgf: M(t) = (1 - p) r /(1 - pe t ) r 5. Geometric mgf: M(t) = pe t /(1 - (1 - p)e t ) 6. Hypergeometric mgf: No elementary form 7. Poisson mgf: M(t) = exp(λ(e t - 1)) 8. Uniform mgf: M(t) = (e bt - e at )/(t(b - a)) 9. Exponential mgf: M(t) = λ/(λ - t) 10. Gamma mgf: M(t) = (1 - t/λ) -α 11. Normal mgf: M(t) = exp(tμ+σ 2 t 2 /2) F. Transformations 1. Univariate Transformation: If g is one-to-one, fg(x)(x) = fx(g -1 (x)) d(g -1 (x))/dx 2. Affine transformation: fax + b(x) = fx((x - b)/a)/a 3. Inverse transformation: f1 / X(x) = fx(1/x)/x 2

4 III. Multivariate Probability Distributions (including the bivariate normal) (30-45%) A. Joint probability functions and joint probability density functions 1. Discrete joint probability function: pxy(m, n) = P(X = m Y = n) 2. Continuous joint probability density function: fxy(x, y) is such that P(a X b c Y d) = (integral from x = a to b)(integral from y = c to d) fxy(x, y)dydx 3. Mixed joint probability density function: fxy(x, y) is such that P(X = m a Y b) = (integral from y = a to b) fxy(m, y)dy 4. Bivariate normal: fxy(x, y) = exp[-[((x - μx)/σx) 2 + ((y - μy)/σy) 2-2ρ(x - μx)(y - μy)/(σxσy)]/(2-2ρ 2 )]/[2πσxσy(1 - ρ 2 ) 1/2 ] 5. Bivariate uniform: fxy(x, y) = 1 / A where A is the area of the domain 6. Joint independent variables: X and Y are independent iff FXY(x, y) = FX(x)FY(y) B. Joint cumulative distribution functions 1. Joint cumulative distribution function: F(x, y) is such that P(X x Y y) = F(x, y) 2. Discrete joint cdf: F(x, y) = (sum from m = - to floor(x))(sum from n = - to floor(y)) pxy(m, n) 3. Continuous joint cdf: F(x, y) = (integral from s = - to x)(integral from t = - to y) fxy(s, t)dtds 4. Mixed joint cdf: F(x, y) = (sum from m = - to floor(x))(integral from t = - to y) fxy(m, t)dt C. Central Limit Theorem 1. Informal definition of Central Limit Theorem: The arithmetic mean of a large number of iterates of independent random variables is approximately normally distributed with a mean equal to the mean of the expected values of the random variables and a variance equal to the sum of the variances of the random variables D. Conditional and marginal probability distributions 1. Discrete marginal distribution: px(m) = (sum from n = - to ) pxy(m, n) 2. Continuous marginal distribution: fx(x) = (integral from t = - to ) fxy(x, t)dt 3. Mixed marginal distribution, discrete: px(m) = (integral from t = - to ) fxy(m, t)dt 4. Mixed marginal distribution, continuous: fy(y) = (sum from m = - to ) fxy(m, y) 5. Discrete conditional distribution: px Y(x y) = pxy(x, y)/py(y) 6. Continuous conditional distribution: fx Y(x y) = fxy(x, y)/fy(y) E. Moments for joint, conditional, and marginal probability distributions 1. Discrete joint expected value: E(g(X, Y)) = (sum from x = - to )(sum from y = - to ) g(x, y) pxy(x, y) 2. Continuous joint expected value: E(g(X, Y)) = (integral from x = - to )(integral from y = - to ) g(x, y)fxy(x, y)dydx 3. Mixed joint expected value: E(g(X, Y)) = (sum from x = - to )(integral from y = - to ) g(x, y)fxy(x, y)dy 4. Joint raw moment: The (m, n)th raw moment is equal to E(X m Y n ) 5. Conditional raw moment: The nth conditional raw moment of X is equal to E(X n Y) 6. Marginal raw moment: The nth marginal raw moment of X is equal to E(X n ) 7. Law of total expectation: E(X) = E(E(X Y)) F. Joint moment generating functions 1. Joint moment generating function: MXY(s, t) = E(e sx + ty ) 2. Joint moment generation: [d m+n (MXY(s, t))/(ds m dt n )](0) = E(X m Y n )

5 G. Variance and measures of dispersion for conditional and marginal probability distributions 1. Conditional variance: Var(X Y) = E((X - E(X Y)) 2 X) 2. Marginal variance: Var(X) of the marginal distribution is equal to Var(X) of the joint distribution 3. Law of total variance: Var(X) = E(Var(X Y)) + Var(E(X Y)) H. Covariance and correlation coefficients 1. Discrete covariance: Cov(X, Y) = (sum from x = - to )(sum from y = - to ) (x - μx)(y - μy)pxy(x, y) 2. Continuous covariance: Cov(X, Y) = (integral from x = - to )(integral from y = - to ) (x - μx)(y - μy)fxy(x, y)dydx 3. Mixed covariance: Cov(X, Y) = (sum from x = - to )(integral from y = - to ) (x - μx)(y - μy)fxy(x, y)dydx 4. Symmetric property of covariance: Cov(X, Y) = Cov(Y, X) 5. Covariance as expected values: Cov(X, Y) = E(XY) - E(X)E(Y) 6. Affine covariance: Cov(aX + b, Y) = acov(x, Y) 7. Correlation coefficient: ρ(x, Y) = Cov(X, Y)/(Var(X)Var(Y)) 1/2 I. Transformations and order statistics 1. Product distribution: fx*y(x) = (integral from t = - to ) [fxy(t, x/t)/ t ]dt 2. Ratio distribution: fx / Y(x) = (integral from t = - to ) fxy(xt, t) t dt 3. Multivariate transformation: If U = g(x, Y) and V = h(x, Y) such that g and h are one-to-one, then fuv(u, v) = fxy(g (u, v), h (u, v)) det(j), J being the Jacobian matrix [ (u, v)/ (x, y)] 4. Min. independent distribution: fmin over {X_i}(x) = -d[(product over i) (1 - FX_i(x))]/dx 5. Max. independent distribution: fmax over {X_i}(x) = d[(product over i) FX_i(x)]/dx 6. Min. dependent distribution: fmin over {X_i}(x) = -d[(integrals from {ti} = x to ) f{x_i}({ti})d{ti}]/dx 7. Max. dependent distribution: fmax over {X_i}(x) = d(f{x_i}(x, x,, x))/dx J. Probabilities and moments for linear combinations of independent random variables 1. Discrete convolution: px + Y(n) = (sum from m = - to ) pxy(n - m, m) 2. Continuous convolution: fx + Y(x) = (integral from t = - to ) fxy(x - t, t)dt 3. Moments of linear combination: E((aX + by) n ) = (sum from i = 0 to n) ncia i b n - i E(X i )E(Y n - i ) 4. Expected value of sum: E(X + Y) = E(X) + E(Y) 5. Variance of sum: Var(X + Y) = Var(X) + 2Cov(X, Y) + Var(Y) 6. Covariance of sum: Cov(X + Y, Z) = Cov(X, Z) + Cov(Y, Z)

6 IV. Additional topics, formulae, shortcuts, etc. (?%) A. General Probability 1. Set membership: a A means a is an element of A 2. Contains: A a means A contains the element a 3. Symmetry properties: A B = B A, A B = B A 4. Set difference as intersection: A \ B = A B 5. Empty set: is the set of no elements 6. Inclusion-Exclusion Principle: (union over i)ai = (sum from k = 1 to n) [(-1) k + 1 (sum over all B of size k such that B {Ai}) (intersection over all elements of B) ] 7. Method of partitions: P(A B) + P(A B ) + P(A B) + P(A B ) = 1 8. Method of decomposition: 1 = P(A B ) + P(A B), P(A B) = P(B \ A) + P(A), P(A) = P(A \ B) + P(A B) B. Univariate Probability Distributions 1. Darth vader rule: If Y is a random variable X after deductible d and payout cap u, then E(Y) = (integral from x = d to d + u) S(x)dx and E(Y 2 ) = 2(integral from x = d to d + u) (x - d)s(x)dx 2. Bernoulli pf: p(r) = {1 - p, r = 0; p, r = 1} 3. Bernoulli ev: E(X) = p 4. Bernoulli var: Var(X) = p - p 2 5. Bernoulli mgf: MX(t) = pe t 6. Chi-squared pdf: The chi-squared distribution is a special case of the gamma distribution where λ = 1/2 and α = n/2. In particular, f(x) = x n/2-1 e -x/2 /(2 n/2 Γ(n/2)) 7. Chi-squared cdf: No elementary form 8. Chi-squared ev: E(X) = n 9. Chi-squared var: Var(X) = 2n 10. Chi-squared mgf: (1-2t) -n/2 11. Memorylessness of exponential: If X is exponential, E(X x > d) = E(X) + d 12. Memorylessness of geometric: If X is geometric, E(X x > d) = E(X) + floor(d) Poisson approximation to the binomial: A binomial variable with n >> 1 and p << 1 is approximately Poisson with parameter λ = np 14. Normal approximation to the binomial: A binomial variable with n >> 1 is approximately normal with parameters μ = np and σ = (np(1 - p)) 1 / Better definition of median: The median is E(X F(x) = 0.5) 16. Better definition of percentile: The nth percentile is E(X F(x) = n / 100) 17. Dirac delta: δ(x) allows mixed distributions to be expressed as continuous; it is the limiting normal distribution as σ approaches 0; also, (integral from x = - to ) δ(x)f(x) = f(0) C. Multivariate Probability Distributions 1. Shortcuts for independent variables: If X and Y are independent, E(XY) = E(X)E(Y), Cov(X, Y) = 0, ρ(x, Y) = 0, fxy(x, y) = fx(x)fy(y), and Var(X + Y) = Var(X) + Var(Y) 2. Moment generating function of a sum: MX + Y(t) = MX(t)MY(t) 3. Bivariate normal convolution: The convolution of a bivariate normal distribution is normal with mean μx + μy and variance (σx) 2 + (σy) 2 + 2ρσXσY

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 5 Continuous Random Variables and Probability Distributions Ch. 5-1 Probability Distributions Probability Distributions Ch. 4 Discrete Continuous Ch. 5 Probability

More information

continuous rv Note for a legitimate pdf, we have f (x) 0 and f (x)dx = 1. For a continuous rv, P(X = c) = c f (x)dx = 0, hence

continuous rv Note for a legitimate pdf, we have f (x) 0 and f (x)dx = 1. For a continuous rv, P(X = c) = c f (x)dx = 0, hence continuous rv Let X be a continuous rv. Then a probability distribution or probability density function (pdf) of X is a function f(x) such that for any two numbers a and b with a b, P(a X b) = b a f (x)dx.

More information

Probability and Random Variables A FINANCIAL TIMES COMPANY

Probability and Random Variables A FINANCIAL TIMES COMPANY Probability Basics Probability and Random Variables A FINANCIAL TIMES COMPANY 2 Probability Probability of union P[A [ B] =P[A]+P[B] P[A \ B] Conditional Probability A B P[A B] = Bayes Theorem P[A \ B]

More information

IEOR 165 Lecture 1 Probability Review

IEOR 165 Lecture 1 Probability Review IEOR 165 Lecture 1 Probability Review 1 Definitions in Probability and Their Consequences 1.1 Defining Probability A probability space (Ω, F, P) consists of three elements: A sample space Ω is the set

More information

Random Variables Handout. Xavier Vilà

Random Variables Handout. Xavier Vilà Random Variables Handout Xavier Vilà Course 2004-2005 1 Discrete Random Variables. 1.1 Introduction 1.1.1 Definition of Random Variable A random variable X is a function that maps each possible outcome

More information

Chapter 2. Random variables. 2.3 Expectation

Chapter 2. Random variables. 2.3 Expectation Random processes - Chapter 2. Random variables 1 Random processes Chapter 2. Random variables 2.3 Expectation 2.3 Expectation Random processes - Chapter 2. Random variables 2 Among the parameters representing

More information

Covariance and Correlation. Def: If X and Y are JDRVs with finite means and variances, then. Example Sampling

Covariance and Correlation. Def: If X and Y are JDRVs with finite means and variances, then. Example Sampling Definitions Properties E(X) µ X Transformations Linearity Monotonicity Expectation Chapter 7 xdf X (x). Expectation Independence Recall: µ X minimizes E[(X c) ] w.r.t. c. The Prediction Problem The Problem:

More information

Probability Theory and Simulation Methods. April 9th, Lecture 20: Special distributions

Probability Theory and Simulation Methods. April 9th, Lecture 20: Special distributions April 9th, 2018 Lecture 20: Special distributions Week 1 Chapter 1: Axioms of probability Week 2 Chapter 3: Conditional probability and independence Week 4 Chapters 4, 6: Random variables Week 9 Chapter

More information

MATH MW Elementary Probability Course Notes Part IV: Binomial/Normal distributions Mean and Variance

MATH MW Elementary Probability Course Notes Part IV: Binomial/Normal distributions Mean and Variance MATH 2030 3.00MW Elementary Probability Course Notes Part IV: Binomial/Normal distributions Mean and Variance Tom Salisbury salt@yorku.ca York University, Dept. of Mathematics and Statistics Original version

More information

Welcome to Stat 410!

Welcome to Stat 410! Welcome to Stat 410! Personnel Instructor: Liang, Feng TA: Gan, Gary (Lingrui) Instructors/TAs from two other sessions Websites: Piazza and Compass Homework When, where and how to submit your homework

More information

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc.

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. Summary of the previous lecture Moments of a distribubon Measures of

More information

Statistical Tables Compiled by Alan J. Terry

Statistical Tables Compiled by Alan J. Terry Statistical Tables Compiled by Alan J. Terry School of Science and Sport University of the West of Scotland Paisley, Scotland Contents Table 1: Cumulative binomial probabilities Page 1 Table 2: Cumulative

More information

PROBABILITY. Wiley. With Applications and R ROBERT P. DOBROW. Department of Mathematics. Carleton College Northfield, MN

PROBABILITY. Wiley. With Applications and R ROBERT P. DOBROW. Department of Mathematics. Carleton College Northfield, MN PROBABILITY With Applications and R ROBERT P. DOBROW Department of Mathematics Carleton College Northfield, MN Wiley CONTENTS Preface Acknowledgments Introduction xi xiv xv 1 First Principles 1 1.1 Random

More information

6. Continous Distributions

6. Continous Distributions 6. Continous Distributions Chris Piech and Mehran Sahami May 17 So far, all random variables we have seen have been discrete. In all the cases we have seen in CS19 this meant that our RVs could only take

More information

2 of PU_2015_375 Which of the following measures is more flexible when compared to other measures?

2 of PU_2015_375 Which of the following measures is more flexible when compared to other measures? PU M Sc Statistics 1 of 100 194 PU_2015_375 The population census period in India is for every:- quarterly Quinqennial year biannual Decennial year 2 of 100 105 PU_2015_375 Which of the following measures

More information

UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions.

UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions. UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions. Random Variables 2 A random variable X is a numerical (integer, real, complex, vector etc.) summary of the outcome of the random experiment.

More information

Counting Basics. Venn diagrams

Counting Basics. Venn diagrams Counting Basics Sets Ways of specifying sets Union and intersection Universal set and complements Empty set and disjoint sets Venn diagrams Counting Inclusion-exclusion Multiplication principle Addition

More information

Review for Final Exam Spring 2014 Jeremy Orloff and Jonathan Bloom

Review for Final Exam Spring 2014 Jeremy Orloff and Jonathan Bloom Review for Final Exam 18.05 Spring 2014 Jeremy Orloff and Jonathan Bloom THANK YOU!!!! JON!! PETER!! RUTHI!! ERIKA!! ALL OF YOU!!!! Probability Counting Sets Inclusion-exclusion principle Rule of product

More information

Converting to the Standard Normal rv: Exponential PDF and CDF for x 0 Chapter 7: expected value of x

Converting to the Standard Normal rv: Exponential PDF and CDF for x 0 Chapter 7: expected value of x Key Formula Sheet ASU ECN 22 ASWCC Chapter : no key formulas Chapter 2: Relative Frequency=freq of the class/n Approx Class Width: =(largest value-smallest value) /number of classes Chapter 3: sample and

More information

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is Normal Distribution Normal Distribution Definition A continuous rv X is said to have a normal distribution with parameter µ and σ (µ and σ 2 ), where < µ < and σ > 0, if the pdf of X is f (x; µ, σ) = 1

More information

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise.

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise. Math 224 Q Exam 3A Fall 217 Tues Dec 12 Version A Problem 1. Let X be the continuous random variable defined by the following pdf: { 1 x/2 when x 2, f(x) otherwise. (a) Compute the mean µ E[X]. E[X] x

More information

SOA Exam P. Study Manual. 2nd Edition. With StudyPlus + Abraham Weishaus, Ph.D., F.S.A., CFA, M.A.A.A. NO RETURN IF OPENED

SOA Exam P. Study Manual. 2nd Edition. With StudyPlus + Abraham Weishaus, Ph.D., F.S.A., CFA, M.A.A.A. NO RETURN IF OPENED SOA Exam P Study Manual With StudyPlus + StudyPlus + gives you digital access* to: Flashcards & Formula Sheet Actuarial Exam & Career Strategy Guides Technical Skill elearning Tools Samples of Supplemental

More information

Exam M Fall 2005 PRELIMINARY ANSWER KEY

Exam M Fall 2005 PRELIMINARY ANSWER KEY Exam M Fall 005 PRELIMINARY ANSWER KEY Question # Answer Question # Answer 1 C 1 E C B 3 C 3 E 4 D 4 E 5 C 5 C 6 B 6 E 7 A 7 E 8 D 8 D 9 B 9 A 10 A 30 D 11 A 31 A 1 A 3 A 13 D 33 B 14 C 34 C 15 A 35 A

More information

Chapter 3 Common Families of Distributions. Definition 3.4.1: A family of pmfs or pdfs is called exponential family if it can be expressed as

Chapter 3 Common Families of Distributions. Definition 3.4.1: A family of pmfs or pdfs is called exponential family if it can be expressed as Lecture 0 on BST 63: Statistical Theory I Kui Zhang, 09/9/008 Review for the previous lecture Definition: Several continuous distributions, including uniform, gamma, normal, Beta, Cauchy, double exponential

More information

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE AP STATISTICS Name: FALL SEMESTSER FINAL EXAM STUDY GUIDE Period: *Go over Vocabulary Notecards! *This is not a comprehensive review you still should look over your past notes, homework/practice, Quizzes,

More information

Contents Part I Descriptive Statistics 1 Introduction and Framework Population, Sample, and Observations Variables Quali

Contents Part I Descriptive Statistics 1 Introduction and Framework Population, Sample, and Observations Variables Quali Part I Descriptive Statistics 1 Introduction and Framework... 3 1.1 Population, Sample, and Observations... 3 1.2 Variables.... 4 1.2.1 Qualitative and Quantitative Variables.... 5 1.2.2 Discrete and Continuous

More information

Contents. An Overview of Statistical Applications CHAPTER 1. Contents (ix) Preface... (vii)

Contents. An Overview of Statistical Applications CHAPTER 1. Contents (ix) Preface... (vii) Contents (ix) Contents Preface... (vii) CHAPTER 1 An Overview of Statistical Applications 1.1 Introduction... 1 1. Probability Functions and Statistics... 1..1 Discrete versus Continuous Functions... 1..

More information

Homework Problems Stat 479

Homework Problems Stat 479 Chapter 2 1. Model 1 is a uniform distribution from 0 to 100. Determine the table entries for a generalized uniform distribution covering the range from a to b where a < b. 2. Let X be a discrete random

More information

Subject CS1 Actuarial Statistics 1 Core Principles. Syllabus. for the 2019 exams. 1 June 2018

Subject CS1 Actuarial Statistics 1 Core Principles. Syllabus. for the 2019 exams. 1 June 2018 ` Subject CS1 Actuarial Statistics 1 Core Principles Syllabus for the 2019 exams 1 June 2018 Copyright in this Core Reading is the property of the Institute and Faculty of Actuaries who are the sole distributors.

More information

STAT/MATH 395 PROBABILITY II

STAT/MATH 395 PROBABILITY II STAT/MATH 395 PROBABILITY II Distribution of Random Samples & Limit Theorems Néhémy Lim University of Washington Winter 2017 Outline Distribution of i.i.d. Samples Convergence of random variables The Laws

More information

The rth moment of a real-valued random variable X with density f(x) is. x r f(x) dx

The rth moment of a real-valued random variable X with density f(x) is. x r f(x) dx 1 Cumulants 1.1 Definition The rth moment of a real-valued random variable X with density f(x) is µ r = E(X r ) = x r f(x) dx for integer r = 0, 1,.... The value is assumed to be finite. Provided that

More information

SOA Exam P. Study Manual. 2nd Edition, Second Printing. With StudyPlus + Abraham Weishaus, Ph.D., F.S.A., CFA, M.A.A.A. NO RETURN IF OPENED

SOA Exam P. Study Manual. 2nd Edition, Second Printing. With StudyPlus + Abraham Weishaus, Ph.D., F.S.A., CFA, M.A.A.A. NO RETURN IF OPENED SOA Exam P Study Manual With StudyPlus + StudyPlus + gives you digital access* to: Flashcards & Formula Sheet Actuarial Exam & Career Strategy Guides Technical Skill elearning Tools Samples of Supplemental

More information

Review of the Topics for Midterm I

Review of the Topics for Midterm I Review of the Topics for Midterm I STA 100 Lecture 9 I. Introduction The objective of statistics is to make inferences about a population based on information contained in a sample. A population is the

More information

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza Probability Theory Mohamed I. Riffi Islamic University of Gaza Table of contents 1. Chapter 2 Discrete Distributions The binomial distribution 1 Chapter 2 Discrete Distributions Bernoulli trials and the

More information

PROBABILITY AND STATISTICS

PROBABILITY AND STATISTICS Monday, January 12, 2015 1 PROBABILITY AND STATISTICS Zhenyu Ye January 12, 2015 Monday, January 12, 2015 2 References Ch10 of Experiments in Modern Physics by Melissinos. Particle Physics Data Group Review

More information

Chapter 3 - Lecture 3 Expected Values of Discrete Random Va

Chapter 3 - Lecture 3 Expected Values of Discrete Random Va Chapter 3 - Lecture 3 Expected Values of Discrete Random Variables October 5th, 2009 Properties of expected value Standard deviation Shortcut formula Properties of the variance Properties of expected value

More information

Exam STAM Practice Exam #1

Exam STAM Practice Exam #1 !!!! Exam STAM Practice Exam #1 These practice exams should be used during the month prior to your exam. This practice exam contains 20 questions, of equal value, corresponding to about a 2 hour exam.

More information

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8)

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8) 3 Discrete Random Variables and Probability Distributions Stat 4570/5570 Based on Devore s book (Ed 8) Random Variables We can associate each single outcome of an experiment with a real number: We refer

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Generating Random Variables and Stochastic Processes Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Lecture Notes 6. Assume F belongs to a family of distributions, (e.g. F is Normal), indexed by some parameter θ.

Lecture Notes 6. Assume F belongs to a family of distributions, (e.g. F is Normal), indexed by some parameter θ. Sufficient Statistics Lecture Notes 6 Sufficiency Data reduction in terms of a particular statistic can be thought of as a partition of the sample space X. Definition T is sufficient for θ if the conditional

More information

Continuous random variables

Continuous random variables Continuous random variables probability density function (f(x)) the probability distribution function of a continuous random variable (analogous to the probability mass function for a discrete random variable),

More information

STAT Chapter 4/6: Random Variables and Probability Distributions

STAT Chapter 4/6: Random Variables and Probability Distributions STAT 251 - Chapter 4/6: Random Variables and Probability Distributions We use random variables (RV) to represent the numerical features of a random experiment. In chapter 3, we defined a random experiment

More information

STK 3505/4505: Summary of the course

STK 3505/4505: Summary of the course November 22, 2016 CH 2: Getting started the Monte Carlo Way How to use Monte Carlo methods for estimating quantities ψ related to the distribution of X, based on the simulations X1,..., X m: mean: X =

More information

34.S-[F] SU-02 June All Syllabus Science Faculty B.Sc. I Yr. Stat. [Opt.] [Sem.I & II] - 1 -

34.S-[F] SU-02 June All Syllabus Science Faculty B.Sc. I Yr. Stat. [Opt.] [Sem.I & II] - 1 - [Sem.I & II] - 1 - [Sem.I & II] - 2 - [Sem.I & II] - 3 - Syllabus of B.Sc. First Year Statistics [Optional ] Sem. I & II effect for the academic year 2014 2015 [Sem.I & II] - 4 - SYLLABUS OF F.Y.B.Sc.

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

NORMAL APPROXIMATION. In the last chapter we discovered that, when sampling from almost any distribution, e r2 2 rdrdϕ = 2π e u du =2π.

NORMAL APPROXIMATION. In the last chapter we discovered that, when sampling from almost any distribution, e r2 2 rdrdϕ = 2π e u du =2π. NOMAL APPOXIMATION Standardized Normal Distribution Standardized implies that its mean is eual to and the standard deviation is eual to. We will always use Z as a name of this V, N (, ) will be our symbolic

More information

STOR Lecture 7. Random Variables - I

STOR Lecture 7. Random Variables - I STOR 435.001 Lecture 7 Random Variables - I Shankar Bhamidi UNC Chapel Hill 1 / 31 Example 1a: Suppose that our experiment consists of tossing 3 fair coins. Let Y denote the number of heads that appear.

More information

The Normal Distribution

The Normal Distribution The Normal Distribution The normal distribution plays a central role in probability theory and in statistics. It is often used as a model for the distribution of continuous random variables. Like all models,

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

STOR Lecture 15. Jointly distributed Random Variables - III

STOR Lecture 15. Jointly distributed Random Variables - III STOR 435.001 Lecture 15 Jointly distributed Random Variables - III Jan Hannig UNC Chapel Hill 1 / 17 Before we dive in Contents of this lecture 1. Conditional pmf/pdf: definition and simple properties.

More information

Actuarial Science: Models. INTRODUCTION Who is an Actuary? What is the Society of Actuaries (SOA)?

Actuarial Science: Models. INTRODUCTION Who is an Actuary?  What is the Society of Actuaries (SOA)? STAT 484 Actuarial Science: Models INTRODUCTION Who is an Actuary? An actuary is a person who analyzes financial risks for different types of insurance and pension programs. The word actuary comes from

More information

32.S [F] SU 02 June All Syllabus Science Faculty B.A. I Yr. Stat. [Opt.] [Sem.I & II] 1

32.S [F] SU 02 June All Syllabus Science Faculty B.A. I Yr. Stat. [Opt.] [Sem.I & II] 1 32.S [F] SU 02 June 2014 2015 All Syllabus Science Faculty B.A. I Yr. Stat. [Opt.] [Sem.I & II] 1 32.S [F] SU 02 June 2014 2015 All Syllabus Science Faculty B.A. I Yr. Stat. [Opt.] [Sem.I & II] 2 32.S

More information

Chapter 3 - Lecture 4 Moments and Moment Generating Funct

Chapter 3 - Lecture 4 Moments and Moment Generating Funct Chapter 3 - Lecture 4 and s October 7th, 2009 Chapter 3 - Lecture 4 and Moment Generating Funct Central Skewness Chapter 3 - Lecture 4 and Moment Generating Funct Central Skewness The expected value of

More information

CS134: Networks Spring Random Variables and Independence. 1.2 Probability Distribution Function (PDF) Number of heads Probability 2 0.

CS134: Networks Spring Random Variables and Independence. 1.2 Probability Distribution Function (PDF) Number of heads Probability 2 0. CS134: Networks Spring 2017 Prof. Yaron Singer Section 0 1 Probability 1.1 Random Variables and Independence A real-valued random variable is a variable that can take each of a set of possible values in

More information

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables Chapter 5 Continuous Random Variables and Probability Distributions 5.1 Continuous Random Variables 1 2CHAPTER 5. CONTINUOUS RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Probability Distributions Probability

More information

A First Course in Probability

A First Course in Probability A First Course in Probability Seventh Edition Sheldon Ross University of Southern California PEARSON Prentice Hall Upper Saddle River, New Jersey 07458 Preface 1 Combinatorial Analysis 1 1.1 Introduction

More information

STAT 830 Convergence in Distribution

STAT 830 Convergence in Distribution STAT 830 Convergence in Distribution Richard Lockhart Simon Fraser University STAT 830 Fall 2013 Richard Lockhart (Simon Fraser University) STAT 830 Convergence in Distribution STAT 830 Fall 2013 1 / 31

More information

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial.

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial. Lecture 21,22, 23 Text: A Course in Probability by Weiss 8.5 STAT 225 Introduction to Probability Models March 31, 2014 Standard Sums of Whitney Huang Purdue University 21,22, 23.1 Agenda 1 2 Standard

More information

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions.

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions. ME3620 Theory of Engineering Experimentation Chapter III. Random Variables and Probability Distributions Chapter III 1 3.2 Random Variables In an experiment, a measurement is usually denoted by a variable

More information

4.3 Normal distribution

4.3 Normal distribution 43 Normal distribution Prof Tesler Math 186 Winter 216 Prof Tesler 43 Normal distribution Math 186 / Winter 216 1 / 4 Normal distribution aka Bell curve and Gaussian distribution The normal distribution

More information

Homework Problems Stat 479

Homework Problems Stat 479 Chapter 2 1. Model 1 in the table handed out in class is a uniform distribution from 0 to 100. Determine what the table entries would be for a generalized uniform distribution covering the range from a

More information

Homework Problems Stat 479

Homework Problems Stat 479 Chapter 10 91. * A random sample, X1, X2,, Xn, is drawn from a distribution with a mean of 2/3 and a variance of 1/18. ˆ = (X1 + X2 + + Xn)/(n-1) is the estimator of the distribution mean θ. Find MSE(

More information

S t d with probability (1 p), where

S t d with probability (1 p), where Stochastic Calculus Week 3 Topics: Towards Black-Scholes Stochastic Processes Brownian Motion Conditional Expectations Continuous-time Martingales Towards Black Scholes Suppose again that S t+δt equals

More information

(Practice Version) Midterm Exam 1

(Practice Version) Midterm Exam 1 EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2014 Kannan Ramchandran September 19, 2014 (Practice Version) Midterm Exam 1 Last name First name SID Rules. DO NOT open

More information

Discrete probability distributions

Discrete probability distributions Discrete probability distributions Probability distributions Discrete random variables Expected values (mean) Variance Linear functions - mean & standard deviation Standard deviation 1 Probability distributions

More information

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem 1.1.2 Normal distribution 1.1.3 Approimating binomial distribution by normal 2.1 Central Limit Theorem Prof. Tesler Math 283 Fall 216 Prof. Tesler 1.1.2-3, 2.1 Normal distribution Math 283 / Fall 216 1

More information

1/2 2. Mean & variance. Mean & standard deviation

1/2 2. Mean & variance. Mean & standard deviation Question # 1 of 10 ( Start time: 09:46:03 PM ) Total Marks: 1 The probability distribution of X is given below. x: 0 1 2 3 4 p(x): 0.73? 0.06 0.04 0.01 What is the value of missing probability? 0.54 0.16

More information

Random variables. Contents

Random variables. Contents Random variables Contents 1 Random Variable 2 1.1 Discrete Random Variable............................ 3 1.2 Continuous Random Variable........................... 5 1.3 Measures of Location...............................

More information

Commonly Used Distributions

Commonly Used Distributions Chapter 4: Commonly Used Distributions 1 Introduction Statistical inference involves drawing a sample from a population and analyzing the sample data to learn about the population. We often have some knowledge

More information

14.30 Introduction to Statistical Methods in Economics Spring 2009

14.30 Introduction to Statistical Methods in Economics Spring 2009 MIT OpenCourseWare http://ocw.mit.edu 4.30 Introduction to Statistical Methods in Economics Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Exercise. Show the corrected sample variance is an unbiased estimator of population variance. S 2 = n i=1 (X i X ) 2 n 1. Exercise Estimation

Exercise. Show the corrected sample variance is an unbiased estimator of population variance. S 2 = n i=1 (X i X ) 2 n 1. Exercise Estimation Exercise Show the corrected sample variance is an unbiased estimator of population variance. S 2 = n i=1 (X i X ) 2 n 1 Exercise S 2 = = = = n i=1 (X i x) 2 n i=1 = (X i µ + µ X ) 2 = n 1 n 1 n i=1 ((X

More information

Probability Theory. Probability and Statistics for Data Science CSE594 - Spring 2016

Probability Theory. Probability and Statistics for Data Science CSE594 - Spring 2016 Probability Theory Probability and Statistics for Data Science CSE594 - Spring 2016 What is Probability? 2 What is Probability? Examples outcome of flipping a coin (seminal example) amount of snowfall

More information

4-1. Chapter 4. Commonly Used Distributions by The McGraw-Hill Companies, Inc. All rights reserved.

4-1. Chapter 4. Commonly Used Distributions by The McGraw-Hill Companies, Inc. All rights reserved. 4-1 Chapter 4 Commonly Used Distributions 2014 by The Companies, Inc. All rights reserved. Section 4.1: The Bernoulli Distribution 4-2 We use the Bernoulli distribution when we have an experiment which

More information

4-2 Probability Distributions and Probability Density Functions. Figure 4-2 Probability determined from the area under f(x).

4-2 Probability Distributions and Probability Density Functions. Figure 4-2 Probability determined from the area under f(x). 4-2 Probability Distributions and Probability Density Functions Figure 4-2 Probability determined from the area under f(x). 4-2 Probability Distributions and Probability Density Functions Definition 4-2

More information

Model Paper Statistics Objective. Paper Code Time Allowed: 20 minutes

Model Paper Statistics Objective. Paper Code Time Allowed: 20 minutes Model Paper Statistics Objective Intermediate Part I (11 th Class) Examination Session 2012-2013 and onward Total marks: 17 Paper Code Time Allowed: 20 minutes Note:- You have four choices for each objective

More information

3. Continuous Probability Distributions

3. Continuous Probability Distributions 3.1 Continuous probability distributions 3. Continuous Probability Distributions K The normal probability distribution A continuous random variable X is said to have a normal distribution if it has a probability

More information

Describing Uncertain Variables

Describing Uncertain Variables Describing Uncertain Variables L7 Uncertainty in Variables Uncertainty in concepts and models Uncertainty in variables Lack of precision Lack of knowledge Variability in space/time Describing Uncertainty

More information

Desirable properties for a good model of portfolio credit risk modelling

Desirable properties for a good model of portfolio credit risk modelling 3.3 Default correlation binomial models Desirable properties for a good model of portfolio credit risk modelling Default dependence produce default correlations of a realistic magnitude. Estimation number

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial Lecture 23 STAT 225 Introduction to Probability Models April 4, 2014 approximation Whitney Huang Purdue University 23.1 Agenda 1 approximation 2 approximation 23.2 Characteristics of the random variable:

More information

Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions

Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions ELE 525: Random Processes in Information Systems Hisashi Kobayashi Department of Electrical Engineering

More information

Theoretical Problems in Credit Portfolio Modeling 2

Theoretical Problems in Credit Portfolio Modeling 2 Theoretical Problems in Credit Portfolio Modeling 2 David X. Li Shanghai Advanced Institute of Finance (SAIF) Shanghai Jiaotong University(SJTU) November 3, 2017 Presented at the University of South California

More information

MidTerm 1) Find the following (round off to one decimal place):

MidTerm 1) Find the following (round off to one decimal place): MidTerm 1) 68 49 21 55 57 61 70 42 59 50 66 99 Find the following (round off to one decimal place): Mean = 58:083, round off to 58.1 Median = 58 Range = max min = 99 21 = 78 St. Deviation = s = 8:535,

More information

Basic notions of probability theory: continuous probability distributions. Piero Baraldi

Basic notions of probability theory: continuous probability distributions. Piero Baraldi Basic notions of probability theory: continuous probability distributions Piero Baraldi Probability distributions for reliability, safety and risk analysis: discrete probability distributions continuous

More information

CS145: Probability & Computing

CS145: Probability & Computing CS145: Probability & Computing Lecture 8: Variance of Sums, Cumulative Distribution, Continuous Variables Instructor: Eli Upfal Brown University Computer Science Figure credits: Bertsekas & Tsitsiklis,

More information

Chapter 8: The Binomial and Geometric Distributions

Chapter 8: The Binomial and Geometric Distributions Chapter 8: The Binomial and Geometric Distributions 8.1 Binomial Distributions 8.2 Geometric Distributions 1 Let me begin with an example My best friends from Kent School had three daughters. What is the

More information

Data Analytics (CS40003) Practice Set IV (Topic: Probability and Sampling Distribution)

Data Analytics (CS40003) Practice Set IV (Topic: Probability and Sampling Distribution) Data Analytics (CS40003) Practice Set IV (Topic: Probability and Sampling Distribution) I. Concept Questions 1. Give an example of a random variable in the context of Drawing a card from a deck of cards.

More information

Section 7.1: Continuous Random Variables

Section 7.1: Continuous Random Variables Section 71: Continuous Random Variables Discrete-Event Simulation: A First Course c 2006 Pearson Ed, Inc 0-13-142917-5 Discrete-Event Simulation: A First Course Section 71: Continuous Random Variables

More information

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi Chapter 4: Commonly Used Distributions Statistics for Engineers and Scientists Fourth Edition William Navidi 2014 by Education. This is proprietary material solely for authorized instructor use. Not authorized

More information

Chapter 6 Continuous Probability Distributions. Learning objectives

Chapter 6 Continuous Probability Distributions. Learning objectives Chapter 6 Continuous s Slide 1 Learning objectives 1. Understand continuous probability distributions 2. Understand Uniform distribution 3. Understand Normal distribution 3.1. Understand Standard normal

More information

5. In fact, any function of a random variable is also a random variable

5. In fact, any function of a random variable is also a random variable Random Variables - Class 11 October 14, 2012 Debdeep Pati 1 Random variables 1.1 Expectation of a function of a random variable 1. Expectation of a function of a random variable 2. We know E(X) = x xp(x)

More information

An Introduction to Stochastic Calculus

An Introduction to Stochastic Calculus An Introduction to Stochastic Calculus Haijun Li lih@math.wsu.edu Department of Mathematics and Statistics Washington State University Lisbon, May 218 Haijun Li An Introduction to Stochastic Calculus Lisbon,

More information

MATH 3200 Exam 3 Dr. Syring

MATH 3200 Exam 3 Dr. Syring . Suppose n eligible voters are polled (randomly sampled) from a population of size N. The poll asks voters whether they support or do not support increasing local taxes to fund public parks. Let M be

More information

AMH4 - ADVANCED OPTION PRICING. Contents

AMH4 - ADVANCED OPTION PRICING. Contents AMH4 - ADVANCED OPTION PRICING ANDREW TULLOCH Contents 1. Theory of Option Pricing 2 2. Black-Scholes PDE Method 4 3. Martingale method 4 4. Monte Carlo methods 5 4.1. Method of antithetic variances 5

More information

MLEMVD: A R Package for Maximum Likelihood Estimation of Multivariate Diffusion Models

MLEMVD: A R Package for Maximum Likelihood Estimation of Multivariate Diffusion Models MLEMVD: A R Package for Maximum Likelihood Estimation of Multivariate Diffusion Models Matthew Dixon and Tao Wu 1 Illinois Institute of Technology May 19th 2017 1 https://papers.ssrn.com/sol3/papers.cfm?abstract

More information

Central Limit Theorem, Joint Distributions Spring 2018

Central Limit Theorem, Joint Distributions Spring 2018 Central Limit Theorem, Joint Distributions 18.5 Spring 218.5.4.3.2.1-4 -3-2 -1 1 2 3 4 Exam next Wednesday Exam 1 on Wednesday March 7, regular room and time. Designed for 1 hour. You will have the full

More information

The Binomial Distribution

The Binomial Distribution MATH 382 The Binomial Distribution Dr. Neal, WKU Suppose there is a fixed probability p of having an occurrence (or success ) on any single attempt, and a sequence of n independent attempts is made. Then

More information

Chapter 5: Probability

Chapter 5: Probability Chapter 5: These notes reflect material from our text, Exploring the Practice of Statistics, by Moore, McCabe, and Craig, published by Freeman, 2014. quantifies randomness. It is a formal framework with

More information

1. You are given the following information about a stationary AR(2) model:

1. You are given the following information about a stationary AR(2) model: Fall 2003 Society of Actuaries **BEGINNING OF EXAMINATION** 1. You are given the following information about a stationary AR(2) model: (i) ρ 1 = 05. (ii) ρ 2 = 01. Determine φ 2. (A) 0.2 (B) 0.1 (C) 0.4

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 4 Random Variables & Probability Distributions Content 1. Two Types of Random Variables 2. Probability Distributions for Discrete Random Variables 3. The Binomial

More information