get_minval function

Returns the default smallest allowed log-likelihood for given data.

Returns the default smallest allowed log-likelihood for given data.

get_minval returns the default smallest allowed log-likelihood for given data.

get_minval(data)

Arguments

  • data: a matrix or class 'ts' object with d>1 columns. Each column is taken to represent a univariate time series. Missing values are not supported.

Returns

Returns -(10^(ceiling(log10(nrow(data)) + ncol(data))) - 1)

  • Maintainer: Savi Virolainen
  • License: GPL-3
  • Last published: 2025-02-27