Gets the value of the statistic for this estimated value.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override T Statistic { get; }
Public Overrides ReadOnly Property Statistic As T
Get
public:
virtual property T Statistic {
T get () override;
}
abstract Statistic : 'T with get
override Statistic : 'T with get
Property Value
Type:
TThe value of the statistic for this estimated value.
This property indicates the deviation of the value from zero.
For a transformed parameter, the statistic is based on the original
value and standard error.
Reference