probability: Probabilistic Functional Programming
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
The Library allows exact computation with discrete random variables in terms of their distributions by using a monad. The monad is similar to the List monad for non-deterministic computations, but extends the List monad by a measure of probability. Small interface to R plotting.
[Skip to Readme]
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.2.1, 0.2.3, 0.2.3.1, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.2.7, 0.2.7, 0.2.8 |
|---|---|
| Change log | Changes.md |
| Dependencies | base (>=1.0 && <5), containers (>=0.1 && <0.7), random (>=1.0 && <1.3), special-functors (>=1.0 && <1.1), transformers (>=0.0.1 && <0.6), utility-ht (>=0.0.6 && <0.1) [details] |
| License | BSD-3-Clause |
| Author | Martin Erwig <erwig@eecs.oregonstate.edu>, Steve Kollmansberger |
| Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
| Category | Math, Monads, Graphics |
| Home page | http://www.haskell.org/haskellwiki/Probabilistic_Functional_Programming |
| Source repo | head: darcs get http://code.haskell.org/~thielema/probability/ this: darcs get http://code.haskell.org/~thielema/probability/ --tag 0.2.7 |
| Uploaded | by HenningThielemann at 2020年07月28日T06:45:57Z |
Modules
[Index] [Quick Jump]
- Numeric
- Probability
- Numeric.Probability.Distribution
- Example
- Numeric.Probability.Example.Alarm
- Numeric.Probability.Example.Barber
- Numeric.Probability.Example.Bayesian
- Numeric.Probability.Example.Boys
- Numeric.Probability.Example.Collection
- Numeric.Probability.Example.Diagnosis
- Numeric.Probability.Example.Dice
- Numeric.Probability.Example.DiceAccum
- Numeric.Probability.Example.Kruskal
- Numeric.Probability.Example.MontyHall
- Numeric.Probability.Example.NBoys
- Numeric.Probability.Example.Predator
- Numeric.Probability.Example.Profession
- Numeric.Probability.Example.Queuing
- Numeric.Probability.Example.TreeGrowth
- Numeric.Probability.Expectation
- Numeric.Probability.Object
- Numeric.Probability.Percentage
- Numeric.Probability.Random
- Numeric.Probability.Shape
- Numeric.Probability.Simulation
- Numeric.Probability.Trace
- Numeric.Probability.Transition
- Numeric.Probability.Visualize
- Probability
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| splitbase | Choose the new smaller, split-up base package. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- probability-0.2.7.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees
Readme for probability-0.2.7
[back to package description]Probabilistic Functional Programming in Haskell Contact: Martin Erwig, Oregon State University, erwig@eecs.oregonstate.edu These files have been tested with GHC 6.4 Core Library files: Show.hs Pretty Printing ListUtils.hs PrintList.hs Probability.hs Core probabilistic module Visualize.hs Visualization system for use with R Examples: Barber.hs An example of the queueing system BayesianNetwork.hs Implementing Bayesian networks Boys.hs A statistical examples NBoys.hs A generalized version of the previous Collection.hs Collections and two examples: Marbles and cards Dice.hs Rolling dice MontyHall.hs The "Monty Hall" Game (statistical) Predator.hs Non-probabilistic, demonstrates visualization TreeGrowth.hs A simple tree growth example Visualize output is placed in the file FuSE.R which can be loaded into the R statistical program to see visualizations. Randomized values can be displayed to the console using the printR function, which shows the value from a IO monad function.