Difference between revisions of "Kolmogorov-Smirnov Test"

From Open Risk Manual
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
The '''Kolmogorov-Smirnov''' test is used to decide if a given sample comes from a population with a specific distribution.
 
The '''Kolmogorov-Smirnov''' test is used to decide if a given sample comes from a population with a specific distribution.
  
== Open Source Implementation ==
+
== Implementation ==
[https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.stats.kstest.html Scipy]
+
* [https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.stats.kstest.html Scipy]
  
 
== See Also ==
 
== See Also ==

Latest revision as of 11:25, 17 May 2024

Definition

The Kolmogorov-Smirnov test is used to decide if a given sample comes from a population with a specific distribution.

Implementation

See Also

References