Dist {ngboostForecast}R Documentation

NGBoost distributions

Description

NGBoost distributions

Usage

Dist(
  dist = c("Normal", "Bernoulli", "k_categorical", "StudentT", "Laplace", "Cauchy",
    "Exponential", "LogNormal", "MultivariateNormal", "Poisson"),
  k
)

Arguments

dist

NGBoost distributions. One of the following:

  • Bernoulli

  • k_categorical

  • StudentT

  • Poisson

  • Laplace

  • Cauchy

  • Exponential

  • LogNormal

  • MultivariateNormal

  • Normal

k

Used only with k_categorical and MultivariateNormal

Value

An NGBoost Distribution object


[Package ngboostForecast version 0.1.1 Index]