Gets the value of the statistic for this estimated value.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public virtual double Statistic { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property Statistic As Double |
| Visual C++ |
|---|
public:
virtual property double Statistic {
double get ();
} |
| F# |
|---|
abstract Statistic : float
override Statistic : float |
Field Value
The value of the statistic for this estimated value.
Remarks
See Also