Learn R Programming

TLCAR (version 0.1.0)

fTLCAR: 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)

Value

Numeric vector of estimated parameters.

Arguments

data

Numeric vector of data values.

Examples

Run this code
data(ConductorFailureTimes)
estimated_params <- fTLCAR(ConductorFailureTimes)

Run the code above in your browser using DataLab