@hackage logfloat0.8.1
Log-domain floating point numbers
Categories
License
BSD-3-Clause
Maintainer
wren@community.haskell.org
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
CustomDependencies (1)
Dependents (15)
@hackage/network-topic-models, @hackage/crf-chain2-tiers, @hackage/bayes-stack, @hackage/hmm, @hackage/hakaru, @hackage/acme-everything, Show all…
This module presents a class for storing numbers in the log-domain. The main reason for doing this is to prevent underflow when multiplying many probabilities as is done in Hidden Markov Models. It is also helpful for preventing overflow.