deeada47dde6063447ff8c92a66b9862ae06dbc1203d65300d47b106a84f57e3

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 4065

Preview (limited to 512 bytes)

"{-# LANGUAGE BangPatterns #-}\n{-# LANGUAGE DeriveFunctor #-}\n{-# LANGUAGE ScopedTypeVariables #-}\n-- | Chi-Squared test for uniformity.\nmodule Uniformity (testUniformity) where\n\nimport Data.List (intercalate)\nimport Data.List (foldl')\nimport Numeric (showFFloat)\nimport Numeric.SpecFunctions (incompleteGamma)\nimport Test.Framework.Providers.API (Test, TestName)\n\nimport qualified Data.Map as Map\n\nimport MiniQC as QC\n\n-- | \\( \\lim_{"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete