View source: R/forecastservice_operations.R
forecastservice_create_what_if_analysis | R Documentation |
What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and compare the forecasts generated by these changes against the baseline, unchanged time series. It is important to remember that the purpose of a what-if analysis is to understand how a forecast can change given different modifications to the baseline time series.
See https://www.paws-r-sdk.com/docs/forecastservice_create_what_if_analysis/ for full documentation.
forecastservice_create_what_if_analysis(
WhatIfAnalysisName,
ForecastArn,
TimeSeriesSelector = NULL,
Tags = NULL
)
WhatIfAnalysisName |
[required] The name of the what-if analysis. Each name must be unique. |
ForecastArn |
[required] The Amazon Resource Name (ARN) of the baseline forecast. |
TimeSeriesSelector |
Defines the set of time series that are used in the what-if analysis
with a The
|
Tags |
A list of tags to apply to the what if forecast. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.