API Reference
Obtain a comparer object in one of the following ways:
- From matched data with from_matched()
- After defining observations and model results using the match() function.
- From a config file with from_config()
Do analysis and plotting with the returned Comparer (a single observation) or ComparerCollection (multiple observations):
- skill() - returns a SkillTable with the skill scores
- plot using the various plot methods of the comparer objects
plot.scatter()plot.timeseries()plot.kde()plot.qq()plot.hist()