fTLCAR {TLCAR}R Documentation

Estimate parameters for the TLCAR distribution using maximum likelihood.

Description

This function estimates the parameters of the TLCAR distribution while respecting the constraints on the parameters.

Usage

fTLCAR(data)

Arguments

data

Numeric vector of data values.

Value

Numeric vector of estimated parameters.

Examples

data(ConductorFailureTimes)
estimated_params <- fTLCAR(ConductorFailureTimes)


[Package TLCAR version 0.1.0 Index]