fTLCAR {TLCAR} | R Documentation |
This function estimates the parameters of the TLCAR distribution while respecting the constraints on the parameters.
fTLCAR(data)
data |
Numeric vector of data values. |
Numeric vector of estimated parameters.
data(ConductorFailureTimes)
estimated_params <- fTLCAR(ConductorFailureTimes)