TestResultUnderlyingStatistic Property |
Gets the underlying discrete test statistic.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public DiscreteTestStatistic UnderlyingStatistic { get; }
Public ReadOnly Property UnderlyingStatistic As DiscreteTestStatistic
Get
public:
property DiscreteTestStatistic^ UnderlyingStatistic {
DiscreteTestStatistic^ get ();
}
member UnderlyingStatistic : DiscreteTestStatistic with get
Property Value
Type:
DiscreteTestStatisticSee Also