loglike.indep.unconstrained: Log-likelihood function for the independence copula.

View source: R/FullyParametricCopulas.R

loglike.indep.unconstrainedR Documentation

Log-likelihood function for the independence copula.

Description

This likelihood function is maximized to estimate the model parameters under the independence copula.

Usage

loglike.indep.unconstrained(para, Y, Delta, Dist.T, Dist.C)

Arguments

para

Estimated parameter values/initial values.

Y

Follow-up time.

Delta

Censoring indicator.

Dist.T

The distribution to be used for the survival time T. This argument can take one of the values from c("lnorm", "weibull", "llogis").

Dist.C

The distribution to be used for the censoring time C. This argument can take one of the values from c("lnorm", "weibull", "llogis").

Value

Maximized log-likelihood value.


depCensoring documentation built on April 4, 2025, 1:52 a.m.