Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. denormaliseFromZeroMeanUnitVariance :: WelfordOnline a => WelfordExistingAggregate a -> a -> a

    welford-online-mean-variance Statistics.Sample.WelfordOnlineMeanVariance

    Denormalise from a zero mean unit variance normalised value (see normaliseToZeroMeanUnitVariance) to the original value(s).

  2. normaliseToZeroMeanUnitVariance :: WelfordOnline a => WelfordExistingAggregate a -> a -> a

    welford-online-mean-variance Statistics.Sample.WelfordOnlineMeanVariance

    Normalise the given input assuming the learned standard deviation with sample variance to zero mean and unit variance. For the first 100 values the output is clipped to (-3, 3).

  3. putVarLenBe :: Word64 -> Builder

    HCodecs Codec.ByteString.Builder

    No documentation available.

  4. putVarLenLe :: Word64 -> Builder

    HCodecs Codec.ByteString.Builder

    No documentation available.

  5. getVarLenBe :: Parser Word64

    HCodecs Codec.ByteString.Parser

    No documentation available.

  6. getVarLenLe :: Parser Word64

    HCodecs Codec.ByteString.Parser

    No documentation available.

  7. getVarMsg :: Tag -> Get VarMsg

    NineP Data.NineP

    For every messages type, runs a Get parser to decode that type of payload from the 9P2000 stream

  8. putVarMsg :: VarMsg -> Put

    NineP Data.NineP

    For every lower level VarMsg type, encodes a full wrapper around that type for use with 9P2000 streams

  9. data MutVar s a

    classy-prelude-yesod ClassyPrelude.Yesod

    A MutVar behaves like a single-element mutable array associated with a primitive state token.

  10. MutVar :: MutVar# s a -> MutVar s a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

Page 78 of many | Previous | Next