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 ParameterVector Parameters { get; protected set; }
Public Property Parameters As ParameterVector
Get
Protected Set
public:
virtual property ParameterVector^ Parameters {
ParameterVector^ get () sealed;
protected: void set (ParameterVector^ value) sealed;
}
abstract Parameters : ParameterVector with get, set
override Parameters : ParameterVector with get, set
Property Value
Type:
ParameterVectorA vector of
Parameter objects.
The vector is read-only.
Numerical Libraries
Supported in: 6.0
Reference