qweibull_series: Quantile function (inverse of the cdf). By definition, the...

qweibull_seriesR Documentation

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.

Description

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.

Usage

qweibull_series(p, scales, shapes, eps = 0.001, t0 = 1)

Arguments

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


queelius/series_system_estimation_masked_data documentation built on Jan. 29, 2025, 11:08 a.m.