Gets the collection of parameters associated with this model.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector<double> ParameterValues { get; protected set; }
Public Property ParameterValues As Vector(Of Double)
Get
Protected Set
public:
property Vector<double>^ ParameterValues {
Vector<double>^ get ();
protected: void set (Vector<double>^ value);
}
member ParameterValues : Vector<float> with get, set
Property Value
Type:
VectorDoubleA vector of
Parameter objects.
The vector is read-only.
Numerical Libraries
Supported in: 6.0
Reference