次の方法で共有


ForecastingModel.Arimax プロパティ

定義

説明変数付き自動回帰統合移動平均 (ARIMAX) モデルは、1 つ以上の自動回帰 (AR) 項および/または 1 つ以上の移動平均 (MA) 項を持つ重回帰モデルとして表示できます。 この方法は、データが静止/非固定の場合の予測に適しており、任意の種類のデータ パターン (レベル/傾向/季節性/循環性) を持つ多変量に適しています。

public static Azure.ResourceManager.MachineLearning.Models.ForecastingModel Arimax { get; }
static member Arimax : Azure.ResourceManager.MachineLearning.Models.ForecastingModel
Public Shared ReadOnly Property Arimax As ForecastingModel

プロパティ値

適用対象