qweibull_series | R Documentation |
F(t) - p = 0
.
We solve for t using newton's method.Quantile function (inverse of the cdf).
By definition, the quantile p * 100% for a strictly monotonically increasing
cdf F is the value t that satisfies F(t) - p = 0
.
We solve for t using newton's method.
qweibull_series(p, scales, shapes, eps = 0.001, t0 = 1)
p |
vector of probabilities. |
scales |
vector of weibull scale parameters for weibull lifetime components |
shapes |
vector of weibull shape parameters for weibull lifetime components |
eps |
stopping condition, default is 1e-3 |
t0 |
initial guess, default is 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.