Click or drag to resize

ParameterCollection Class

Represents a collection of fit parameters.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsParameterCollection

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class ParameterCollection : IReadOnlyCollection<Parameter>, 
	IEnumerable<Parameter>, IEnumerable

The ParameterCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of parameters.
Public propertyCovarianceMatrix
Gets the covariance matrix of the fit parameters.
Public propertyItemInt32
Gets the parameter with the given index.
Public propertyItemString
Gets the parameter with the given name.
Public propertyValuesVector
Gets the set of best-fit parameters, as a vector.
Top
Methods
  NameDescription
Public methodCovarianceOf
Gets the covariance of the two named parameters.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of the parameter with the given name.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVarianceOf
Gets the variance of the named parameter.
Top
See Also