6 Control Charts for Variables

Size: px
Start display at page:

Download "6 Control Charts for Variables"

Transcription

1 6 Control Charts for Variables 6.1 Distribution of the To generate R-charts and s-charts it is necessary to work with the sampling distributions of the sample range R and the sample standard deviation s. A brief summary of these distributions when sampling from a normal distribution will be given. The range R of a random sample X 1, X 2,..., X n is R = X (n) X (1) where X (n) and X (1) are, respectively, the largest and smallest order statistics in a sample of size n. When taking a sample of size n from a N(0, 1) distribution, the pdf of R is: g(r; n) = n(n 1) and the CDF of R is: G(r; n) = n = n 0 [Φ(x + r) Φ(x)] n 2 φ(x)φ(x + r)dx r > 0 [Φ(x + r) Φ(x)] n 1 φ(x)dx { [Φ(x + r) Φ(x)] n 1 + [Φ(x r) + Φ(x) 1] n 1} φ(x)dx r > 0 If the sample was taken from a N(0, σ 2 ) distribution, then the relative range W = R/σ has pdf g(r; n). The moments of the range R can be derived from either the pdf above or from the moments of minimum and maximum order statistics X (1) and X (n). The following tables contain the first two moments of X (1), X (n), and R for n = 2,, 4, 5 from a N(0, 1) distribution. Exact values of E(X (1) ), E(X (n) ) and E(R) n E(X (1) ) 1 π 2 ( π a ) 5 ( π π a ) π π E(X (n) ) E(R) 1 π 2 π where a = arcsin(1/) ( a ) π π ( 2 π π 1 + 2a ) π π ( a ) π π ( a ) π π Exact values of E(X(1) 2 ), E(X2 (n) ) and E(R2 ) n E(X(1) 2 ) π π 4π + 5b 2π 2 E(X 2 (n) ) π E(R 2 ) π 1 + π π π + 5b 2π π + 5b π c π 2 where b = arcsin(1.4) and c = arcsin(1/ 6)

2 6.2 Distribution of the Standard Deviation The sample standard deviation S of a random sample X 1, X 2,..., X n is S = 1 n ( Xi X ) 2. n 1 When taking a sample of size n from a N(µ, σ 2 ) distribution, the pdf of S is: i=1 g(s; n) = sν 1 ν ν/2 exp( νs 2 /2σ 2 ) 2 (ν 2)/2 σ ν Γ(ν/2) s > 0 where ν = n 1 1. The first four moments of S are: 2 E(S) = σ n 1 E(S ) = nσ2 E(S) n 1 Γ( n) 2 Γ( n 1) E(S 2 ) = σ 2 2 E(S 4 ) = ( ) n + 1 σ 4 n 1 From Jensen s inequality: E(S) = E[(S 2 ) 1/2 ] < [E(S 2 )] 1/2 = σ. So E(S) < σ. If we define S = n 1 2 Γ( n 1 2 ) Γ( n 2 ) S then E(S ) = σ. Therefore, we can use the sample standard deviation to get an unbiased estimate of σ is we just multiply by the reciprocal of the biasing factor. The same is true if we consider the range R. That is, if multiply by the reciprocal of the appropriate biasing factor then we can get another unbiased estimate of σ. Multipliers for constructing variables control charts The following table will be used throughout this section. It contains multipliers for constructing variables control charts including x, R, s, and individual (IMR) charts. We begin with x and R charts. The x-chart is used to check if the mean of a process characteristic is on aim. Because the variability of the process may cause the process mean to appear off aim, it is also necessary to check that the process variability is not too large. Therefore, the x-chart will be accompanied by either an R-chart or an s-chart, both of which assess the stability of the variability of a process. 46

3 6 Control Charts for Variables 5 47

