nll: Generic negative log-likelihood for transformation models

View source: R/main.R

nllR Documentation

Generic negative log-likelihood for transformation models

Description

Generic negative log-likelihood for transformation models

Usage

nll(latent_distr)

Arguments

latent_distr

Target distribution, character or tfd_distribution. If character, can be either "logistic", "normal", "gumbel", "gompertz".

Value

A function for computing the negative log-likelihood of a neural network transformation model with generic response.


deeptrafo documentation built on April 3, 2025, 10:38 p.m.

Related to nll in deeptrafo...