StepwiseOptions.FixedVariables Property

Gets the collection of variables that are always included in the regression model.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ReadOnlyCollection<Vector<double>> FixedVariables { get; }

Property Value

ReadOnlyCollection<Vector<Double>>

See Also