fmx_diagnosis | R Documentation |
Diagnoses for fmx estimates.
Kolmogorov_fmx(object, data = object@data, ...)
KullbackLeibler_fmx(object, data = object@data, ...)
CramerVonMises_fmx(object, data = object@data, ...)
object |
fmx object, or an R object convertible to an fmx object |
data |
double vector, observed data.
Default is |
... |
additional parameters, currently not in use |
Function Kolmogorov_fmx()
calculates Kolmogorov distance.
Function KullbackLeibler_fmx calculates Kullback-Leibler divergence.
The R code is adapted from LaplacesDemon::KLD
.
Function CramerVonMises_fmx calculates Cramer-von Mises quadratic distance (via cvm.test).
Functions Kolmogorov_fmx()
, KullbackLeibler_fmx()
, CramerVonMises_fmx()
all return numeric scalars.
dgof::cvmf.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.