LinearRegressionModel.Steps Property

Gets the collection of steps performed in a stepwise regression.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IReadOnlyList<RegressionStep> Steps { get; }

Property Value

IReadOnlyList<RegressionStep>

See Also