Parameter Vector<T> Constructor
Constructs a new parameter vector.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public ParameterVector(
IEnumerable<string> names,
Vector<T> values,
SymmetricMatrix<T>? covarianceMatrix = null,
ContinuousDistribution? distribution = null
)Parameters
- names IEnumerable<String>
- A sequence of names for the parameters.
- values Vector<T>
- A vector containing the values of the parameters.
- covarianceMatrix SymmetricMatrix<T> (Optional)
- Optional. The covariance matrix of the parameters.
- distribution ContinuousDistribution (Optional)
- Optional. The distribution of the parameters.