ParameterCollection Class

Represents a collection of fit parameters.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public sealed class ParameterCollection : IReadOnlyCollection<Parameter>, 
	IEnumerable<Parameter>, IEnumerable
Inheritance
Object    ParameterCollection
Implements
IEnumerableParameter, IReadOnlyCollectionParameter, IEnumerable

Properties

Count Gets the number of parameters.
CovarianceMatrix Gets the covariance matrix of the fit parameters.
ItemInt32 Gets the parameter with the given index.
ItemString Gets the parameter with the given name.
ValuesVector Gets the set of best-fit parameters, as a vector.

Methods

CovarianceOf Gets the covariance of the two named parameters.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf Gets the index of the parameter with the given name.
ToStringReturns a string that represents the current object.
(Inherited from Object)
VarianceOf Gets the variance of the named parameter.

See Also