Skip to content

API Documentation

Obtain a comparer object in one of the following ways:

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()