Draft: add skill_measures from Ulysses project
Features:
- adds the routines from the Skillas project to FORCES
-
mo_moment:- added fypp version (now 1d, 2D, 3D)
- removed all functions working on two arrays (correlation, covariance, mixed_central_moment, mixed_central_moment_var) to
mo_errormeasures - implemented jams version from !67 with ddof argument
- made procedure interface for average and mean
- refactored many functions
- had to rename arguments in
momentto avoid name clashes with other routines
-
mo_percentile:- added fypp version (now 1d, 2D, 3D, 4D)
- added functions iqr, extremity (correlation, covariance, mixed_central_moment, mixed_central_moment_var) to
mo_errormeasures - renamed main argument from
xtodatto be consistent with other routines - renamed
nargument inn_elementtonnto be consistent with other routines
-
mo_errormeasures:- added fypp version (now 1d, 2D, 3D)
- added functions working on two arrays (correlation, covariance, mixed_central_moment, mixed_central_moment_var)
- added options to kge to be able to use modified version also
- added functions ets, crps, bsan, bsbn, bss, crpss, acc
- refactored many functions
Edited by Robert Schweppe