F(t) - p = 0
.
We solve for t using newton's method.qwei_series.Rd
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.
qwei_series(p, shapes, scales, tol = 1e-05, t0 = 1)
vector of probabilities.
vector of weibull shape parameters for weibull lifetime components
vector of weibull scale parameters for weibull lifetime components
stopping condition, default is 1e-5
initial guess, default is 1