Analysis#
Specification of analyses that can be used to evaluate model fit.
Statistic definitions are used to define a set of statistical analyses that
may be used to fit a model. Definitions of individual analyses are stored
in Analysis objects, which specify how an analysis should be
run and the expected output variables.
Definitions for a set of analyses are stored in a Statistics
object. Statistics objects may be used to evaluate
statistics on a given dataset, and can be used with
fit_indiv() to fit parameters to specific statistics,
rather than overall likelihood.
Statistic definitions may be saved to a JSON file to document exactly what statistics were fitted, in a form that can be loaded and reused.
Analysis definitions#
|
Manage analysis specification. |
|
Evaluate an analysis on a dataset. |
Statistic definitions#
|
Manage statistics specifications. |
|
Configure an analysis to generate a statistic. |
|
Evaluate all statistics. |
|
Compare statistics. |
Statistic definition files#
|
Write statistics definitions to a JSON file. |
|
Read statistics definition from a JSON file. |