it.grypho.scala.leonardo.probability.DistKind
See theDistKind companion object
The distribution families this package knows.
An enum rather than one case class per family: every family shares the same shape — a short parameter vector plus four kernels — so a single carrier keeps Session display, :save serialization and the parser to one case each instead of five.
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
binomial(n, p) — parameters (n, p), with n a non-negative integer, p in [0,1].
binomial(n, p) — parameters (n, p), with n a non-negative integer, p in [0,1].
Attributes
chisq(k) — parameter (k), the degrees of freedom, with k > 0.
chisq(k) — parameter (k), the degrees of freedom, with k > 0.
Attributes
exponential(lambda) — parameter (lambda), with lambda > 0.
exponential(lambda) — parameter (lambda), with lambda > 0.
Attributes
normal(mu, sigma) — parameters (mu, sigma), with sigma > 0.
normal(mu, sigma) — parameters (mu, sigma), with sigma > 0.
Attributes
poisson(lambda) — parameter (lambda), with lambda > 0.
poisson(lambda) — parameter (lambda), with lambda > 0.
Attributes
studentt(nu) — parameter (nu), the degrees of freedom, with nu > 0.
studentt(nu) — parameter (nu), the degrees of freedom, with nu > 0.
Attributes