View source: R/weibull_scale.R
weibull_scale | R Documentation |
weibull_scale
calculates the value of the Weibull scale parameter
based on the shape parameter, and the reliability at a given time.
weibull_scale(md, R_m, shape)
md |
Mission Duration - The time at which Reliaiblity is defined. |
R_m |
Mission Reliability - The Reliaiblity of a mission of a given duration |
shale |
The Weibull shale parameter. |
The output will be a numeric value indicating the Weibull mean.
Determining the Right Sample Size for Your Test: Theory and Application 2015 Annual Reliability and Maintainability Symposium
weibull_mean
# What is the scale parameter of a Weibull distribution with shape 2 in which there
# is 80% probability of surviving a mission of 2000 hours?
weibull_scale(2000, .8, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.