The TwoSampleKSTest type exposes the following members.

Constructors

  NameDescription
TwoSampleKSTestOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this TwoSampleKSTest.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateOverloaded.

Properties

  NameDescription
Alpha
Gets and sets the alpha level associated with this hypothesis test.
CriticalValue
Gets the critical value based on the current alpha level associated with this hypothesis test.
DefaultAlpha
Gets and sets the default alpha level associated with TwoSampleKSTests.
N1
Gets the size of the first sample.
N2
Gets the size of the second sample.
P
Gets the p-value associated with the test statistic.
Reject
Tests whether the null hypothesis can be rejected, using the current alpha level.
Statistic
Gets the value of the test statistic associated with this hypothesis test.

See Also