multinorm_maker: Implementation of a multivariate normal distribution

View source: R/families.R

multinorm_makerR Documentation

Implementation of a multivariate normal distribution

Description

Implementation of a multivariate normal distribution

Usage

multinorm_maker(
  dim = 2,
  with_cov = TRUE,
  trafos_scale = exp,
  add_const = 1e-08
)

Arguments

dim

dimension of the multivariate normal distribution

with_cov

logical; whether or not to have a full covariance

trafos_scale

transformation function for the scale

add_const

small positive constant to stabilize calculations


davidruegamer/deepregression documentation built on May 30, 2022, 6:21 p.m.