BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-space-0.10.0.0@sha256:8badf01fdbb7e4f335c5ec00043591fb91adea406c19c9daf3f899c18b7142e0,1810

Module documentation for 0.10.0.0

numhask-space provides support for spaces where space is defined as a set of numbers with a lower and upper bound.

Usage

{-# LANGUAGE RebindableSyntax #-}
import NumHask.Prelude
import NumHask.Space

Changes

0.9.0

  • added emptyHistogram
  • fixes for numhask-0.9

0.8.2

  • replaced space1 partial with unsafeSpace1 + total space1

0.8.1

  • GHC 9.0.1 support
  • API fixes for random-1.2; randomS, randomSM & randomSs

0.7.0

  • GHC 8.10.2 support
  • Added Transform and Affinity capabilities
  • Added Line and associated functions.
  • Support for random-1.2; uniformS and uniformSs
  • Shifted to zero-centered, width scaling Range multiplication.
  • Added average & quantile to NumHask.Space.Histogram
  • Improved haddocks
  • Extended doctests

0.6.1

  • GHC 8.10.1 support