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.

  1. kendall :: (Ord a, Ord b, Vector v (a, b)) => v (a, b) -> Double

    statistics Statistics.Correlation.Kendall

    O(nlogn) Compute the Kendall's tau from a vector of paired data. Return NaN when number of pairs <= 1.

  2. module Statistics.Test.KruskalWallis

    No documentation available.

  3. kruskalWallis :: (Unbox a, Ord a) => [Vector a] -> Double

    statistics 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.

  4. 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).

  5. 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.

  6. periodAllDays :: DayPeriod p => p -> [Day]

    time-compat Data.Time.Calendar.Compat

    A list of all the days in this period.

  7. 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]
    

  8. getAllCorners :: forall (v :: Type -> Type) n . (Additive v, Traversable v) => BoundingBox v n -> [Point v n]

    diagrams-lib Diagrams

    Computes all of the corners of the bounding box.

  9. small :: OrderedField n => Measure n

    diagrams-lib Diagrams.Attributes

    No documentation available.

  10. verySmall :: OrderedField n => Measure n

    diagrams-lib Diagrams.Attributes

    No documentation available.

Page 416 of many | Previous | Next