|
KolmogorovSmirnovDistributionOneSideDistributionFunction 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 double OneSideDistributionFunction(
double x
)
Public Function OneSideDistributionFunction (
x As Double
) As Double
Request Example
View SourceParameters
- 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