Click or drag to resize
Accord.NET (logo)

GrubbTest Properties

The GrubbTest type exposes the following members.

Properties
  NameDescription
Public propertyAbs
Gets the maximum absolute difference between an observation in the sample and the mean.
Public propertyCriticalValue
Gets the critical value for the current significance level.
(Inherited from HypothesisTestTDistribution.)
Public propertyHypothesis
Gets the GrubbTestHypothesis being tested.
Public propertyMax
Gets the difference between the maximum value and the mean.
Public propertyMean
Gets the sample's mean.
Public propertyMin
Gets the difference between the minimum value and the mean.
Public propertyNumberOfSamples
Gets the number of observations in the sample.
Public propertyPValue
Gets the P-value associated with this test.
(Inherited from HypothesisTestTDistribution.)
Public propertySignificant
Gets whether the null hypothesis should be rejected.
(Inherited from HypothesisTestTDistribution.)
Public propertySize
Gets the significance level for the test. Default value is 0.05 (5%).
(Inherited from HypothesisTestTDistribution.)
Public propertyStandardDeviation
Gets the sample's standard deviation.
Public propertyStatistic
Gets the test statistic.
(Inherited from HypothesisTestTDistribution.)
Public propertyStatisticDistribution
Gets the distribution associated with the test statistic.
(Inherited from HypothesisTestTDistribution.)
Public propertyTail
Gets the test type.
(Inherited from HypothesisTestTDistribution.)
Top
See Also