ForecastingModel.Arimax Property
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 Azure.ResourceManager.MachineLearning.Models.ForecastingModel Arimax { get; }
static member Arimax : Azure.ResourceManager.MachineLearning.Models.ForecastingModel
Public Shared ReadOnly Property Arimax As ForecastingModel
Property Value
Applies to
Azure SDK for .NET