Gets the collection of variables that are always included in the regression model.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public ReadOnlyCollection<Vector<double>> FixedVariables { get; }
Public ReadOnly Property FixedVariables As ReadOnlyCollection(Of Vector(Of Double))
Get
public:
property ReadOnlyCollection<Vector<double>^>^ FixedVariables {
ReadOnlyCollection<Vector<double>^>^ get ();
}
member FixedVariables : ReadOnlyCollection<Vector<float>> with get
Property Value
Type:
ReadOnlyCollectionVectorDouble
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference