ParameterVector<T>.Statistics Property

Gets a vector containing the statistics (t or z) of the parameters.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> Statistics { get; }

Property Value

Vector<T>

See Also