weibull_scale: Calcualtes the Weibull Scale Paramater Based on the Shape and...

View source: R/weibull_scale.R

weibull_scaleR Documentation

Calcualtes the Weibull Scale Paramater Based on the Shape and Reliability at a Given Time

Description

weibull_scale calculates the value of the Weibull scale parameter based on the shape parameter, and the reliability at a given time.

Usage

weibull_scale(md, R_m, shape)

Arguments

md

Mission Duration - The time at which Reliaiblity is defined.

R_m

Mission Reliability - The Reliaiblity of a mission of a given duration md.

shale

The Weibull shale parameter.

Value

The output will be a numeric value indicating the Weibull mean.

References

Determining the Right Sample Size for Your Test: Theory and Application 2015 Annual Reliability and Maintainability Symposium

See Also

weibull_mean

Examples

# 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)


jjw3952/mcotear documentation built on Sept. 2, 2023, 10:30 a.m.