View source on GitHub
|
Checks for goodness of fit of the model.
Inherits From: BaseCheck
meridian.analysis.review.checks.GoodnessOfFitCheck(
meridian: meridian.model.model.Meridian,
analyzer: meridian.analysis.analyzer.Analyzer,
config: meridian.analysis.review.checks.ConfigType
)
Methods
run
run() -> meridian.analysis.review.results.GoodnessOfFitCheckResult
Executes the check.
The return type uses the generic ResultType, making it specific for each subclass.
View source on GitHub