|
KolmogorovSmirnovDistributionOneSideUpperTail Method
|
Computes the Upper Tail of the P[Dn >= x] distribution.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static double OneSideUpperTail(
double n,
double x
)
Public Shared Function OneSideUpperTail (
n As Double,
x As Double
) As Double
Request Example
View SourceParameters
- n
- Type: SystemDouble
- x
- Type: SystemDouble
Return Value
Type:
DoubleRemarks
This function approximates the upper tail of the P[Dn >= x]
distribution using the one-sided Kolmogorov-Smirnov statistic.
See Also