logLik.ud_fit: Ultimate Deconvolution Model Likelihoods

logLik.ud_fitR Documentation

Ultimate Deconvolution Model Likelihoods

Description

Compute the log-likelihood for the Ultimate Deconvolution model.

Usage

## S3 method for class 'ud_fit'
logLik(object, version = c("Rcpp", "R"), ...)

Arguments

object

An Ultimate Deconvolution model fit. Typically, this will be an output of ud_init or ud_fit.

version

When version == "R", the computations are performed entirely in R; when version == "Rcpp", an Rcpp implementation is used.

...

Additional arguments (unused).

Value

A number giving the log-likelihood for the model.

See Also

ud_init, ud_fit


stephenslab/mvebnm documentation built on June 4, 2024, 6:37 a.m.