weibull_dist
Weibull-distribution PDF or CDF.
Syntax
Section titled “Syntax”v = weibull_dist(x, alpha, beta, cumulative)Description
Section titled “Description”Returns the Weibull PDF or CDF at x for shape parameter alpha and scale parameter beta. Used in reliability and life-data analysis.
Example
Section titled “Example”weibull_dist(105, 20, 100, true)See also
Section titled “See also”expon_dist— Exponential-distribution PDF or CDF.gamma_dist— Gamma-distribution PDF or CDF.