Time Series Model<T>.Predictions Property
Gets a vector containing the model's predicted values for the dependent variable.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<T> Predictions { get; protected set; }