v1
latestOpenAPI 3.0.12026-07-14644253.6 KBInsight-Driven Planning (Forecast & Optimization)
Bottom up forecasting
Calculate forecast by timeseries and sum results up to establish forecast for top level timeseries.
post/forecast/forecast-bottom-up
Headers
Tokenstring
User Authentication Token
Request body
Example request
{
"method": "iCUE1",
"params": {
"errorType": "MeanAbsolutePercentageError",
"holdOutPeriod": 4,
"noFcst": 18,
"outlierDetection": true,
"periodicity": 12
},
"startDate": "1/16/2016"
}Response
Success
Example response
{
"hyperparameters": {
"errorType": "MeanAbsolutePercentageError",
"holdOutPeriod": 4,
"noFcst": 18,
"periodicity": 12
}
}