Question: Statistics Project Problem: Consider one way of modeling a problem. Say you have a device an in any given year there is about a 1

Statistics Project Problem: Consider one way of modeling a problem. Say you have a device an in any given year there is about a 1 in 6 chance that the device will fail. A question is, \"On average, how long will it be before such a device fails?\" This sort of problem is what will be modeled and analyzed here. The problem above can be modeled as follows: Roll a normal fair six-sided die. Rolling a 1 will count as \"fail\" anything else will count as \"not-fail\". The random variable we will use will be X = # of rolls required before a 1 is rolled = \"time until failure\" This is a random variable, so in each experiment (for each device) this will produce a value. For example, if we roll , then X = 5 (we count the final roll). Part 1 (Empirical Analysis): Roll a die, or simulate using Excel, python, or some other option, e.g., Random.org, 20 repetitions of obtaining a value for X, that is, roll until a 1 is rolled, record the result and repeat 20 times. For example, if the rolls are , then record 4 since 4 rolls were required. Record your rolls and counts. Compute the mean and standard deviation of your values for X. Given the modeling problem we started with interpret the mean and standard deviation you found in terms of how many years are expected before the device fails. Excel might be used for this part as it makes the calculations, recording of data, etc., very simple, however, it is not required. Part 2 (Theoretical Analysis): Compute the expected value, variance, and standard deviation of the random variable X. See the additional notes for discussion on these computations, in brief: P ( X=i ) = the probability of rolling something other than a 1 i1 )-times, then rolling a 1 on the ith throw. Make a table for the first 10 values: P ( X=1 ) 1 P ( X =1 ) 12 P ( X =1 ) P ( X=1 ) 2 P ( X =1 ) 22 P ( X =1 ) 20 Use this to compute i=1 (Expected Value) i2 P ( X=i) and then use these to get a i=1 E[ X ] and var [ X ]=E [ X 2 ] ( E [ X ])2 P ( X=2 0 ) 2 0 P ( X =2 0 ) 2 02 P( X=0) 20 i P ( X =i) and rough approximation of ... ... ... E [ X ] = i P ( X =i) i=1 2 2 (Variance) var [ X ]=E [ ( X E [ X ] ) ]=E [ X 2 ] ( E [ X ] ) (Standard Deviation) [ X ] = var [ X ] Repeat the second item of Part 1: Given the modeling problem we started with, interpret E[ X ] and [X ] in terms of how many years are expected before the device fails. Hint: For computing these without directly manipulating the infinite summations that appear in the definitions of E[ X ] and var [ X ] , let A be the event that a 1 is rolled on the first throw and A ' be the complementary event, namely, that a 1 is not rolled on the first throw. It is clear that E [ X| A' ] =E [ 1+ X ]=1+ E [ X ] since what is rolled after the first roll is just like starting over. It is also clear that E [ X| A ] =1 . The Law of Total Expectation (see notes) gives: E [ X ] =E [ X| A ] P ( A ) + E [ X| A' ] P ( A ' ) =P ( A ) +(1+ E [ X ] ) (1P ( A ) ) This makes it quite simple to find E[ X ] . 2 E[ X ] , here you will use E [ X 2| A' ]=E [ ( 1+ X )2 ]=E [ 1+ 2 X+ X 2 ]=1+2 E [ X ] + E[ X 2 ] . Again, the Law of Total Expectation gives: A similar \"trick\" can be used to find E [ X 2 ]=E [ X 2| A ] P ( A ) + E [ X 2| A' ] P (A ' ) and from this it is simple to compute E [ X2] . Extra Instructions: Every item indicated by a is an item you must address. Part 1 may be done in Excel or by hand. Part 2 may be done by hand and then uploaded. The uploaded file must be a pdf. If you want to use Word that is good, but the mathematics must be formatted correctly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
