Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • FORCES FORCES
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CHSCHS
  • FORCESFORCES
  • Merge requests
  • !70

Draft: add skill_measures from Ulysses project

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Robert Schweppe requested to merge ottor/forces-fork-of-shrestha:forces_modiri into main Jan 11, 2023
  • Overview 0
  • Commits 40
  • Pipelines 0
  • Changes 15

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 moment to 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 x to dat to be consistent with other routines
    • renamed n argument in n_element to nn to 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 Feb 14, 2023 by Robert Schweppe
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: forces_modiri