AnovaModel.Parameters Property

Gets a vector containing the estimated values of the model parameters.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ParameterVector<double> Parameters { get; }

Property Value

ParameterVector<Double>

See Also