Question

In: Statistics and Probability

For the following data set, tabulate and Plot the nonparametric the a) reliability function, b) probability...

For the following data set, tabulate and Plot the nonparametric the a) reliability function, b) probability density function, and c) hazard function.

There are 25 systems on test with the following times to failure. 5, 6, 8, 10, 11, 12, 15, 20, 24, 29, 33, 40, 43, 50, 54, 58, 60, 60, 61, 62, 62, 63, 64, 65, 66

What observations would you make based on your analysis?

Solutions

Expert Solution

x=c(5, 6, 8, 10, 11, 12, 15, 20, 24, 29, 33, 40, 43, 50, 54, 58, 60, 60, 61, 62, 62, 63, 64, 65, 66)
> length(x)
[1] 25
> sum(x)
[1] 981
> lam=25/981;lam
[1] 0.0254842
> F_bar=c()
> for(i in 1:length(x))
+ {
+ F_bar[i]=exp(-lam*x[i])
+ }
> plot(F_bar,main="plot of reliability function",type="l")


> F=1-F_bar
> pdf=c()
> pdf[1]=F[i]
> for(i in 2:25)
+ {
+ pdf[i]=F[i]-F[i-1]
+ }
> x1=x[-1];pdf1=pdf[-1]
> plot(x1,pdf1,type="l",main="plot of pdf")
> hist(pdf1,main="plot of histogram of pdf")


> hz=pdf/F_bar ##hazard function
> plot(hz,type="l",main="plot of hazard function")


> data.frame(failure_time=x,reliability_fun=F_bar,pdf,hazard_fun=hz)
failure_time reliability_fun pdf hazard_fun
1 5 0.8803630 0.813990436 0.92460777
2 6 0.8582111 0.022151885 0.02581170
3 8 0.8155655 0.042645624 0.05228964
4 10 0.7750389 0.040526507 0.05228964
5 11 0.7555372 0.019501699 0.02581170
6 12 0.7365263 0.019010993 0.02581170
7 15 0.6823156 0.054210671 0.07945102
8 20 0.6006854 0.081630215 0.13589513
9 24 0.5424709 0.058214446 0.10731349
10 29 0.4775713 0.064899614 0.13589513
11 33 0.4312883 0.046283047 0.10731349
12 40 0.3608229 0.070465350 0.19529068
13 43 0.3342652 0.026557712 0.07945102
14 50 0.2796518 0.054613391 0.19529068
15 54 0.2525498 0.027102000 0.10731349
16 58 0.2280744 0.024475454 0.10731349
17 60 0.2167410 0.011333311 0.05228964
18 60 0.2167410 0.000000000 0.00000000
19 61 0.2112874 0.005453685 0.02581170
20 62 0.2059709 0.005316459 0.02581170
21 62 0.2059709 0.000000000 0.00000000
22 63 0.2007882 0.005182685 0.02581170
23 64 0.1957359 0.005052277 0.02581170
24 65 0.1908108 0.004925150 0.02581170
25 66 0.1860096 0.004801223 0.02581170
>


Related Solutions

(a) Plot the probability of finding the electron of the H2+ molecule as a function of...
(a) Plot the probability of finding the electron of the H2+ molecule as a function of internuclearv distances for the antibonding molecular orbital. (b) calculate the probability of finding the electron at the midpoint between the two nuclei.
For the following data​ (a) display the data in a scatter​ plot, (b) calculate the correlation...
For the following data​ (a) display the data in a scatter​ plot, (b) calculate the correlation coefficient​ r, and​ (c) make a conclusion about the type of correlation. The ages​ (in years) of 6 children and the number of words in their vocabulary ​ Age, x 1 2 3 4 5 6 Vocabulary​ size, y 150 1100 1150 1800 2050 2700 A] The correlation coefficient r is
.  Draw a plot of the following set of data and determine the linear regression equation.  What is...
.  Draw a plot of the following set of data and determine the linear regression equation.  What is the      value of the slope and intercept?   What is r and R2?  Are there any outlier values?   (15 points)                                 Age (X):     20  25  36  29  41  35  56  43  66  50  59  67  51  75  75  81  54  66  52  48            Total Body Water (Y):     61  57  52  59  53  58  48  51  37  44  42  41  48  38  41  39  47  42  51  50  
Problem 3. Plot the following binomial probability functions as a function of outcome (x) using EXCEL...
Problem 3. Plot the following binomial probability functions as a function of outcome (x) using EXCEL on the same graph, and then comment on the effect of the value of p. a. b(x;10,0.1) b. b(x;10,0.5) c. b(x;10,0.9)
The following reaction was monitored as a function of time: A→B+C A plot of ln[A] versus...
The following reaction was monitored as a function of time: A→B+C A plot of ln[A] versus time yields a straight line with slope −4.0×10−3 /s . Part D If the initial concentration of A is 0.220 M , what is the concentration after 230 s ? [A] = m M
Frequency Plots: a) How do you draw a frequency plot given a data set? b) What...
Frequency Plots: a) How do you draw a frequency plot given a data set? b) What information about a data set do you get from a frequency plot of that set? c) What is the difference between theoretical and experimental frequency plots? i. When is it a safe bet to say that experimental frequency plots will begin to look like theoretical frequency plots? d) How does the frequency plot relate to the cumulative distribution plot? i. How do you draw...
A set of reliability testing data for a special equipment was obtained and the ordered ages...
A set of reliability testing data for a special equipment was obtained and the ordered ages at failure (hours) were: 8.3, 13, 16.9, 20.1, 23.8, 26.5, 29.8, 33.2, 36.5, 41, 45.1, 51.7, 61.3. Assume that these times to failure are normally distributed. Estimate the equipment reliability and hazard function at age 25 hours.
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables...
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables following (1) binomial distribution [p,n], (2) a geometric distribution [p], and (3) Poisson distribution [?]. You have to consider two sets of parameters per distribution which can be chosen arbitrarily. The following steps can be followed: Setp1: Establish two sets of parameters of the distribution: For Geometric and Poisson distributions take two values of p (p1 and p2) and take two values of [?],...
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables...
Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables following (1) binomial distribution [p,n], (2) a geometric distribution [p], and (3) Poisson distribution [?]. You have to consider two sets of parameters per distribution which can be chosen arbitrarily. The following steps can be followed
using excel   Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3...
using excel   Plot the probability mass function (PMF) and the cumulative distribution function (CDF) of 3 random variables following (1) binomial distribution [p,n], (2) a geometric distribution [p], and (3) Poisson distribution [?]. You have to consider two sets of parameters per distribution which can be chosen arbitrarily. The following steps can be followed: Setp1: Establish two sets of parameters of the distribution: For Geometric and Poisson distributions take two values of p (p1 and p2) and take two values...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT