step-function: Staircase functions or piecewise constant functions

[ bsd3, library, text ] [ Propose Tags ]

Step functions, staircase functions or piecewise constant functions. Implemented as a default value and a series of transitions. Supports merging two step functions using a supplied merging function.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.2, 0.2.0.1
Change log Changelog.md
Dependencies base (>=4.6 && <4.20), containers (>=0.5.0.0 && <0.7), deepseq (>=1.3.0.1 && <1.6), QuickCheck (>=2.11.3 && <2.15), semigroups (>=0.18.4 && <0.21), transformers (>=0.3.0.0 && <0.7), transformers-compat (>=0.6.2 && <0.8) [details]
License BSD-3-Clause
Author Oleg Grenrus <oleg.grenrus@iki.fi>, Petter Bergman <jon.petter.bergman@gmail.com>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 2 made by phadej at 2023-11-17T19:25:40Z
Category Text
Home page https://github.com/jonpetterbergman/step-function
Bug tracker https://github.com/jonpetterbergman/stepfunction/issues
Source repo head: git clone https://github.com/jonpetterbergman/step-function
Uploaded by phadej at 2023-03-15T17:18:11Z
Distributions LTSHaskell:0.2.0.1, NixOS:0.2.0.1, Stackage:0.2.0.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5493 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-15 [all 1 reports]

Readme for step-function-0.2.0.1

[back to package description]

step-function

Step functions, staircase functions or piecewise constant functions.