ParameterVector<T>.StandardErrors Property

Gets a vector containing the standard errors of the parameters.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T>? StandardErrors { get; }

Property Value

Vector<T>

See Also