|
KolmogorovSmirnovDistributionPomeranz Method
|
Pomeranz algorithm.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static double Pomeranz(
int n,
double x
)
Public Shared Function Pomeranz (
n As Integer,
x As Double
) As Double
Request Example
View SourceParameters
- n
- Type: SystemInt32
- x
- Type: SystemDouble
Return Value
Type:
DoubleSee Also