Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

logLik.kdecopula

Log-Likelihood of a kdecopula object


Description

Log-Likelihood of a kdecopula object

Usage

## S3 method for class 'kdecopula'
logLik(object, ...)

Arguments

object

an object of class kdecopula.

...

not used.

Value

Returns an object of class logLik containing the log- likelihood, number of observations and effective number of parameters ("df").

Author(s)

Thomas Nagler

See Also

Examples

## load data and transform with empirical cdf
data(wdbc)
udat <- apply(wdbc[, -1], 2, function(x) rank(x) / (length(x) + 1))

## estimation of copula density of variables 5 and 6
fit <- kdecop(udat[, 5:6])

## compute fit statistics
logLik(fit)
AIC(fit)
BIC(fit)

kdecopula

Kernel Smoothing for Bivariate Copula Densities

v0.9.2
GPL-3
Authors
Thomas Nagler [aut, cre], Kuangyu Wen [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.