Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

x
Type: SystemDouble

Return Value

Type: Double
Remarks
This function approximates the upper tail of the P[Dn >= x] distribution using the one-sided Kolmogorov-Smirnov statistic.
See Also