This class is for calculating the MSSS (Mean Squared Skill Score) following the paper of Goddard et al. (2012)
author: | Sebastian Illing |
---|---|
contact: | sebastian.illing@met.fu-berlin.de |
Class to calculate the MSSS. Call method “analyze” to get results
Parameters: |
|
---|
Main method to calculate the MSSS. Following steps are performed:
Calculate the MSSS for given timerange. The following steps are perfomed in this method:
Todo : | maybe this could be done in multiprocessing –> so different timeranges at once |
---|---|
Parameters: |
|
Calculates comparing values between two models/modelversions i.e. initialized vs. uninitialized. Following variables are computed:
Parameters: |
|
---|---|
Returns: | msss filename |
Calculates the following quantities:
Parameters: |
|
---|---|
Returns: | dict with “msss”, “bias”, “corr”, “biasSlope, “stdRatio”, “biasSlopeMinusOne” |