solution_statistics {ubiquity}R Documentation

Calculate Solution Statistics

Description

Attempts to determine the variance/covariance matrix, confidence intervals and CV percent for a list of parameter estimates parameters. This method was taken from the ADAPT 5 User's Guide chapter 3.

Usage

solution_statistics(parameters, cfg)

Arguments

parameters

list of parameter estimates

cfg

ubiquity system object

Details

The returned list has the following format:

Value

list containing information about the provided estimates

See Also

Vignette on estimation (vignette("Estimation", package = "ubiquity"))


[Package ubiquity version 2.1.0 Index]