sTLCAR {TLCAR} | R Documentation |
Estimate parameters with constraints and plot histogram with estimated density
Description
This function estimates the parameters of the TLCAR distribution while respecting the constraints on the parameters. It plots the histogram of the data along with the estimated density curve.
Usage
sTLCAR(data)
Arguments
data |
Numeric vector of data values. |
Value
Numeric vector of estimated parameters.
Examples
data(ConductorFailureTimes)
sTLCAR(ConductorFailureTimes)
[Package TLCAR version 0.1.0 Index]