4 6. x and R-charts Suppose the goal is to control the mean of some quality characteristic. Let random variable X correspond to the quality characteristic from a unit sampled from an in-control process. Suppose it is known that X N(µ, σ 2 ) when the process is running in control. ) If a sample of n independent units is taken from this population, then X N (µ, σ2. n Suppose m samples of size n are collected. For each sample, we can calculate the: s x 1, x 2,..., x m and x = the mean of the m sample means s R 1, R 2,..., R m and R = the mean of the m sample ranges 6..1 For Known µ and σ The µ x + σ x control limits for the x-chart when µ and σ are known are: UCL = µ x + σ x = A = n Centerline = µ x = µ () LCL = µ x σ x = To construct an R-chart, information about the relationship between the sample range R and the standard deviation σ from a normal distribution is needed. Suppose X i N(µ, σ 2 ) for i = 1, 2,..., n. Let x 1, x 2,..., x n be a random sample (realization) of size n. The range R = x max x min. The relative range W = R σ is a random variable with µ W = d 2 and σ W = d. Values of d 2 and d for various sample sizes are given in the table. Motivation: Note that we can rewrite R as R = W σ. Substitution yields: µ R = E(W σ) = σe(w ) = σd 2 where the value of d 2 = E(W ) depends on n. σ 2 R = Var(W σ) = σ2 Var(W ) = σ 2 σ 2 W. Thus, σ R = σ σ W = σd where the value of d depends on n. Using these values, the µ R ± σ R control limits for the R-chart are: UCL = µ R + σ R = D 2 = d 2 + d Centerline = µ R = d 2 σ (4) LCL = µ R σ R = D 1 = d 2 d where D 1 and D 2 are constants that depend on sample size n and can be found in the table. 48

5 EXAMPLE 1: The following data represents m = 100 samples of size n = 4. µ = 100. Assume σ = 2. The data can be found in the file xchart.dat. The target is s 1 to 50 s 51 to *9.55* (91) *92.69* (49)

6 XBAR AND RANGE CHARTS (KNOWN MU AND SIGMA) s and s Chart Summary for response Sigma s with n=4 for Sigma s with n=4 for sample XBAR AND RANGE CHARTS (KNOWN MU AND SIGMA) s and s Chart Summary for response Sigma s with n=4 for Sigma s with n=4 for sample

7 XBAR AND RANGE CHARTS (KNOWN MU AND SIGMA) s and s Chart Summary for response Sigma s with n=4 for Sigma s with n=4 for sample XBAR AND RANGE CHARTS (KNOWN MU AND SIGMA) s and s Chart Summary for response Sigma s with n=4 for Sigma s with n=4 for sample

8 XBAR AND RANGE CHARTS (KNOWN MU AND SIGMA) 52

9 SAS Code for x and R charts for Example 1 assuming µ = 100 and σ = 2: DM LOG; CLEAR; OUT; CLEAR; ; * ODS LISTING; * This is used if you want tables as text output; * ODS PRINTER PDF file= c:\courses\st528\sas\xrchart.pdf ; OPTIONS NODATE NONUMBER LS=120 PS=120; DATA in; INFILE c:\courses\st528\sas\xchart.dat ; DO sample =1 TO 100; DO unit = 1 TO 4; INPUT OUTPUT; END; END; TITLE XBAR AND RANGE CHARTS (KNOWN MU AND SIGMA) ; SYMBOL1 V=DOT WIDTH=.5; PROC SHEWHART DATA=in ; XRCHART response*sample= 1 / NPANELPOS=100 ZONES ZONELABELS MU0=100 XSYMBOL=MU0 SIGMA0=2 RSYMBOL=R0 TESTS = 1 TO 8 LTESTS = 2 TESTS2 = 1 TABLETESTS ALLN SPLIT = / ; LABEL RESPONSE = AVERAGE RESPONSE/RANGE ; RUN; SAS Code for x and s charts for Example 1 assuming µ = 100 and σ = 2: DM LOG; CLEAR; OUT; CLEAR; ; * ODS LISTING; * This is used if you want tables as text output; * ODS PRINTER PDF file= C:\COURSES\ST528\SAS\xschart.pdf ; OPTIONS NODATE NONUMBER; DATA IN; INFILE c:\courses\st528\sas\xchart.dat ; DO sample =1 TO 100; DO unit = 1 TO 4; INPUT OUTPUT; END; END; TITLE XBAR AND S CHARTS (KNOWN MU AND SIGMA) ; SYMBOL1 V=DOT WIDTH=1; PROC SHEWHART DATA=IN ; XSCHART response*sample= 1 / NPANELPOS=100 ZONES ZONELABELS MU0=100 XSYMBOL=MU0 SIGMA0=2 SSYMBOL=S0 TESTS = 1 TO 8 LTESTS = 2 TESTS2 = 1 TABLETESTS ALLN SPLIT = / ; LABEL response = AVERAGE RESPONSE/STANDARD DEVIATION ; RUN; 5

10 6..2 For Unknown µ and σ For new processes, µ and σ are typically not known at startup. Thus, a set of m preliminary samples must be collected in order to compute estimates of µ and σ. x i and R i should be computed for each of the preliminary samples. m i=1 The estimator of the unknown mean µ is µ = x = x i m. m The estimator of σ is σ = R i=1 d 2, where R = R i m. Motivation for estimating σ based on sample ranges: Earlier we showed that µ R = σd 2. This implies σ = µ R /d 2. Replacing µ R with µ R = R, we get σ = R/d 2. Then σ x = σ n = R d 2 n Substitution of the estimators into equations () and (4) for the unknown parameters yields the following trial control limits for the x-chart: UCL = µ + σ n = A 2 = d 2 n Centerline = µ = x (5) LCL = µ σ n = Motivation for estimating σ R based on sample ranges: Earlier we showed that σ R = σd. Replace σ with σ = R/d 2. Then σ R = σd = Rd d 2. We then substitute µ R and σ R into µ R ± σ R. The trial control limits for the R-chart are: UCL = R + σ R = D 4 = 1 + d d 2 Centerline = R = R (6) LCL = R σ R = D = 1 d d 2 where D and D 4 are constants dependent on sample size with values given in the table. Because the x chart is dependent upon the variability of the process being in control, it is good practice to first check if the preliminary values of R i indicate in-control process variability. The trial limits for R must be used to test whether or not the process was in control when the preliminary samples were taken. When testing with the R-chart, it is common to use Rule 1 only to determine if the process variability is out-of-control. If this test on the range indicates no out of control signals, adopt the trial control limits as valid control limits for future process control testing. 54

11 If any range points indicate an out-of-control process, an investigation for assignable causes These can should be be revised carried as more out. in-control samples are collected. If anyassignable range points cause indicate can bean found, out-of-control delete theprocess, point and recompute investigation thefor trial assignable control limits. causes should be carried out. If no an assignable cause can is found, be found, delete one theofpoint two things and recompute can be done. the trial control limits. If (i) nothe assignable point can cause be can deleted be found, and new onelimits of twocomputed. things cancontinue be done. with the preceding (i) test Theuntil pointacceptable can be deleted limitsand are found. new limits computed. Continue with the preceding (ii) Retain test until theacceptable point alonglimits withare thefound. trial control limits. Future points can be plotted to (ii) see Retain if they theplot point inalong control. withif the so, accept trial control the limits limits. as Future valid. points can be plotted to If the R-chart see iftrial theylimits plot inare control. accepted If so, as adopt valid, the thenlimits perform as valid. the same test on the x-chart, using If theany R-chart subset trial of the limits rules are proposed adoptedearlier. as valid, If both thenthe perform x andthe R control same test limits onare theaccepted x-chart, as using valid, anyproceed subset with of theprocess rules proposed control analysis. earlier. If both the x and R control limits are adopted Once as valid, valid proceed controlwith limits process have been control computed, analysis. process control testing can proceed. Once s valid control shouldlimits be collected have been fromcomputed, the sametesting process. for process control can proceed. Compute Collect samples the values fromofthe x i same and Rprocess. i for each sample as the data becomes available. Plot Compute the most x i and current R i forvalues each sample of x andasr the ondata the control becomes charts. available. Use Plotathese subset current of thevalues rules of discussed x i and Rearlier i on the in control this paper charts. to determine if the process is running Use a subset in control. of the rules for the x-chart discussed earlier to determine if the process is If running both charts in control. show an out-of-control signal for the same sample, it is suggested to search for If both an assignable charts showcause an out-of-control for a changesignal in variability for the same firstsample, because it is bringing suggested thetoprocess search variability for an assignable under control cause may for areturn change theinprocess variability to the first in-control becausestate bringing on the the x-chart. process variability under control may return the process to the in-control state on the x-chart. EXAMPLE 2: The melt index of an extrusion grad polyethylene compound is to be studied to determine EXAMPLE variation 2: The inmelt this quality index of property an extrusion and relate grad it polyethylene to raw material, compound shift, is and toother be studied changes to determine the process. variation Ability in of this the quality process property to produce and relate trial control it to raw limits material, is alsoshift, to beand studied. others changes of in n the = process. 4 are selected Abilityand of the melt process index to values produce are collected. trial control In limits an initial is also study, to bedata studied. was collected s over of size 7 days n = yielding 4 are selected m = 20 and samples. the melt The index dataiswith recorded. the sample Data means was collected and ranges overare 7 days givenyielding in the following m = 20 samples. table. The data with the sample means and ranges are given in the following table

12 XBAR and RANGE Charts (Unknown MU and SIGMA) SAMPLE XBAR and RANGE Charts (Unknown MU and SIGMA) s and s Chart Summary for INDEX Sigma s with n=4 for Sigma s with n=4 for

13 XBAR and R Charts ( Removed) XBAR and R Charts (s,4,6,8 Removed) 57

14 XBAR and R Charts ( Removed) s and s Chart Summary for index Sigma s with n=4 for Sigma s with n=4 for sample XBAR and R Charts (s,4,6,8 Removed) s and s Chart Summary for index Sigma s with n=4 for Sigma s with n=4 for sample

15 SAS Code for x and R charts for Example 2 assuming µ and σ are unknown DM LOG; CLEAR; OUT; CLEAR; ; * ODS LISTING; * This is used if you want tables as text output; * ODS PRINTER PDF file= C:\COURSES\ST528\SAS\xrchrt2.pdf ; OPTIONS NODATE NONUMBER LS=120 PS=120; DATA in; INPUT sample day DO item = 1 TO 4; INPUT OUTPUT; END; LINES; ; TITLE XBAR and RANGE Charts (Unknown MU and SIGMA) ; SYMBOL1 V=DOT WIDTH=1; PROC SHEWHART DATA=in; XRCHART index*sample= 1 / NPANELPOS=20 ZONES ZONELABELS TESTS = 1 TO 8 LTESTS = 2 TESTS2 = 1 TABLETEST ALLN SPLIT = / ; LABEL RESPONSE = MEAN/RANGE ; RUN; SAS Code for x and s charts for Example 2 assuming µ and σ are unknown DM LOG; CLEAR; OUT; CLEAR; ; * ODS LISTING; * This is used if you want tables as text output; * ODS PRINTER PDF file= C:\COURSES\ST528\SAS\xschrt2.pdf ; OPTIONS NODATE NONUMBER; DATA in; INPUT sample day DO item = 1 TO 4; INPUT OUTPUT; END; LINES; (same data set as above) ; TITLE XBAR and S Charts (Unknown MU and SIGMA) ; SYMBOL1 V=DOT WIDTH=1; PROC SHEWHART DATA=in; XSCHART index*sample= 1 / NPANELPOS=20 ZONES ZONELABELS TESTS = 1 TO 8 LTESTS = 2 TESTS2 = 1 TABLETEST ALLN SPLIT = / ; LABEL RESPONSE = MEAN/STANDARD DEVIATION ; RUN; 59

16 6.4 x and s-charts The x and R-charts work well when the sample sizes are constant and relatively small. For larger sample sizes, say n > 10, the sample range fails to account for much of the information provided by the sample when the n 2 middle observations are ignored. Therefore, it is suggested that the x and s-charts be used when the sample size is greater than 10. Note: some references say that if n > 5 or 6 then x- and s-charts should be used. It is important to note that E(s 2 ) = σ 2 but E(s) σ. Therefore, there exists ( ) a value c 4 for each sample size n such that µ s = E(s) = c 4 σ where ( ) n 1 Γ ( ) s c 4 = ( ). This implies E = σ. n 1 c 4 Γ n 1 2 It can also be shown that σ s = σ 1 c 2 4. Values of c 4 can be found in the table For Known µ and σ The control limits for the x-chart when both µ and σ are known can be computed using the formulas in (). Motivation for the UCL and LCL: Recall that S is not an unbiased estimator of σ. But, for each n, there exists a constant c 4 such that µ S = E(s) = c 4 σ. Therefore, when plotting sample standard deviations, the centerline should be at c 4 σ. Because σs 2 = σ 2 (1 c 2 4), we get σ s = σ 1 c 2 4. This is substituted to find the UCL and LCL for the s chart. Given a known value of σ and sample size n, the control limits for the s-chart are: UCL = µ s + σ s = Centerline = µ s = c 4 σ (7) LCL = µ s σ s = Values of B 5 and B 6 are given in the table for various values of n. For each sample (i = 1,..., m), compute x i = n j=1 x ij n and s i = n j=1 (x ij x i ) 2. n 1 The value of s i is then plotted against i on the s-chart. Use Rule 1 and the above control limits to determine if the variability of the process characteristic in control. 60

17 XBAR AND S CHARTS (KNOWN MU AND SIGMA) s and Standard Deviations Chart Summary for response Sigma s with n=4 for Sigma s with n=4 for Std Dev sample Std Dev XBAR AND S CHARTS (KNOWN MU AND SIGMA) s and Standard Deviations Chart Summary for response Sigma s with n=4 for Sigma s with n=4 for Std Dev sample Std Dev

18 XBAR AND S CHARTS (KNOWN MU AND SIGMA) s and Standard Deviations Chart Summary for response Sigma s with n=4 for Sigma s with n=4 for Std Dev sample Std Dev XBAR AND S CHARTS (KNOWN MU AND SIGMA) The SHEWHART Procedure s and Standard Deviations Chart Summary for response Sigma s with n=4 for Sigma s with n=4 for Std Dev sample Std Dev XBAR AND S CHARTS (KNOWN MU AND SIGMA) 62

19 6.4.2 For Unknown µ and σ When both µ and σ are unknown, estimates of these parameters must be computed based on m preliminary samples. Let: x = m i=1 x i m be the mean of the sample means and s = m i=1 s i m be the mean of the sample standard deviations. Therefore, the estimator of µ is x. ( ) s Because E(s) = E(s i ) for each i, we have E(s) = c 4 σ. It follows that E = σ. Thus, an unbiased estimator of σ is σ = s c 4 and, σ s The trial control limits for the x-chart are: UCL = µ + σ n = c 4 = σ 1 c 24 = s 1 c 2 4. c4 Centerline = µ = x (8) LCL = µ σ n = The trial control limits for the s-chart are: UCL = µ s + σ s = Centerline = µ s = s (9) LCL = µ s + σ s = where B and B 4 can be found in the table. These trial control limits must be tested in the same fashion as the trial control limits for the x- and R-charts were tested. That is, plot the s i values on the s-chart analogously to the way the R i values are plotted on the R-chart. Once acceptable control limits have been found for both charts, proceed with process control analysis. 6

20 XBAR and S Charts (Unknown MU and SIGMA) sample XBAR and S Charts (Unknown MU and SIGMA) s and Standard Deviations Chart Summary for index Sigma s with n=4 for Sigma s with n=4 for Std Dev Std Dev

9.6 Counted Data Cusum Control Charts

9.6 Counted Data Cusum Control Charts 9.6 Counted Data Cusum Control Charts The following information is supplemental to the text. For moderate or low count events (such as nonconformities or defects), it is common to assume the distribution

More information

9.5 Fast Initial Response (FIR) for Cusum Charts

9.5 Fast Initial Response (FIR) for Cusum Charts 9.5 Fast Initial Response (FIR) for Cusum Charts The situation may arise where the researcher is concerned that the process may be in the out-of-control state at start-up or when the process is restarted

More information

9 Cumulative Sum and Exponentially Weighted Moving Average Control Charts

9 Cumulative Sum and Exponentially Weighted Moving Average Control Charts 9 Cumulative Sum and Exponentially Weighted Moving Average Control Charts 9.1 The Cumulative Sum Control Chart The x-chart is a good method for monitoring a process mean when the magnitude of the shift

More information

Chapter 8. Introduction to Statistical Inference

Chapter 8. Introduction to Statistical Inference Chapter 8. Introduction to Statistical Inference Point Estimation Statistical inference is to draw some type of conclusion about one or more parameters(population characteristics). Now you know that a

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 7 Estimation: Single Population Copyright 010 Pearson Education, Inc. Publishing as Prentice Hall Ch. 7-1 Confidence Intervals Contents of this chapter: Confidence

More information

Control Charts. A control chart consists of:

Control Charts. A control chart consists of: Control Charts The control chart is a graph that represents the variability of a process variable over time. Control charts are used to determine whether a process is in a state of statistical control,

More information

Central Limit Theorem (cont d) 7/28/2006

Central Limit Theorem (cont d) 7/28/2006 Central Limit Theorem (cont d) 7/28/2006 Central Limit Theorem for Binomial Distributions Theorem. For the binomial distribution b(n, p, j) we have lim npq b(n, p, np + x npq ) = φ(x), n where φ(x) is

More information

Technical Note: An Improved Range Chart for Normal and Long-Tailed Symmetrical Distributions

Technical Note: An Improved Range Chart for Normal and Long-Tailed Symmetrical Distributions Technical Note: An Improved Range Chart for Normal and Long-Tailed Symmetrical Distributions Pandu Tadikamalla, 1 Mihai Banciu, 1 Dana Popescu 2 1 Joseph M. Katz Graduate School of Business, University

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER Two hours MATH20802 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER STATISTICAL METHODS Answer any FOUR of the SIX questions.

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

SAMPLE STANDARD DEVIATION(s) CHART UNDER THE ASSUMPTION OF MODERATENESS AND ITS PERFORMANCE ANALYSIS

SAMPLE STANDARD DEVIATION(s) CHART UNDER THE ASSUMPTION OF MODERATENESS AND ITS PERFORMANCE ANALYSIS Science SAMPLE STANDARD DEVIATION(s) CHART UNDER THE ASSUMPTION OF MODERATENESS AND ITS PERFORMANCE ANALYSIS Kalpesh S Tailor * * Assistant Professor, Department of Statistics, M K Bhavnagar University,

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

Lecture # 35. Prof. John W. Sutherland. Nov. 16, 2005

Lecture # 35. Prof. John W. Sutherland. Nov. 16, 2005 Lecture # 35 Prof. John W. Sutherland Nov. 16, 2005 More on Control Charts for Individuals Last time we worked with X and Rm control charts. Remember -- only makes sense to use such a chart when the formation

More information

8.1 Estimation of the Mean and Proportion

8.1 Estimation of the Mean and Proportion 8.1 Estimation of the Mean and Proportion Statistical inference enables us to make judgments about a population on the basis of sample information. The mean, standard deviation, and proportions of a population

More information

ISyE 512 Chapter 6. Control Charts for Variables. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison

ISyE 512 Chapter 6. Control Charts for Variables. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison ISyE 512 Chapter 6 Control Charts for Variables Instructor: Prof. Kaibo Liu Department of Industrial and Systems Engineering UW-Madison Email: kliu8@wisc.edu Office: oom 3017 (Mechanical Engineering Building)

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

SPC Binomial Q-Charts for Short or long Runs

SPC Binomial Q-Charts for Short or long Runs SPC Binomial Q-Charts for Short or long Runs CHARLES P. QUESENBERRY North Carolina State University, Raleigh, North Carolina 27695-8203 Approximately normalized control charts, called Q-Charts, are proposed

More information

DATA ANALYSIS AND SOFTWARE

DATA ANALYSIS AND SOFTWARE DATA ANALYSIS AND SOFTWARE 3 cr, pass/fail http://datacourse.notlong.com Session 27.11.2009 (Keijo Ruohonen): QUALITY ASSURANCE WITH MATLAB 1 QUALITY ASSURANCE WHAT IS IT? Quality Design (actually part

More information

ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices

ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices Bachelier Finance Society Meeting Toronto 2010 Henley Business School at Reading Contact Author : d.ledermann@icmacentre.ac.uk Alexander

More information

Two Hours. Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER. 22 January :00 16:00

Two Hours. Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER. 22 January :00 16:00 Two Hours MATH38191 Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER STATISTICAL MODELLING IN FINANCE 22 January 2015 14:00 16:00 Answer ALL TWO questions

More information

Confidence Intervals for the Difference Between Two Means with Tolerance Probability

Confidence Intervals for the Difference Between Two Means with Tolerance Probability Chapter 47 Confidence Intervals for the Difference Between Two Means with Tolerance Probability Introduction This procedure calculates the sample size necessary to achieve a specified distance from the

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

Central limit theorems

Central limit theorems Chapter 6 Central limit theorems 6.1 Overview Recall that a random variable Z is said to have a standard normal distribution, denoted by N(0, 1), if it has a continuous distribution with density φ(z) =

More information

MTH6154 Financial Mathematics I Stochastic Interest Rates

MTH6154 Financial Mathematics I Stochastic Interest Rates MTH6154 Financial Mathematics I Stochastic Interest Rates Contents 4 Stochastic Interest Rates 45 4.1 Fixed Interest Rate Model............................ 45 4.2 Varying Interest Rate Model...........................

More information

LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY

LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY 1 THIS WEEK S PLAN Part I: Theory + Practice ( Interval Estimation ) Part II: Theory + Practice ( Interval Estimation ) z-based Confidence Intervals for a Population

More information

Definition 9.1 A point estimate is any function T (X 1,..., X n ) of a random sample. We often write an estimator of the parameter θ as ˆθ.

Definition 9.1 A point estimate is any function T (X 1,..., X n ) of a random sample. We often write an estimator of the parameter θ as ˆθ. 9 Point estimation 9.1 Rationale behind point estimation When sampling from a population described by a pdf f(x θ) or probability function P [X = x θ] knowledge of θ gives knowledge of the entire population.

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

Chapter 14 : Statistical Inference 1. Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same.

Chapter 14 : Statistical Inference 1. Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same. Chapter 14 : Statistical Inference 1 Chapter 14 : Introduction to Statistical Inference Note : Here the 4-th and 5-th editions of the text have different chapters, but the material is the same. Data x

More information

Tutorial 11: Limit Theorems. Baoxiang Wang & Yihan Zhang bxwang, April 10, 2017

Tutorial 11: Limit Theorems. Baoxiang Wang & Yihan Zhang bxwang, April 10, 2017 Tutorial 11: Limit Theorems Baoxiang Wang & Yihan Zhang bxwang, yhzhang@cse.cuhk.edu.hk April 10, 2017 1 Outline The Central Limit Theorem (CLT) Normal Approximation Based on CLT De Moivre-Laplace Approximation

More information

Chapter 8: Sampling distributions of estimators Sections

Chapter 8: Sampling distributions of estimators Sections Chapter 8 continued Chapter 8: Sampling distributions of estimators Sections 8.1 Sampling distribution of a statistic 8.2 The Chi-square distributions 8.3 Joint Distribution of the sample mean and sample

More information

ANALYZE. Chapter 2-3. Short Run SPC Institute of Industrial Engineers 2-3-1

ANALYZE. Chapter 2-3. Short Run SPC Institute of Industrial Engineers 2-3-1 Chapter 2-3 Short Run SPC 2-3-1 Consider the Following Low production quantity One process produces many different items Different operators use the same equipment These are all what we refer to as short

More information

CHAPTER 8. Confidence Interval Estimation Point and Interval Estimates

CHAPTER 8. Confidence Interval Estimation Point and Interval Estimates CHAPTER 8. Confidence Interval Estimation Point and Interval Estimates A point estimate is a single number, a confidence interval provides additional information about the variability of the estimate Lower

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 27 Continuous

More information

Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 5

Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 5 Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 5 Steve Dunbar Due Fri, October 9, 7. Calculate the m.g.f. of the random variable with uniform distribution on [, ] and then

More information

Statistics, Measures of Central Tendency I

Statistics, Measures of Central Tendency I Statistics, Measures of Central Tendency I We are considering a random variable X with a probability distribution which has some parameters. We want to get an idea what these parameters are. We perfom

More information

The Bernoulli distribution

The Bernoulli distribution This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

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

Statistics 431 Spring 2007 P. Shaman. Preliminaries

Statistics 431 Spring 2007 P. Shaman. Preliminaries Statistics 4 Spring 007 P. Shaman The Binomial Distribution Preliminaries A binomial experiment is defined by the following conditions: A sequence of n trials is conducted, with each trial having two possible

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

Conover Test of Variances (Simulation)

Conover Test of Variances (Simulation) Chapter 561 Conover Test of Variances (Simulation) Introduction This procedure analyzes the power and significance level of the Conover homogeneity test. This test is used to test whether two or more population

More information

1. Distinguish three missing data mechanisms:

1. Distinguish three missing data mechanisms: 1 DATA SCREENING I. Preliminary inspection of the raw data make sure that there are no obvious coding errors (e.g., all values for the observed variables are in the admissible range) and that all variables

More information

Midterm Exam III Review

Midterm Exam III Review Midterm Exam III Review Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Midterm Exam III Review 1 / 25 Permutations and Combinations ORDER In order to count the number of possible ways

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 28 One more

More information

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Part 1: Introduction Sampling Distributions & the Central Limit Theorem Point Estimation & Estimators Sections 7-1 to 7-2 Sample data

More information

Chapter 6: Point Estimation

Chapter 6: Point Estimation Chapter 6: Point Estimation Professor Sharabati Purdue University March 10, 2014 Professor Sharabati (Purdue University) Point Estimation Spring 2014 1 / 37 Chapter Overview Point estimator and point estimate

More information

R & R Study. Chapter 254. Introduction. Data Structure

R & R Study. Chapter 254. Introduction. Data Structure Chapter 54 Introduction A repeatability and reproducibility (R & R) study (sometimes called a gauge study) is conducted to determine if a particular measurement procedure is adequate. If the measurement

More information

Approximating random inequalities with. Edgeworth expansions

Approximating random inequalities with. Edgeworth expansions Approximating random inequalities with Edgeworth expansions John D. Cook November 3, 2012 Random inequalities of the form Abstract Prob(X > Y + δ often appear as part of Bayesian clinical trial methods.

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

Estimating parameters 5.3 Confidence Intervals 5.4 Sample Variance

Estimating parameters 5.3 Confidence Intervals 5.4 Sample Variance Estimating parameters 5.3 Confidence Intervals 5.4 Sample Variance Prof. Tesler Math 186 Winter 2017 Prof. Tesler Ch. 5: Confidence Intervals, Sample Variance Math 186 / Winter 2017 1 / 29 Estimating parameters

More information

Chapter 8 Statistical Intervals for a Single Sample

Chapter 8 Statistical Intervals for a Single Sample Chapter 8 Statistical Intervals for a Single Sample Part 1: Confidence intervals (CI) for population mean µ Section 8-1: CI for µ when σ 2 known & drawing from normal distribution Section 8-1.2: Sample

More information

Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall Financial mathematics

Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall Financial mathematics Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall 2014 Reduce the risk, one asset Let us warm up by doing an exercise. We consider an investment with σ 1 =

More information

CHAPTER-1 BASIC CONCEPTS OF PROCESS CAPABILITY ANALYSIS

CHAPTER-1 BASIC CONCEPTS OF PROCESS CAPABILITY ANALYSIS CHAPTER-1 BASIC CONCEPTS OF PROCESS CAPABILITY ANALYSIS Manufacturing industries across the globe today face several challenges to meet international standards which are highly competitive. They also strive

More information

Midterm Exam. b. What are the continuously compounded returns for the two stocks?

Midterm Exam. b. What are the continuously compounded returns for the two stocks? University of Washington Fall 004 Department of Economics Eric Zivot Economics 483 Midterm Exam This is a closed book and closed note exam. However, you are allowed one page of notes (double-sided). Answer

More information

ORF 245 Fundamentals of Statistics Chapter 10 Summarizing Data

ORF 245 Fundamentals of Statistics Chapter 10 Summarizing Data ORF 245 Fundamentals of Statistics Chapter 10 Summarizing Data Robert Vanderbei Fall 2015 Slides last edited on December 14, 2015 http://www.princeton.edu/ rvdb Median and Mode Let X be a random variable

More information

Point Estimators. STATISTICS Lecture no. 10. Department of Econometrics FEM UO Brno office 69a, tel

Point Estimators. STATISTICS Lecture no. 10. Department of Econometrics FEM UO Brno office 69a, tel STATISTICS Lecture no. 10 Department of Econometrics FEM UO Brno office 69a, tel. 973 442029 email:jiri.neubauer@unob.cz 8. 12. 2009 Introduction Suppose that we manufacture lightbulbs and we want to state

More information

Week 1 Quantitative Analysis of Financial Markets Distributions B

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

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

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

3: Balance Equations

3: Balance Equations 3.1 Balance Equations Accounts with Constant Interest Rates 15 3: Balance Equations Investments typically consist of giving up something today in the hope of greater benefits in the future, resulting in

More information

Econ 300: Quantitative Methods in Economics. 11th Class 10/19/09

Econ 300: Quantitative Methods in Economics. 11th Class 10/19/09 Econ 300: Quantitative Methods in Economics 11th Class 10/19/09 Statistical thinking will one day be as necessary for efficient citizenship as the ability to read and write. --H.G. Wells discuss test [do

More information

Confidence Intervals Introduction

Confidence Intervals Introduction Confidence Intervals Introduction A point estimate provides no information about the precision and reliability of estimation. For example, the sample mean X is a point estimate of the population mean μ

More information

Individual and Moving Range Charts. Measurement (observation) for the jth unit (sample) of subgroup i

Individual and Moving Range Charts. Measurement (observation) for the jth unit (sample) of subgroup i Appendix 3: SPCHART Notation SPSS creates ne types of Shewhart control charts. In this appendix, the charts are grouped into five sections: X-Bar and R Charts X-Bar and s Charts Individual and Moving Range

More information

Chapter 7. Confidence Intervals and Sample Sizes. Definition. Definition. Definition. Definition. Confidence Interval : CI. Point Estimate.

Chapter 7. Confidence Intervals and Sample Sizes. Definition. Definition. Definition. Definition. Confidence Interval : CI. Point Estimate. Chapter 7 Confidence Intervals and Sample Sizes 7. Estimating a Proportion p 7.3 Estimating a Mean µ (σ known) 7.4 Estimating a Mean µ (σ unknown) 7.5 Estimating a Standard Deviation σ In a recent poll,

More information

Stat 139 Homework 2 Solutions, Fall 2016

Stat 139 Homework 2 Solutions, Fall 2016 Stat 139 Homework 2 Solutions, Fall 2016 Problem 1. The sum of squares of a sample of data is minimized when the sample mean, X = Xi /n, is used as the basis of the calculation. Define g(c) as a function

More information

University of Texas, MD Anderson Cancer Center

University of Texas, MD Anderson Cancer Center University of Texas, MD Anderson Cancer Center UT MD Anderson Cancer Center Department of Biostatistics Working Paper Series Year 2012 Paper 78 Approximating random inequalities with Edgeworth expansions

More information

Chapter 6 Analyzing Accumulated Change: Integrals in Action

Chapter 6 Analyzing Accumulated Change: Integrals in Action Chapter 6 Analyzing Accumulated Change: Integrals in Action 6. Streams in Business and Biology You will find Excel very helpful when dealing with streams that are accumulated over finite intervals. Finding

More information

Much of what appears here comes from ideas presented in the book:

Much of what appears here comes from ideas presented in the book: Chapter 11 Robust statistical methods Much of what appears here comes from ideas presented in the book: Huber, Peter J. (1981), Robust statistics, John Wiley & Sons (New York; Chichester). There are many

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables In this chapter, we introduce a new concept that of a random variable or RV. A random variable is a model to help us describe the state of the world around us. Roughly, a RV can

More information

Back to estimators...

Back to estimators... Back to estimators... So far, we have: Identified estimators for common parameters Discussed the sampling distributions of estimators Introduced ways to judge the goodness of an estimator (bias, MSE, etc.)

More information

ECO 317 Economics of Uncertainty Fall Term 2009 Tuesday October 6 Portfolio Allocation Mean-Variance Approach

ECO 317 Economics of Uncertainty Fall Term 2009 Tuesday October 6 Portfolio Allocation Mean-Variance Approach ECO 317 Economics of Uncertainty Fall Term 2009 Tuesday October 6 ortfolio Allocation Mean-Variance Approach Validity of the Mean-Variance Approach Constant absolute risk aversion (CARA): u(w ) = exp(

More information

Bivariate Birnbaum-Saunders Distribution

Bivariate Birnbaum-Saunders Distribution Department of Mathematics & Statistics Indian Institute of Technology Kanpur January 2nd. 2013 Outline 1 Collaborators 2 3 Birnbaum-Saunders Distribution: Introduction & Properties 4 5 Outline 1 Collaborators

More information

Chapter 3 Discrete Random Variables and Probability Distributions

Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3 Discrete Random Variables and Probability Distributions Part 4: Special Discrete Random Variable Distributions Sections 3.7 & 3.8 Geometric, Negative Binomial, Hypergeometric NOTE: The discrete

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

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

More information

Central Limit Theorem (CLT) RLS

Central Limit Theorem (CLT) RLS Central Limit Theorem (CLT) RLS Central Limit Theorem (CLT) Definition The sampling distribution of the sample mean is approximately normal with mean µ and standard deviation (of the sampling distribution

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

Sampling Distribution

Sampling Distribution MAT 2379 (Spring 2012) Sampling Distribution Definition : Let X 1,..., X n be a collection of random variables. We say that they are identically distributed if they have a common distribution. Definition

More information

The Normal Distribution

The Normal Distribution Will Monroe CS 09 The Normal Distribution Lecture Notes # July 9, 207 Based on a chapter by Chris Piech The single most important random variable type is the normal a.k.a. Gaussian) random variable, parametrized

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

Exam 2 Spring 2015 Statistics for Applications 4/9/2015

Exam 2 Spring 2015 Statistics for Applications 4/9/2015 18.443 Exam 2 Spring 2015 Statistics for Applications 4/9/2015 1. True or False (and state why). (a). The significance level of a statistical test is not equal to the probability that the null hypothesis

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

3: Balance Equations 3.1 Accounts with Constant Interest Rates. Terms. Example. Simple Interest

3: Balance Equations 3.1 Accounts with Constant Interest Rates. Terms. Example. Simple Interest 3: Balance Equations 3.1 Accounts with Constant Interest Rates Example Two different accounts 1% per year: earn 1% each year on dollars at beginning of year 1% per month: earn 1% each month on dollars

More information

Normal populations. Lab 9: Normal approximations for means STT 421: Summer, 2004 Vince Melfi

Normal populations. Lab 9: Normal approximations for means STT 421: Summer, 2004 Vince Melfi Lab 9: Normal approximations for means STT 421: Summer, 2004 Vince Melfi In previous labs where we investigated the distribution of the sample mean and sample proportion, we often noticed that the distribution

More information

Chapter 11 : Model checking and refinement An example: Blood-brain barrier study on rats

Chapter 11 : Model checking and refinement An example: Blood-brain barrier study on rats EXST3201 Chapter 11b Geaghan Fall 2005: Page 1 Chapter 11 : Model checking and refinement An example: Blood-brain barrier study on rats This study investigates the permeability of the blood-brain barrier

More information

Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty

Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty George Photiou Lincoln College University of Oxford A dissertation submitted in partial fulfilment for

More information

Statistics & Flood Frequency Chapter 3. Dr. Philip B. Bedient

Statistics & Flood Frequency Chapter 3. Dr. Philip B. Bedient Statistics & Flood Frequency Chapter 3 Dr. Philip B. Bedient Predicting FLOODS Flood Frequency Analysis n Statistical Methods to evaluate probability exceeding a particular outcome - P (X >20,000 cfs)

More information

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Announcements: There are some office hour changes for Nov 5, 8, 9 on website Week 5 quiz begins after class today and ends at

More information

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 5, 2015

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

1 Inferential Statistic

1 Inferential Statistic 1 Inferential Statistic Population versus Sample, parameter versus statistic A population is the set of all individuals the researcher intends to learn about. A sample is a subset of the population and

More information

Probability & Statistics

Probability & Statistics Probability & Statistics BITS Pilani K K Birla Goa Campus Dr. Jajati Keshari Sahoo Department of Mathematics Statistics Descriptive statistics Inferential statistics /38 Inferential Statistics 1. Involves:

More information

Martingales, Part II, with Exercise Due 9/21

Martingales, Part II, with Exercise Due 9/21 Econ. 487a Fall 1998 C.Sims Martingales, Part II, with Exercise Due 9/21 1. Brownian Motion A process {X t } is a Brownian Motion if and only if i. it is a martingale, ii. t is a continuous time parameter

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 05 Normal Distribution So far we have looked at discrete distributions

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

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality Point Estimation Some General Concepts of Point Estimation Statistical inference = conclusions about parameters Parameters == population characteristics A point estimate of a parameter is a value (based

More information

Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman:

Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman: Math 224 Fall 207 Homework 5 Drew Armstrong Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman: Section 3., Exercises 3, 0. Section 3.3, Exercises 2, 3, 0,.

More information

Probability in Options Pricing

Probability in Options Pricing Probability in Options Pricing Mark Cohen and Luke Skon Kenyon College cohenmj@kenyon.edu December 14, 2012 Mark Cohen and Luke Skon (Kenyon college) Probability Presentation December 14, 2012 1 / 16 What

More information

Lecture 8: The Black-Scholes theory

Lecture 8: The Black-Scholes theory Lecture 8: The Black-Scholes theory Dr. Roman V Belavkin MSO4112 Contents 1 Geometric Brownian motion 1 2 The Black-Scholes pricing 2 3 The Black-Scholes equation 3 References 5 1 Geometric Brownian motion

More information

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS MATH307/37 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS School of Mathematics and Statistics Semester, 04 Tutorial problems should be used to test your mathematical skills and understanding of the lecture material.

More information

Discrete Probability Distribution

Discrete Probability Distribution 1 Discrete Probability Distribution Key Definitions Discrete Random Variable: Has a countable number of values. This means that each data point is distinct and separate. Continuous Random Variable: Has

More information