Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. onforminput_ :: Text -> Attribute

    lucid Lucid.Html5

    The onforminput attribute.

  2. before :: Extract source => Int -> source -> source

    regex-base Text.Regex.Base.RegexLike

    before is a renamed take.

  3. mrBefore :: MatchResult a -> a

    regex-base Text.Regex.Base.RegexLike

    No documentation available.

  4. module Statistics.Distribution.DiscreteUniform

    The discrete uniform distribution. There are two parametrizations of this distribution. First is the probability distribution on an inclusive interval {1, ..., n}. This is parametrized with n only, where p_1, ..., p_n = 1/n. (discreteUniform). The second parametrization is the uniform distribution on {a, ..., b} with probabilities p_a, ..., p_b = 1/(a-b+1). This is parametrized with a and b. (discreteUniformAB)

  5. data DiscreteUniform

    statistics Statistics.Distribution.DiscreteUniform

    The discrete uniform distribution.

  6. discreteUniform :: Int -> DiscreteUniform

    statistics Statistics.Distribution.DiscreteUniform

    Construct discrete uniform distribution on support {1, ..., n}. Range n must be >0.

  7. discreteUniformAB :: Int -> Int -> DiscreteUniform

    statistics Statistics.Distribution.DiscreteUniform

    Construct discrete uniform distribution on support {a, ..., b}.

  8. module Statistics.Distribution.Transform

    Transformations over distributions

  9. data LinearTransform d

    statistics Statistics.Distribution.Transform

    Linear transformation applied to distribution.

    LinearTransform μ σ _
    x' = μ + σ·x
    

  10. LinearTransform :: Double -> Double -> d -> LinearTransform d

    statistics Statistics.Distribution.Transform

    No documentation available.

Page 544 of many | Previous | Next