In: Statistics and Probability
Generate sample data for time to light bulb failure that will be used for a weibull distribution.
use anywhere from 50 - 100 data points.
Here the shape parameter is 0.5 and the scale parameter is 1. To generate the data use the R command "rweibull(n,shape,scale)". Here is one example: