package math
A collection of com.markblokpoel.lanag.math utility functions, grouped by topic.
- Alphabetic
- By Inheritance
- math
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
Distribution[A](domain: Vector[A], notNormDistribution: Vector[BigDecimal]) extends Product with Serializable
A probability distribution over a domain of objects.
A probability distribution over a domain of objects. If the initial distribution does not add up to 1.0, then it will be normalized.
- A
The type of the domain this distribution is defined over.
- domain
A vector of objects that makes up the domain of this distribution.
- notNormDistribution
A (possibly not normalized) distribution.
Deprecated Value Members
-
object
Probability
A collection of utility functions related to probability theory.
A collection of utility functions related to probability theory.
- Deprecated
Remains for backwards compatibility. Use Distribution instead which has higher precision.
Language Agents Simulation framework
For detailed documentation on using the framework please see the README.md file at the Github repository at https://github.com/markblokpoel/lanag-core.