You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

CFA Time Series Error Statistics#32858/v2
Tags:  not added yet

CFA Time Series Error Statistics[SERVICE-32858]

Tracker: Services Priority: NormalNormal Status: Deployed
Submitted by: tcwibleApr 24 2017 11:17 Modified by: tcwibleMay 04 2017 15:23 Type:
Model
Path: m/cfa/errorstats Context: csip-cfa Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8088/csip-cfa/m/cfa/errorstats/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
The Error Statistics in CFA calculates a series of statistics for observed verse modeled/simulated time series data, including R2 and Nash-Sutcliffe.
Request Response
{
  "metainfo": {},
  "parameter": [{
    "name": "paired_data",
    "description": "A list\/matrix of paired data (observed vs modeled). Each column is separated by tabs ('\t') and each row should be separated by '\n'. The first row should be a header for the data.",
    "unit": "none",
    "value": "observed\tmodeled\n489\t550\n359\t320\n780\t790"
  }]
}
{
  "metainfo": {
    "status": "Finished",
    "suid": "e13b6bf0-2911-11e7-8a73-c509d1bb4fc9",
    "cloud_node": "10.2.228.57",
    "tstamp": "2017-04-24 11:17:22",
    "service_url": "http://localhost:8084/csip-cfa/m/cfa/errorstats/1.0",
    "request_ip": "127.0.0.1",
    "csip.version": "$version: 2.1.179 5b6bb423bd93 2017-04-17 od, built at 2017-04-24 11:15 by tcwible$",
    "cpu_time": 45,
    "expiration_date": "2017-04-24 11:22:22"
  },
  "parameter": [{
    "name": "paired_data",
    "description": "A list/matrix of paired data (observed vs modeled). Each column is separated by tabs ('\t') and each row should be separated by '\n'. The first row should be a header for the data.",
    "unit": "none",
    "value": "observed\tmodeled\n489\t550\n359\t320\n780\t790"
  }],
  "result": [
    {
      "name": "len",
      "value": 3
    },
    {
      "name": "mre",
      "value": 8.2067,
      "unit": "",
      "description": "Mean Relative Error statistic (MRE)"
    },
    {
      "name": "pbias",
      "value": -1.9656,
      "unit": "",
      "description": "Percent Bias error statistic (PBIAS)"
    },
    {
      "name": "r2",
      "value": 0.898,
      "unit": "",
      "description": "Coefficient of Determination (R2)"
    },
    {
      "name": "ns",
      "value": 0.9425,
      "unit": "",
      "description": "Nash-Sutcliffe Model Efficieny Coefficient (NS)"
    }
  ]
}
Files to attach:
(none)

Files to fetch:
None

Details
Comments & Attachments
Associations
Children
SCM Commits
History (2)
Baselines
All (2)

 
No data to display.