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

View source: R/MAINest.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. NA values are not supported.

Details

This function exists to avoid dublication inside the package.

Value

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

See Also

fitGSMVAR, GAfit


saviviro/gmvarkit documentation built on March 8, 2024, 4:15 a.m.