Skip to content

Commit

Permalink
Add module documentation
Browse files Browse the repository at this point in the history
Remove unused language extension
  • Loading branch information
Shimuuar committed Dec 10, 2011
1 parent ae9937d commit 0bcc9d3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Statistics/Test/KolmogorovSmirnov.hs
@@ -1,4 +1,15 @@
{-# LANGUAGE ScopedTypeVariables #-}
-- |
-- Module : Statistics.Test.KolmogorovSmirnov
-- Copyright : (c) 2011 Aleksey Khudyakov
-- License : BSD3
--
-- Maintainer : bos@serpentine.com
-- Stability : experimental
-- Portability : portable
--
-- Kolmogov-Smirnov tests are non-parametric tests for assesing
-- whether given sample could be described by distribution or whether
-- two samples have the same distribution.
module Statistics.Test.KolmogorovSmirnov (
-- * Kolmogorov-Smirnov test
kolmogorovSmirnovTest
Expand Down

0 comments on commit 0bcc9d3

Please sign in to comment.