Click or drag to resize
Accord.NET (logo)

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

Parameters

n
Type: SystemDouble
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