Learn R Programming

TLCAR (version 0.1.0)

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

Value

Numeric vector of estimated parameters.

Arguments

data

Numeric vector of data values.

Examples

Run this code
data(ConductorFailureTimes)
sTLCAR(ConductorFailureTimes)

Run the code above in your browser using DataLab