Gets a vector containing the statistics (t or z)
of the parameters.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> Statistics { get; }
Public ReadOnly Property Statistics As Vector(Of T)
Get
public:
property Vector<T>^ Statistics {
Vector<T>^ get ();
}
member Statistics : Vector<'T> with get
Property Value
Type:
VectorT
Reference