Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

CLIMATE-483 - Add basic PatternCorrelation metric #85

Merged
merged 2 commits into from
Jul 2, 2014

Commits on Jul 2, 2014

  1. CLIMATE-483 - Add basic PatternCorrelation metric

    - Rename old PatternCorrelation metric to TemporalPatternCorrelation
      since it does an annual reshaping of the datasets before doing a
      comparison and that isn't adequately reflected in the metric's name.
      The new name also falls in line with the functionality of the
      TemporalStdDevRatio metric which also does such a rebin.
    - Add basic PatternCorrelation metric that uses
      scipy.stats.pearsonr to return the r_value for the reference
      and target datasets. Note, the metric no longer returns a tuple of
      values. It now only returns the r_value. This falls much more in line
      with the metrics name in my opinion.
    MJJoyce committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    4a5f381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ab8c2 View commit details
    Browse the repository at this point in the history