Basic Statistical Tools

Size: px
Start display at page:

Download "Basic Statistical Tools"

Transcription

1 Structural Health Monitoring Using Statistical Pattern Recognition Basic Statistical Tools Presented by Charles R. Farrar, Ph.D., P.E. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants Overview Provide a brief statistics background to help with further discussions of statistical pattern recognition applied to Structural Health Monitoring. Probability Density Function Cumulative Distribution Function Statistical Moments Density Estimation Confidence Limits Central Limit Theorem Multivariate statistics Multivariate Analysis Curse of Dimensionality Assessment of normality Data Reduction/Compression Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants

2 First, we need to define the Probability Density Function, f (), which is used to quantify the Probability Distribution. A Probability Density Function describes the probability density over the sample space of a continuous random variable, X. The probability that X lies between a and b is given f(x) Probability by: Density P(a X b) f Some properties: Probability Density Functions b a () d f (), Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 3 f a b Function ()d X Probability Density Functions Some common probability density functions: Gaussian or Normal Distribution f() e Standard normal distribution: =, = Rayleigh Distribution ResizeLegend b =.5 f() e b b, Describes the distance a particle travels per unit time when subjected to velocity components described by normal distributions Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 4

3 Probability Density Functions Log-Normal Distribution f () e ln,.5.5 =. =.3 =.5 where E(ln ), Used when values of random variable are know to be positive, e.g. fatigue life. Weibull Distribution (ln ) Median =. ResizeLegend f () e Models failure of materials,.5 3 = =5. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 5 Cumulative Distribution Function The Cumulative Distribution Function, F(), defines the probability that a random variable X is less than or equal to some value. F () P(X ) If F () has a first derivative, the following relationship between the cumulative distribution function and the probability density function holds: df () f() d f ( ) d Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 6

4 Cumulative Distribution Function Some properties of F (): F ( ), F ( ) F ().5 Bimodal PDF Bimodal CDF Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 7 Statistical Moments We will be interested in calculating the average behavior of a random variable (in our case some damage sensitive feature) and estimating how frequently significant deviations from the average occur. The mean value,, (a.k.a. epected value, E()) provides a measure of the this average behavior. The mean value is defined by the following formula for a continuous random variable: n E() f () d E ˆ i n i is a parameter in a model is estimated from discrete data Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 8

5 Statistical Moments The mean value can be thought of in terms of a mechanics analogy as the first moment of the density function (for such calculations one typically divides by total area, but for PDF s that area is one) f (X) Probability Density Function f () d f () d d X Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 9 Statistical Moments The mean value provide a measure of the random variable s central tendency. There are other measures of a random variable s central tendency: Mode (or modal value) is the most probable value of a random variable (corresponds to the highest point in the probability density function). Median is the value of a random variable where values above and below this one are equally probable. For a uni-modal, symmetric probability density function (e.g. Guassian or normal density function), the mean, the mode and the median are identical. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants

6 Statistical Moments Variance,, provides a first order measure of the dispersion of the random variables from the mean. The Variance is defined as: n i i f () d n is a parameter in a model is estimated from discrete data The Standard Deviation,, and Coefficient of Variation, C, also provide a measure of the dispersion from the mean., C Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants Statistical Moments Variance can be thought of as the second moment of the probability density function about the mean. f (X) Probability Density Function - f () d f () d d X Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants

7 Statistical Moments Need to consider the difference between the variance of the sample and the variance of the population. When estimating the variance of the population from a sample, divide previous equation for discrete data by (N-) instead of N (for large samples this is not an issue). The mean and standard deviation are used for standard data normalization: X Z This normalized random variable Z will have zero mean and a variance of Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 3 Biased vs Unbiased Estimators An estimate of a statistic is said to be unbiased if the mean of the statistics obtained from individual samples is equal to the statistic for the entire population. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 4

8 Biased vs Unbiased Estimates Biased estimate of Variance N i N Unbiased estimate of variance N X i Xi i N Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 5 Biased vs Unbiased Estimates Biased vs Unbaised Estimators % An estimate of a statistic is said to be unbiased if the mean of the % statistics obtained from individual samples is equal to the statistic for % the entire population. % % Lets begin by looking at a pt uniformly distributed random signal =rand(,); plot () % Now calculate the variance of the entire population noting that by default Matlab % calculates an unbiased estimate of the variance (the arguement in the % var command provides a biased variance estimate where the variance is normalized by the number of % samples, n) vpop=var(,) %Net, break the signal into intervals and calculate the variance for each %of these samples using biased variance estimate (arguement specified, i.e. normalize by n). for i=: j=i-; vint(,i)=var((,((j*)+):(*i)),); end %Calculate the mean of the sample variances mvsample=mean(vint) %Because the mean of the sample variances is not equal to the variance of the entire %population, the variance estimatenormalized by n is said to be a baised estimate of the population variance. % %Now calculate the unbiased estimate of the sample variance (normalize by n-, %where n is sample size, this is Matlab default)and show that %the mean of these variance estimates equals the variance of the %population. for i=: j=i-; vbar(i)=var((,((j*)+):(*(i)))); end mvbar=mean(vbar) % %Finally, note that the difference between the biased estimate and %the unbiased estimate becomes small a Variance of pt population of uniformly distributed random variable between and pop=.835 Mean of biased Variances from -pt samples of same random variable Mean sample=.75 Mean of unbiased estimates of Variances from - pt samples of same random variable Mean sample=.834 Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 6

9 Statistical Moments The third moment about the mean provides a measure of the density function s skewness. E(X ) 3 (X N Dimensionless form: E(X 3 N i 3 ) i ) 3, E(X f (X) ) 3 Positive Skewness 3 f () d Negative Skewness Skewness = for symmetric distributions X Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 7 Statistical Moments The Fourth Statistical Moment about the mean provides a measure of the relative distribution of area under the density function between the central portion of the distribution and the tails of the distribution. N 4 (Xi ) 4 i 4 4 E(X ), E(X ) f () N Kurtosis,is a dimensionless form of the fourth moment, for normal distribution it is equal to 3. 4 E(X ) 4 d Note that two random variables can have the same variance, but different kurtosis. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 8

