step-function: Step functions, 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]

Modules

[Index]

Downloads

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.7 && <4.11) [details]
License BSD-3-Clause
Author Petter Bergman
Maintainer jon.petter.bergman@gmail.com
Category Data
Home page https://github.com/jonpetterbergman/step-function
Bug tracker https://github.com/jonpetterbergman/step-function/issues
Source repo head: git clone http://github.com/jonpetterbergman/step-function
this: git clone http://github.com/jonpetterbergman/step-function(tag v0.1.1.2)
Uploaded by petterb at 2017-11-27T09:33:37Z
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 2017-11-27 [all 1 reports]

Readme for step-function-0.1.1.2

[back to package description]

step-function

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.