Learn R Programming

uGMAR (version 3.2.6)

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 numeric vector or class 'ts' object containing the data. NA values are not supported.

Value

Returns -(10^(ceiling(log10(length(data))) + 1) - 1)

Details

This function exists simply to avoid dublication inside the package.

See Also

fitGSMAR, GAfit