ForecastingModels.Arimax Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms. This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity.
public static Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ForecastingModels Arimax;
staticval mutable Arimax : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ForecastingModels
Public Shared Arimax As ForecastingModels