nll {deeptrafo}R Documentation

Generic negative log-likelihood for transformation models

Description

Generic negative log-likelihood for transformation models

Usage

nll(base_distribution)

Arguments

base_distribution

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.


[Package deeptrafo version 0.1-1 Index]