Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
kendall :: (Ord a, Ord b, Vector v (a, b)) => v (a, b) -> Doublestatistics Statistics.Correlation.Kendall O(nlogn) Compute the Kendall's tau from a vector of paired data. Return NaN when number of pairs <= 1.
module Statistics.Test.
KruskalWallis No documentation available.
kruskalWallis :: (Unbox a, Ord a) => [Vector a] -> Doublestatistics Statistics.Test.KruskalWallis The Kruskal-Wallis Test. In textbooks the output value is usually represented by K or H. This function already does the ranking.
kruskalWallisRank :: (Unbox a, Ord a) => [Vector a] -> [Vector Double]statistics Statistics.Test.KruskalWallis Kruskal-Wallis ranking. All values are replaced by the absolute rank in the combined samples. The samples and values need not to be ordered but the values in the result are ordered. Assigned ranks (ties are given their average rank).
kruskalWallisTest :: (Ord a, Unbox a) => [Vector a] -> Maybe (Test ())statistics Statistics.Test.KruskalWallis Perform Kruskal-Wallis Test for the given samples and required significance. For additional information check kruskalWallis. This is just a helper function. It uses Chi-Squared distribution for approximation as long as the sizes are larger than 5. Otherwise the test returns Nothing.
periodAllDays :: DayPeriod p => p -> [Day]time-compat Data.Time.Calendar.Compat A list of all the days in this period.
weekAllDays :: DayOfWeek -> Day -> [Day]time-compat Data.Time.Calendar.Compat Returns a week containing the given Day where the first day is the DayOfWeek specified. Examples:
>>> weekAllDays Sunday (YearMonthDay 2022 02 21) [YearMonthDay 2022 2 20 .. YearMonthDay 2022 2 26]
>>> weekAllDays Monday (YearMonthDay 2022 02 21) [YearMonthDay 2022 2 21 .. YearMonthDay 2022 2 27]
>>> weekAllDays Tuesday (YearMonthDay 2022 02 21) [YearMonthDay 2022 2 15 .. YearMonthDay 2022 2 21]
-
diagrams-lib Diagrams Computes all of the corners of the bounding box.
small :: OrderedField n => Measure ndiagrams-lib Diagrams.Attributes No documentation available.
verySmall :: OrderedField n => Measure ndiagrams-lib Diagrams.Attributes No documentation available.