get_minval: Returns the default smallest allowed log-likelihood for given...

View source: R/miscellaneous.R

get_minvalR Documentation

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

Description

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

Usage

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.

Value

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


sstvars documentation built on April 11, 2025, 5:47 p.m.