Description Objects from the Class Slots Author(s) See Also Examples
The class optimParams handles the slot
fits of the class globalfit.
It contains for some given data the optimization results
and their characteristics.
Objects can be created by calls of the form
new("optimParams", family, package, estimatedValues, AIC, BIC, AICc,
sanity).
More comfortably, you may use the function globalfit.
The list elements in the fits-slot of the result is a
optimParams-object.
character string; indicating the family name in the package, e.g. “norm”.
character string; indicating the package where the family was found, e.g. “stats”.
named numeric vector; the estimated parameters of the family.
numeric; Akaike Information Criterion.
numeric; Bayes Information Criterion.
numeric; small sample-corrected Akaike Information Criterion.
named list; with numeric items hist_check und
int_check and boolean item good as a
result of the sanity check.
Moritz Kern
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.