BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-space-0.8.1.0@sha256:2c52b55fbace636f40c0e91f865d260fed917551ff09097e5a6c46cf477ab9bb,1733

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