Learn R Programming

gmvarkit (version 1.4.1)

get_minval: 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 single time series. NA values are not supported.

Value

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

Details

This function exists to avoid dublication inside the package.

See Also

fitGMVAR, GAfit