Click or drag to resize
Accord.NET (logo)

DistributionAnalysisKolmogorovSmirnov Property

Gets the Kolmogorov-Smirnov tests performed against each of the candidate distributions.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public KolmogorovSmirnovTest[] KolmogorovSmirnov { get; }
Request Example View Source

Property Value

Type: KolmogorovSmirnovTest
See Also