10 Statistical Moments f (X) Two normal distributions with the same mean - Fourth moments about the mean are different - Non-dimensional fourth moment, or kurtosis, will be the same for each distribution and equal to 3 Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 9 Density Estimation Density estimation is the process of estimating an unknown probability density function based on data sampled from the corresponding random process. There are two general approaches to density estimation: Parametric density estimation where we assume the form of the density function (e.g. normal distribution) a priori. Non-parametric density estimation where we let the data define the density function Origins in 95s A method to free discriminant analysis from rigid distribution assumptions Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants

11 Parametric Density Estimation Person doing the data interrogation chooses a density form a priori. Probability density function will depend on unknown parameters. For the case where f () is assumed to be a normal distribution, parametric density estimation reduces to finding the mean,, and standard deviation,. Estimate and from the observed data. This density estimation procedure is powerful if the assumed form of the density is correct. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants Nonparametric Density Estimation Allows the observed data to choose the form of the density. Histogram density estimator. Naive density estimator. Kernel density estimator. All these methods have fit parameters that must be specified and these parameters influence the shape and smoothness of the estimated density function. No unique solution. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants

12 Histogram Estimator Oldest and most widely used form of density estimate. fˆ () (# of (i) in same bin as ) nh Choose origin,, and bin width, h Bins are defined as [ +mh, +(m+)h) for positive and negative m values. Can use variable bin widths. Choice of bin width controls the amount of smoothing in the estimate. For given bin width, choice of the origin can have a significant effect on appearance of the density estimate. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 3 Histogram Estimator ResizeLegend 5 ResizeLegend bins 3 bins Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 4

13 Naive Estimator Now construct a histogram where each point is the center of a sampling interval by placing a bo of width h and height (nh) - on each observation and sum the results. n Xi f (X) w, n ih h w() /,, otherwise Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 5 Naive Estimator f (X) X X X X X X X Place bo shown at right on each observation and sum boes to obtain density estimate (nh) - h Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 6

14 Kernel Density Estimator Generalize Naive estimator by replacing weight function,w, with kernel function f () nh n i X K h K( ) is a kernel function. Integrates to. Symmetric and nonnegative. A Gaussian pdf kernel is often used Density estimate is sum of hills over. Most common estimator after histogram Has trouble with data from long-tailed distributions i Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 7 Kernal Density Estimator h = the window width, and shape of the estimated density function will be a function of this width Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 8

15 3-Story Test Structure Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 9 Kernel Density Estimator Applied to 4 DOF Structure Linear System, Amplitude.5 v RMS Skewness Impact Nonlinearity, Amplitude.5 v RMS Skewnes Linear System, Amplitude. v rms Skewness Impact Nonlinearity, Amplitude. v rms Skewness = Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 3

16 Central Limit Theorem The Central Limit Theorem states that the distribution of a sum of random variables tends to the normal distribution as the number of random variables increases, regardless of these random variables individual distributions. Eample: realizations of sum of n random variables drawn from a binomial distribution N= N= N= Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 3 Confidence Intervals For a random variable, X, whose probability distribution is defined by some probability density function f (X), the confidence intervals define a range of values that there is high probability (not certainty) will contain a realization of X. Notation: CONFX X X is the confidence level (e.g. 95%, 99%) For normal distribution some confidence levels can be related to the mean,, and standard deviation,. 68.7% X, 95.45% 99.73% 3 Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 3 X X 3,and

17 Confidence Intervals Confidence intervals are related to portion of area under the probability density function. One-sided confidence interval There are cases where we are interested in identifying outliers on only one side of a distribution % of area under pdf 95% of. area under pdf -4-4 Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 33 Multivariate Statistics For many cases the damage sensitive feature will be a function of several random variables. We will have to employ the theory of jointly distributed random variables to analyze these cases. We will eamine the bivariate case (damage feature is a function of two random variables: X, Y) Bivariate joint probability density function, f y (,y) quantifies the probability that (,y) occurs jointly. Similar to univariate pdf: f y,y, fy,y ddy Bivariate Normal density function Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 34

18 Multivariate Statistics Bivariate Cumulative Density Function: F f X,Y X,Y (,y) y y,y F (,y) f X,Y y u,v dudv P(X Y y) Y Marginal Density Functions f f X Y () () XY f f XY (,y)dy (,y)d y fx() fx()d X X Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 35 Multivariate Statistics Moments of jointly distributed random variables: E[X n Y m ] is the n+m order moment E n m n m X Y X Y f (,y) dyd XY Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 36

19 Covariance of Jointly Distributed Random Variables Covariance of jointly distributed random variables, XY Second moment of X and Y about centroid Measures deviation of X and Y together from the centroid XY E X Y y E[XY] y y f y XY (,y)ddy Y y f y(,y)ddy y y X Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 37 Covariance for N-Dimensional Distributions For n-dimensional distributions we define the covariance matri, [], as: E, n n T where n n n Note: is symmetric and positive-definite Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 38

20 Parametric Density Estimation in High Dimensions n-dimensional Multi-Variate Normal Distribution ({}, covariance matri []). fx XX (,, n n ) e n / / is the determinant of the covariance matri n parameters in {} that must be estimated. (/)n (n+) parameters needed to estimate in []. T [ ] {} Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 39 Mahalanobis Distance The Mahalanobis Distance,, is a normalized measure of the distance between a multivariate random variable and the mean of the distribution. For bivariate case: y For general n-dimensional case y T y It is analogous to the Z statistic for univariate distributions XX YX XY YY T y Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 4

21 Curse of Dimensionality Univariate normal Multivariate normal -dimension n-dimension Mean : ( parameter) Mean Vector : μ (n parameters ) Varaince : ( parameter) Covariance matri : Σ n(n ) parameters Parameters to be estimated increase eponentially!!! Curse of Dimensionality Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 4 The Curse of Dimensionality Place realizations of a normally distributed random variable in,, and 3 dimensions into bins -D: bins 3-D: bins Note that as the dimension increases, data falls into proportionally fewer bins 35 -D: bins Bin number Bin number Bin number Bin number 4 6 Bin number 8 Bin number Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 4

22 Assessment of Normality For SHM problems, the distributions of data, and etracted features are often assumed to be Gaussian. Sometime the effectiveness of this assumption needs to be evaluated and validated. Normality tests include Normal probability plot Skewness & kurtosis test Chi-square goodness-of-fit test Kolmogorov-Smirnov goodness-of-fit test Bera-Jarque hypothesis test Lilliefors hypothesis test Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 43 8 DOF Mass-Spring System m8 m List of time series employed in this study Case Description Input level Data # per input Total data # No bumper 3, 4, 5, 6, 7 Volts 5 sets 75 sets Bumper between m-m 3, 4, 5, 6, 7 Volts 5 sets 5 sets Bumper between m5-m6 3, 4, 5, 6, 7 Volts 5 sets 5 sets 3 Bumper between m7-m8 4, 5, 6, 7 Volts 5 sets sets Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 44

23 Normal Probability Plot The purpose of a normal probability plot is to graphically assess whether the data could come from a normal distribution. If the data are normal, the plot will be a straight line. Other distribution types will introduce curvature in the plot. Normal Probability Plot Normal Probability Plot Probability Probability Time series Data data (a) without a bumper Time series Data data (b) with a bumper Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 45 Skewness & Kurtosis All normal distributions have a kurtosis value of 3., and a skewness value of.. Therefore, the calculation of the skewness and kurtosis values can reveal if the data are coming from a normal distribution. (a) Normal without Probability a bumper Plot Normal (b) with Probability a bumper Plot Probability Time series Data data Skewness=-.439, Kurtosis=3.736 Probability Time series Data data Skewness=.365, Kurtosis=4.7 Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 46

24 Testing Validity of Assumed Distribution The previous analyses of the normal probability plot and the estimation of skewness & kurtosis are very easy and convenient, but do not provide principled procedures. There are more statistically rigorous tests for verifying the validity of the assumed distribution. These tests are called goodness-of-fit tests. The chi-square and Kolmogorov-Smirnov methods are the two most common ones. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 47 Number of samples Chi-square Test for Distribution -4-4 The relative errors approach the chi-square distribution with f (m--k) degrees-of-freedom as the sample size increases infinitely. Where k is the number of distribution parameters estimated from the data ( n nˆ) n The assumed distribution is substantiated by the data with (- confidence if the inequality holds. Histogram from n data points (with m number of bins, based on judgment) Assumed theoretical distribution n ˆ Compute the errors: ( n) Chi-square distribution ( )% confidence Interval m f If usually taken to be between % and i Note that more than one distribution can satisfy this test Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 48

25 Kolmogorov-Smirnov Test for Distribution K-S Test compares the empirical and theoretical cumulative density functions (CDF). Cumulative Probability D n ma F ( ) S n ( ) -4-4 Data D n D cr Compare with the critical value defined at (-) confident interval. (The critical value is obtained from a K-S test table.) IF Dn is less than the critical value D cr the assumed distribution is accepted. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 49 Data Reduction/Compression Find a projection of the feature space X Y f ( X) T T X such that the dimension of the projected features is less than that of the original features. Principal Component Analysis (PCA) Projection Pursuit Analysis (PPA) Informative Component Analysis (ICA) Factor Analysis Multidimensional Scaling Clustering Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 5

26 Principal Component Analysis Principal component analysis finds an orthogonal projection of original data (red) onto a lower dimensional space (blue line) such that variance of the projected points (green) is maimized Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 5 y Principal Component Analysis (PCA) PCA projects the original variables into uncorrelated orthogonal variables. y Y T T ( X μ) Transformed space Original feature space PCA transformation matri T is obtained by solving the eigenvalue problem of the data s covariance matri. ΣT TΛ T : Eigenvector (principal component) matri Λ : Eigenvalue matri containing variance info. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 5

27 Principal Component Process PCA provides the optimal linear projection of D dimensional data into an M-dimension subspace where M<D such that variance of the projected data is maimized Find mean vector and covariance matri for the multidimensional data Find M eigenvectors of the covariance matri corresponding to the M largest eigenvalues Use those eigenvector to define the linear combinations of the original data Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 53 PCA Eample: A Bridge Column Test 36, cm cm cm cm 3.8 cm 63.5 cm A bridge column 4 cm Sensor placement Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 54

28 PCA Eample: A Bridge Column Test (cont) The first principal component contains 3% of total info. (a) Damage Level UCL Variance (%) ResizeLegend 3 4 Eigenvalues of the covariance matri X bar LCL Samples X bar 4 (c) Damage Level CL UCL CL LCL Samples Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 55 References Probability Density Function, Cumulative Distribution Function, Statistical Moments Any introductory probability and statistics book H. Wirsching, T. L. Paez, K. Ortiz, Random Vibrations Theory and Practice, John Wiley, 995. (our notation follows this reference) M. R. Spiegel, L. J. Stephens, Schuam s Outlines Statistics, 3 rd Edt., McGraw Hill, 998. Basic probability reference Density Estimation, Curse of Dimensionality B. W. Silverman, Density Estimation for Statistics and Data Analysis, Chapman&Hall, 99. D. W. Scott, Multivariate Density Estimation Theory, Practice and Visualization, John Wiley, 99. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 56

29 References Confidence Limits E. Kreyszig, Advanced Engineering Mathematics, 8 th Edt., John Wiley, 999. Central Limit Theorem, Assessment of Normality H. Wirsching, T. L. Paez, K. Ortiz, Random Vibrations Theory and Practice, John Wiley, 995.) A. H-S. Ang and W. H. Tang, Probability Concepts in Engineering Planning and Design: Vol. Basic Principles, 975. Multivariate Analysis, Data Reduction & Compression W. R. Dillon and M. Goldstein, Multivariate Analysis: Methods and Applications, 984. D. W. Scott, Multivariate Density Estimation Theory, Practice and Visualization, John Wiley, 99. C. M. Bishop, Neural Networks for Pattern Recognition, Oford University Press, 995. Los Alamos Dynamics Structural Dynamics and Mechanical Vibration Consultants 57

MACHINE LEARNING ADVANCED MACHINE LEARNING

MACHINE LEARNING ADVANCED MACHINE LEARNING MACHINE LEARNING ADVANCED MACHINE LEARNING Recap of Important Notions on Estimation of Probability Density Functions 2 2 MACHINE LEARNING Overview Definition pdf Definition joint, condition, marginal,

More information

A Program for Data Transformations and Kernel Density Estimation

A Program for Data Transformations and Kernel Density Estimation A Program for Data Transformations and Kernel Density Estimation John G. Manchuk and Clayton V. Deutsch Modeling applications in geostatistics often involve multiple variables that are not multivariate

More information

Application of Extreme Value Statistics for Structural Health Monitoring. Hoon Sohn

Application of Extreme Value Statistics for Structural Health Monitoring. Hoon Sohn Application of Etreme Value Statistics for Structural Health Monitoring Hoon Sohn Weapon Response Group Engineering Sciences and Applications Division Los Alamos National Laboratory Los Alamos, New Meico,

More information

Review of Statistics

Review of Statistics Review of Statistics Topics Descriptive Statistics Mean, Variance Probability Union event, joint event Random Variables Discrete and Continuous Distributions, Moments Two Random Variables Covariance and

More information

MACHINE LEARNING ADVANCED MACHINE LEARNING

MACHINE LEARNING ADVANCED MACHINE LEARNING MACHINE LEARNING ADVANCED MACHINE LEARNING Recap of Important Notions on Estimation of Probability Density Functions 22 MACHINE LEARNING Discrete Probabilities Consider two variables and y taking discrete

More information

Multivariate Distributions

Multivariate Distributions IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh Multivariate Distributions We will study multivariate distributions in these notes, focusing 1 in particular on multivariate

More information

Introduction to machine learning and pattern recognition Lecture 2 Coryn Bailer-Jones

Introduction to machine learning and pattern recognition Lecture 2 Coryn Bailer-Jones Introduction to machine learning and pattern recognition Lecture 2 Coryn Bailer-Jones http://www.mpia.de/homes/calj/mlpr_mpia2008.html 1 1 Last week... supervised and unsupervised methods need adaptive

More information

01 Probability Theory and Statistics Review

01 Probability Theory and Statistics Review NAVARCH/EECS 568, ROB 530 - Winter 2018 01 Probability Theory and Statistics Review Maani Ghaffari January 08, 2018 Last Time: Bayes Filters Given: Stream of observations z 1:t and action data u 1:t Sensor/measurement

More information

Chapter 2. Random Variable. Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance.

Chapter 2. Random Variable. Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance. Chapter 2 Random Variable CLO2 Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance. 1 1. Introduction In Chapter 1, we introduced the concept

More information

Review (Probability & Linear Algebra)

Review (Probability & Linear Algebra) Review (Probability & Linear Algebra) CE-725 : Statistical Pattern Recognition Sharif University of Technology Spring 2013 M. Soleymani Outline Axioms of probability theory Conditional probability, Joint

More information

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTOMONY. SECOND YEAR B.Sc. SEMESTER - III

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTOMONY. SECOND YEAR B.Sc. SEMESTER - III Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTOMONY SECOND YEAR B.Sc. SEMESTER - III SYLLABUS FOR S. Y. B. Sc. STATISTICS Academic Year 07-8 S.Y. B.Sc. (Statistics)

More information

Human-Oriented Robotics. Probability Refresher. Kai Arras Social Robotics Lab, University of Freiburg Winter term 2014/2015

Human-Oriented Robotics. Probability Refresher. Kai Arras Social Robotics Lab, University of Freiburg Winter term 2014/2015 Probability Refresher Kai Arras, University of Freiburg Winter term 2014/2015 Probability Refresher Introduction to Probability Random variables Joint distribution Marginalization Conditional probability

More information

Lecture Note 1: Probability Theory and Statistics

Lecture Note 1: Probability Theory and Statistics Univ. of Michigan - NAME 568/EECS 568/ROB 530 Winter 2018 Lecture Note 1: Probability Theory and Statistics Lecturer: Maani Ghaffari Jadidi Date: April 6, 2018 For this and all future notes, if you would

More information

Financial Econometrics and Quantitative Risk Managenent Return Properties

Financial Econometrics and Quantitative Risk Managenent Return Properties Financial Econometrics and Quantitative Risk Managenent Return Properties Eric Zivot Updated: April 1, 2013 Lecture Outline Course introduction Return definitions Empirical properties of returns Reading

More information

Introduction to Statistics and Error Analysis

Introduction to Statistics and Error Analysis Introduction to Statistics and Error Analysis Physics116C, 4/3/06 D. Pellett References: Data Reduction and Error Analysis for the Physical Sciences by Bevington and Robinson Particle Data Group notes

More information

HANDBOOK OF APPLICABLE MATHEMATICS

HANDBOOK OF APPLICABLE MATHEMATICS HANDBOOK OF APPLICABLE MATHEMATICS Chief Editor: Walter Ledermann Volume VI: Statistics PART A Edited by Emlyn Lloyd University of Lancaster A Wiley-Interscience Publication JOHN WILEY & SONS Chichester

More information

2 Functions of random variables

2 Functions of random variables 2 Functions of random variables A basic statistical model for sample data is a collection of random variables X 1,..., X n. The data are summarised in terms of certain sample statistics, calculated as

More information

Math 180A. Lecture 16 Friday May 7 th. Expectation. Recall the three main probability density functions so far (1) Uniform (2) Exponential.

Math 180A. Lecture 16 Friday May 7 th. Expectation. Recall the three main probability density functions so far (1) Uniform (2) Exponential. Math 8A Lecture 6 Friday May 7 th Epectation Recall the three main probability density functions so far () Uniform () Eponential (3) Power Law e, ( ), Math 8A Lecture 6 Friday May 7 th Epectation Eample

More information

Statistics Toolbox 6. Apply statistical algorithms and probability models

Statistics Toolbox 6. Apply statistical algorithms and probability models Statistics Toolbox 6 Apply statistical algorithms and probability models Statistics Toolbox provides engineers, scientists, researchers, financial analysts, and statisticians with a comprehensive set of

More information

From Last Meeting. Studied Fisher Linear Discrimination. - Mathematics. - Point Cloud view. - Likelihood view. - Toy examples

From Last Meeting. Studied Fisher Linear Discrimination. - Mathematics. - Point Cloud view. - Likelihood view. - Toy examples From Last Meeting Studied Fisher Linear Discrimination - Mathematics - Point Cloud view - Likelihood view - Toy eamples - Etensions (e.g. Principal Discriminant Analysis) Polynomial Embedding Aizerman,

More information

Ch. 5 Joint Probability Distributions and Random Samples

Ch. 5 Joint Probability Distributions and Random Samples Ch. 5 Joint Probability Distributions and Random Samples 5. 1 Jointly Distributed Random Variables In chapters 3 and 4, we learned about probability distributions for a single random variable. However,

More information

ECON 5350 Class Notes Review of Probability and Distribution Theory

ECON 5350 Class Notes Review of Probability and Distribution Theory ECON 535 Class Notes Review of Probability and Distribution Theory 1 Random Variables Definition. Let c represent an element of the sample space C of a random eperiment, c C. A random variable is a one-to-one

More information

Lecture 2: Repetition of probability theory and statistics

Lecture 2: Repetition of probability theory and statistics Algorithms for Uncertainty Quantification SS8, IN2345 Tobias Neckel Scientific Computing in Computer Science TUM Lecture 2: Repetition of probability theory and statistics Concept of Building Block: Prerequisites:

More information

Probability. Table of contents

Probability. Table of contents Probability Table of contents 1. Important definitions 2. Distributions 3. Discrete distributions 4. Continuous distributions 5. The Normal distribution 6. Multivariate random variables 7. Other continuous

More information

Review (probability, linear algebra) CE-717 : Machine Learning Sharif University of Technology

Review (probability, linear algebra) CE-717 : Machine Learning Sharif University of Technology Review (probability, linear algebra) CE-717 : Machine Learning Sharif University of Technology M. Soleymani Fall 2012 Some slides have been adopted from Prof. H.R. Rabiee s and also Prof. R. Gutierrez-Osuna

More information

Estimation theory. Parametric estimation. Properties of estimators. Minimum variance estimator. Cramer-Rao bound. Maximum likelihood estimators

Estimation theory. Parametric estimation. Properties of estimators. Minimum variance estimator. Cramer-Rao bound. Maximum likelihood estimators Estimation theory Parametric estimation Properties of estimators Minimum variance estimator Cramer-Rao bound Maximum likelihood estimators Confidence intervals Bayesian estimation 1 Random Variables Let

More information

Fundamentals to Biostatistics. Prof. Chandan Chakraborty Associate Professor School of Medical Science & Technology IIT Kharagpur

Fundamentals to Biostatistics. Prof. Chandan Chakraborty Associate Professor School of Medical Science & Technology IIT Kharagpur Fundamentals to Biostatistics Prof. Chandan Chakraborty Associate Professor School of Medical Science & Technology IIT Kharagpur Statistics collection, analysis, interpretation of data development of new

More information

Copula Regression RAHUL A. PARSA DRAKE UNIVERSITY & STUART A. KLUGMAN SOCIETY OF ACTUARIES CASUALTY ACTUARIAL SOCIETY MAY 18,2011

Copula Regression RAHUL A. PARSA DRAKE UNIVERSITY & STUART A. KLUGMAN SOCIETY OF ACTUARIES CASUALTY ACTUARIAL SOCIETY MAY 18,2011 Copula Regression RAHUL A. PARSA DRAKE UNIVERSITY & STUART A. KLUGMAN SOCIETY OF ACTUARIES CASUALTY ACTUARIAL SOCIETY MAY 18,2011 Outline Ordinary Least Squares (OLS) Regression Generalized Linear Models

More information

Stochastic processes Lecture 1: Multiple Random Variables Ch. 5

Stochastic processes Lecture 1: Multiple Random Variables Ch. 5 Stochastic processes Lecture : Multiple Random Variables Ch. 5 Dr. Ir. Richard C. Hendriks 26/04/8 Delft University of Technology Challenge the future Organization Plenary Lectures Book: R.D. Yates and

More information

Short course A vademecum of statistical pattern recognition techniques with applications to image and video analysis. Agenda

Short course A vademecum of statistical pattern recognition techniques with applications to image and video analysis. Agenda Short course A vademecum of statistical pattern recognition techniques with applications to image and video analysis Lecture Recalls of probability theory Massimo Piccardi University of Technology, Sydney,

More information

Robert Collins CSE586, PSU Intro to Sampling Methods

Robert Collins CSE586, PSU Intro to Sampling Methods Intro to Sampling Methods CSE586 Computer Vision II Penn State Univ Topics to be Covered Monte Carlo Integration Sampling and Expected Values Inverse Transform Sampling (CDF) Ancestral Sampling Rejection

More information

HANDBOOK OF APPLICABLE MATHEMATICS

HANDBOOK OF APPLICABLE MATHEMATICS HANDBOOK OF APPLICABLE MATHEMATICS Chief Editor: Walter Ledermann Volume II: Probability Emlyn Lloyd University oflancaster A Wiley-Interscience Publication JOHN WILEY & SONS Chichester - New York - Brisbane

More information

Algorithms for Uncertainty Quantification

Algorithms for Uncertainty Quantification Algorithms for Uncertainty Quantification Tobias Neckel, Ionuț-Gabriel Farcaș Lehrstuhl Informatik V Summer Semester 2017 Lecture 2: Repetition of probability theory and statistics Example: coin flip Example

More information

Applied Probability and Stochastic Processes

Applied Probability and Stochastic Processes Applied Probability and Stochastic Processes In Engineering and Physical Sciences MICHEL K. OCHI University of Florida A Wiley-Interscience Publication JOHN WILEY & SONS New York - Chichester Brisbane

More information

Modèles stochastiques II

Modèles stochastiques II Modèles stochastiques II INFO 154 Gianluca Bontempi Département d Informatique Boulevard de Triomphe - CP 1 http://ulbacbe/di Modéles stochastiques II p1/50 The basics of statistics Statistics starts ith

More information

component risk analysis

component risk analysis 273: Urban Systems Modeling Lec. 3 component risk analysis instructor: Matteo Pozzi 273: Urban Systems Modeling Lec. 3 component reliability outline risk analysis for components uncertain demand and uncertain

More information

Latin Hypercube Sampling with Multidimensional Uniformity

Latin Hypercube Sampling with Multidimensional Uniformity Latin Hypercube Sampling with Multidimensional Uniformity Jared L. Deutsch and Clayton V. Deutsch Complex geostatistical models can only be realized a limited number of times due to large computational

More information

Introduction to Probability Theory for Graduate Economics Fall 2008

Introduction to Probability Theory for Graduate Economics Fall 2008 Introduction to Probability Theory for Graduate Economics Fall 008 Yiğit Sağlam October 10, 008 CHAPTER - RANDOM VARIABLES AND EXPECTATION 1 1 Random Variables A random variable (RV) is a real-valued function

More information

Test Problems for Probability Theory ,

Test Problems for Probability Theory , 1 Test Problems for Probability Theory 01-06-16, 010-1-14 1. Write down the following probability density functions and compute their moment generating functions. (a) Binomial distribution with mean 30

More information

P (x). all other X j =x j. If X is a continuous random vector (see p.172), then the marginal distributions of X i are: f(x)dx 1 dx n

P (x). all other X j =x j. If X is a continuous random vector (see p.172), then the marginal distributions of X i are: f(x)dx 1 dx n JOINT DENSITIES - RANDOM VECTORS - REVIEW Joint densities describe probability distributions of a random vector X: an n-dimensional vector of random variables, ie, X = (X 1,, X n ), where all X is are

More information

Transition Passage to Descriptive Statistics 28

Transition Passage to Descriptive Statistics 28 viii Preface xiv chapter 1 Introduction 1 Disciplines That Use Quantitative Data 5 What Do You Mean, Statistics? 6 Statistics: A Dynamic Discipline 8 Some Terminology 9 Problems and Answers 12 Scales of

More information

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES VARIABLE Studying the behavior of random variables, and more importantly functions of random variables is essential for both the

More information

Statistics and Data Analysis

Statistics and Data Analysis Statistics and Data Analysis The Crash Course Physics 226, Fall 2013 "There are three kinds of lies: lies, damned lies, and statistics. Mark Twain, allegedly after Benjamin Disraeli Statistics and Data

More information

EEL 5544 Noise in Linear Systems Lecture 30. X (s) = E [ e sx] f X (x)e sx dx. Moments can be found from the Laplace transform as

EEL 5544 Noise in Linear Systems Lecture 30. X (s) = E [ e sx] f X (x)e sx dx. Moments can be found from the Laplace transform as L30-1 EEL 5544 Noise in Linear Systems Lecture 30 OTHER TRANSFORMS For a continuous, nonnegative RV X, the Laplace transform of X is X (s) = E [ e sx] = 0 f X (x)e sx dx. For a nonnegative RV, the Laplace

More information

Practical Statistics

Practical Statistics Practical Statistics Lecture 1 (Nov. 9): - Correlation - Hypothesis Testing Lecture 2 (Nov. 16): - Error Estimation - Bayesian Analysis - Rejecting Outliers Lecture 3 (Nov. 18) - Monte Carlo Modeling -

More information

Class 11 Maths Chapter 15. Statistics

Class 11 Maths Chapter 15. Statistics 1 P a g e Class 11 Maths Chapter 15. Statistics Statistics is the Science of collection, organization, presentation, analysis and interpretation of the numerical data. Useful Terms 1. Limit of the Class

More information

Statistical Methods in HYDROLOGY CHARLES T. HAAN. The Iowa State University Press / Ames

Statistical Methods in HYDROLOGY CHARLES T. HAAN. The Iowa State University Press / Ames Statistical Methods in HYDROLOGY CHARLES T. HAAN The Iowa State University Press / Ames Univariate BASIC Table of Contents PREFACE xiii ACKNOWLEDGEMENTS xv 1 INTRODUCTION 1 2 PROBABILITY AND PROBABILITY

More information

Simulating Uniform- and Triangular- Based Double Power Method Distributions

Simulating Uniform- and Triangular- Based Double Power Method Distributions Journal of Statistical and Econometric Methods, vol.6, no.1, 2017, 1-44 ISSN: 1792-6602 (print), 1792-6939 (online) Scienpress Ltd, 2017 Simulating Uniform- and Triangular- Based Double Power Method Distributions

More information

Principal Component Analysis

Principal Component Analysis Principal Component Analysis Introduction Consider a zero mean random vector R n with autocorrelation matri R = E( T ). R has eigenvectors q(1),,q(n) and associated eigenvalues λ(1) λ(n). Let Q = [ q(1)

More information

Multiple Random Variables

Multiple Random Variables Multiple Random Variables This Version: July 30, 2015 Multiple Random Variables 2 Now we consider models with more than one r.v. These are called multivariate models For instance: height and weight An

More information

Robert Collins CSE586, PSU Intro to Sampling Methods

Robert Collins CSE586, PSU Intro to Sampling Methods Intro to Sampling Methods CSE586 Computer Vision II Penn State Univ Topics to be Covered Monte Carlo Integration Sampling and Expected Values Inverse Transform Sampling (CDF) Ancestral Sampling Rejection

More information

Chapter Fifteen. Frequency Distribution, Cross-Tabulation, and Hypothesis Testing

Chapter Fifteen. Frequency Distribution, Cross-Tabulation, and Hypothesis Testing Chapter Fifteen Frequency Distribution, Cross-Tabulation, and Hypothesis Testing Copyright 2010 Pearson Education, Inc. publishing as Prentice Hall 15-1 Internet Usage Data Table 15.1 Respondent Sex Familiarity

More information

Chapter 5. Statistical Models in Simulations 5.1. Prof. Dr. Mesut Güneş Ch. 5 Statistical Models in Simulations

Chapter 5. Statistical Models in Simulations 5.1. Prof. Dr. Mesut Güneş Ch. 5 Statistical Models in Simulations Chapter 5 Statistical Models in Simulations 5.1 Contents Basic Probability Theory Concepts Discrete Distributions Continuous Distributions Poisson Process Empirical Distributions Useful Statistical Models

More information

Statistics, Data Analysis, and Simulation SS 2015

Statistics, Data Analysis, and Simulation SS 2015 Statistics, Data Analysis, and Simulation SS 2015 08.128.730 Statistik, Datenanalyse und Simulation Dr. Michael O. Distler Mainz, 27. April 2015 Dr. Michael O. Distler

More information

Chapter 4 Multiple Random Variables

Chapter 4 Multiple Random Variables Review for the previous lecture Theorems and Examples: How to obtain the pmf (pdf) of U = g ( X Y 1 ) and V = g ( X Y) Chapter 4 Multiple Random Variables Chapter 43 Bivariate Transformations Continuous

More information

Unsupervised Learning Methods

Unsupervised Learning Methods Structural Health Monitoring Using Statistical Pattern Recognition Unsupervised Learning Methods Keith Worden and Graeme Manson Presented by Keith Worden The Structural Health Monitoring Process 1. Operational

More information

Lecture 2: CDF and EDF

Lecture 2: CDF and EDF STAT 425: Introduction to Nonparametric Statistics Winter 2018 Instructor: Yen-Chi Chen Lecture 2: CDF and EDF 2.1 CDF: Cumulative Distribution Function For a random variable X, its CDF F () contains all

More information

Statistical Data Analysis

Statistical Data Analysis DS-GA 0 Lecture notes 8 Fall 016 1 Descriptive statistics Statistical Data Analysis In this section we consider the problem of analyzing a set of data. We describe several techniques for visualizing the

More information

Lecture 1: Bayesian Framework Basics

Lecture 1: Bayesian Framework Basics Lecture 1: Bayesian Framework Basics Melih Kandemir melih.kandemir@iwr.uni-heidelberg.de April 21, 2014 What is this course about? Building Bayesian machine learning models Performing the inference of

More information

CS 147: Computer Systems Performance Analysis

CS 147: Computer Systems Performance Analysis CS 147: Computer Systems Performance Analysis Summarizing Variability and Determining Distributions CS 147: Computer Systems Performance Analysis Summarizing Variability and Determining Distributions 1

More information

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 60 minutes.

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 60 minutes. Closed book and notes. 60 minutes. A summary table of some univariate continuous distributions is provided. Four Pages. In this version of the Key, I try to be more complete than necessary to receive full

More information

Table of Contents. Multivariate methods. Introduction II. Introduction I

Table of Contents. Multivariate methods. Introduction II. Introduction I Table of Contents Introduction Antti Penttilä Department of Physics University of Helsinki Exactum summer school, 04 Construction of multinormal distribution Test of multinormality with 3 Interpretation

More information

Multivariate Random Variable

Multivariate Random Variable Multivariate Random Variable Author: Author: Andrés Hincapié and Linyi Cao This Version: August 7, 2016 Multivariate Random Variable 3 Now we consider models with more than one r.v. These are called multivariate

More information

3. Probability and Statistics

3. Probability and Statistics FE661 - Statistical Methods for Financial Engineering 3. Probability and Statistics Jitkomut Songsiri definitions, probability measures conditional expectations correlation and covariance some important

More information

* Tuesday 17 January :30-16:30 (2 hours) Recored on ESSE3 General introduction to the course.

* Tuesday 17 January :30-16:30 (2 hours) Recored on ESSE3 General introduction to the course. Name of the course Statistical methods and data analysis Audience The course is intended for students of the first or second year of the Graduate School in Materials Engineering. The aim of the course

More information

Nonparametric Density Estimation

Nonparametric Density Estimation Nonparametric Density Estimation Advanced Econometrics Douglas G. Steigerwald UC Santa Barbara D. Steigerwald (UCSB) Density Estimation 1 / 20 Overview Question of interest has wage inequality among women

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Maximum Likelihood Estimation. only training data is available to design a classifier

Maximum Likelihood Estimation. only training data is available to design a classifier Introduction to Pattern Recognition [ Part 5 ] Mahdi Vasighi Introduction Bayesian Decision Theory shows that we could design an optimal classifier if we knew: P( i ) : priors p(x i ) : class-conditional

More information

p(z)

p(z) Chapter Statistics. Introduction This lecture is a quick review of basic statistical concepts; probabilities, mean, variance, covariance, correlation, linear regression, probability density functions and

More information

Ph.D student in Structural Engineering, Department of Civil Engineering, Ferdowsi University of Mashhad, Azadi Square, , Mashhad, Iran

Ph.D student in Structural Engineering, Department of Civil Engineering, Ferdowsi University of Mashhad, Azadi Square, , Mashhad, Iran Alireza Entezami a, Hashem Shariatmadar b* a Ph.D student in Structural Engineering, Department of Civil Engineering, Ferdowsi University of Mashhad, Azadi Square, 9177948974, Mashhad, Iran b Associate

More information

Introduction to Statistical Methods for High Energy Physics

Introduction to Statistical Methods for High Energy Physics Introduction to Statistical Methods for High Energy Physics 2011 CERN Summer Student Lectures Glen Cowan Physics Department Royal Holloway, University of London g.cowan@rhul.ac.uk www.pp.rhul.ac.uk/~cowan

More information

Preliminary Statistics. Lecture 3: Probability Models and Distributions

Preliminary Statistics. Lecture 3: Probability Models and Distributions Preliminary Statistics Lecture 3: Probability Models and Distributions Rory Macqueen (rm43@soas.ac.uk), September 2015 Outline Revision of Lecture 2 Probability Density Functions Cumulative Distribution

More information

Dr. Maddah ENMG 617 EM Statistics 10/15/12. Nonparametric Statistics (2) (Goodness of fit tests)

Dr. Maddah ENMG 617 EM Statistics 10/15/12. Nonparametric Statistics (2) (Goodness of fit tests) Dr. Maddah ENMG 617 EM Statistics 10/15/12 Nonparametric Statistics (2) (Goodness of fit tests) Introduction Probability models used in decision making (Operations Research) and other fields require fitting

More information

Statistical Methods in Particle Physics

Statistical Methods in Particle Physics Statistical Methods in Particle Physics Lecture 3 October 29, 2012 Silvia Masciocchi, GSI Darmstadt s.masciocchi@gsi.de Winter Semester 2012 / 13 Outline Reminder: Probability density function Cumulative

More information

Gaussian random variables inr n

Gaussian random variables inr n Gaussian vectors Lecture 5 Gaussian random variables inr n One-dimensional case One-dimensional Gaussian density with mean and standard deviation (called N, ): fx x exp. Proposition If X N,, then ax b

More information

Expectation. DS GA 1002 Statistical and Mathematical Models. Carlos Fernandez-Granda

Expectation. DS GA 1002 Statistical and Mathematical Models.   Carlos Fernandez-Granda Expectation DS GA 1002 Statistical and Mathematical Models http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall16 Carlos Fernandez-Granda Aim Describe random variables with a few numbers: mean, variance,

More information

Probability theory. References:

Probability theory. References: Reasoning Under Uncertainty References: Probability theory Mathematical methods in artificial intelligence, Bender, Chapter 7. Expert systems: Principles and programming, g, Giarratano and Riley, pag.

More information

2.7 The Gaussian Probability Density Function Forms of the Gaussian pdf for Real Variates

2.7 The Gaussian Probability Density Function Forms of the Gaussian pdf for Real Variates .7 The Gaussian Probability Density Function Samples taken from a Gaussian process have a jointly Gaussian pdf (the definition of Gaussian process). Correlator outputs are Gaussian random variables if

More information

STA 2201/442 Assignment 2

STA 2201/442 Assignment 2 STA 2201/442 Assignment 2 1. This is about how to simulate from a continuous univariate distribution. Let the random variable X have a continuous distribution with density f X (x) and cumulative distribution

More information

Noise & Data Reduction

Noise & Data Reduction Noise & Data Reduction Paired Sample t Test Data Transformation - Overview From Covariance Matrix to PCA and Dimension Reduction Fourier Analysis - Spectrum Dimension Reduction 1 Remember: Central Limit

More information

APPENDIX 1 BASIC STATISTICS. Summarizing Data

APPENDIX 1 BASIC STATISTICS. Summarizing Data 1 APPENDIX 1 Figure A1.1: Normal Distribution BASIC STATISTICS The problem that we face in financial analysis today is not having too little information but too much. Making sense of large and often contradictory

More information

AMCS243/CS243/EE243 Probability and Statistics. Fall Final Exam: Sunday Dec. 8, 3:00pm- 5:50pm VERSION A

AMCS243/CS243/EE243 Probability and Statistics. Fall Final Exam: Sunday Dec. 8, 3:00pm- 5:50pm VERSION A AMCS243/CS243/EE243 Probability and Statistics Fall 2013 Final Exam: Sunday Dec. 8, 3:00pm- 5:50pm VERSION A *********************************************************** ID: ***********************************************************

More information

HST.582J / 6.555J / J Biomedical Signal and Image Processing Spring 2007

HST.582J / 6.555J / J Biomedical Signal and Image Processing Spring 2007 MIT OpenCourseWare http://ocw.mit.edu HST.582J / 6.555J / 16.456J Biomedical Signal and Image Processing Spring 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Stochastic Processes. Review of Elementary Probability Lecture I. Hamid R. Rabiee Ali Jalali

Stochastic Processes. Review of Elementary Probability Lecture I. Hamid R. Rabiee Ali Jalali Stochastic Processes Review o Elementary Probability bili Lecture I Hamid R. Rabiee Ali Jalali Outline History/Philosophy Random Variables Density/Distribution Functions Joint/Conditional Distributions

More information

STATISTICS SYLLABUS UNIT I

STATISTICS SYLLABUS UNIT I STATISTICS SYLLABUS UNIT I (Probability Theory) Definition Classical and axiomatic approaches.laws of total and compound probability, conditional probability, Bayes Theorem. Random variable and its distribution

More information

Lecture 2: Review of Probability

Lecture 2: Review of Probability Lecture 2: Review of Probability Zheng Tian Contents 1 Random Variables and Probability Distributions 2 1.1 Defining probabilities and random variables..................... 2 1.2 Probability distributions................................

More information

conditional cdf, conditional pdf, total probability theorem?

conditional cdf, conditional pdf, total probability theorem? 6 Multiple Random Variables 6.0 INTRODUCTION scalar vs. random variable cdf, pdf transformation of a random variable conditional cdf, conditional pdf, total probability theorem expectation of a random

More information

Gaussian Processes. Le Song. Machine Learning II: Advanced Topics CSE 8803ML, Spring 2012

Gaussian Processes. Le Song. Machine Learning II: Advanced Topics CSE 8803ML, Spring 2012 Gaussian Processes Le Song Machine Learning II: Advanced Topics CSE 8803ML, Spring 01 Pictorial view of embedding distribution Transform the entire distribution to expected features Feature space Feature

More information

Random Variables and Their Distributions

Random Variables and Their Distributions Chapter 3 Random Variables and Their Distributions A random variable (r.v.) is a function that assigns one and only one numerical value to each simple event in an experiment. We will denote r.vs by capital

More information

On 1.9, you will need to use the facts that, for any x and y, sin(x+y) = sin(x) cos(y) + cos(x) sin(y). cos(x+y) = cos(x) cos(y) - sin(x) sin(y).

On 1.9, you will need to use the facts that, for any x and y, sin(x+y) = sin(x) cos(y) + cos(x) sin(y). cos(x+y) = cos(x) cos(y) - sin(x) sin(y). On 1.9, you will need to use the facts that, for any x and y, sin(x+y) = sin(x) cos(y) + cos(x) sin(y). cos(x+y) = cos(x) cos(y) - sin(x) sin(y). (sin(x)) 2 + (cos(x)) 2 = 1. 28 1 Characteristics of Time

More information

Multivariate Distribution Models

Multivariate Distribution Models Multivariate Distribution Models Model Description While the probability distribution for an individual random variable is called marginal, the probability distribution for multiple random variables is

More information

Robustness of Principal Components

Robustness of Principal Components PCA for Clustering An objective of principal components analysis is to identify linear combinations of the original variables that are useful in accounting for the variation in those original variables.

More information

Week 1 Quantitative Analysis of Financial Markets Distributions A

Week 1 Quantitative Analysis of Financial Markets Distributions A Week 1 Quantitative Analysis of Financial Markets Distributions A Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Chapter 5 continued. Chapter 5 sections

Chapter 5 continued. Chapter 5 sections Chapter 5 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

More information

Review of the role of uncertainties in room acoustics

Review of the role of uncertainties in room acoustics Review of the role of uncertainties in room acoustics Ralph T. Muehleisen, Ph.D. PE, FASA, INCE Board Certified Principal Building Scientist and BEDTR Technical Lead Division of Decision and Information

More information

Chapter 9. Non-Parametric Density Function Estimation

Chapter 9. Non-Parametric Density Function Estimation 9-1 Density Estimation Version 1.2 Chapter 9 Non-Parametric Density Function Estimation 9.1. Introduction We have discussed several estimation techniques: method of moments, maximum likelihood, and least

More information

Estimation, Detection, and Identification CMU 18752

Estimation, Detection, and Identification CMU 18752 Estimation, Detection, and Identification CMU 18752 Graduate Course on the CMU/Portugal ECE PhD Program Spring 2008/2009 Instructor: Prof. Paulo Jorge Oliveira pjcro @ isr.ist.utl.pt Phone: +351 21 8418053

More information

Distribution Fitting (Censored Data)

Distribution Fitting (Censored Data) Distribution Fitting (Censored Data) Summary... 1 Data Input... 2 Analysis Summary... 3 Analysis Options... 4 Goodness-of-Fit Tests... 6 Frequency Histogram... 8 Comparison of Alternative Distributions...

More information

Probability and Stochastic Processes

Probability and Stochastic Processes Probability and Stochastic Processes A Friendly Introduction Electrical and Computer Engineers Third Edition Roy D. Yates Rutgers, The State University of New Jersey David J. Goodman New York University

More information

Review: mostly probability and some statistics

Review: mostly probability and some statistics Review: mostly probability and some statistics C2 1 Content robability (should know already) Axioms and properties Conditional probability and independence Law of Total probability and Bayes theorem Random

More information