package
stats
Type Members
-
class
BayesianNetwork
extends Model[BayesianNetworkNode]
-
case class
BayesianNetworkNode
(rv: axle.stats.RandomVariable[_], cpt: Factor) extends Product with Serializable
-
trait
Case
[A]
extends AnyRef
-
case class
CaseAnd
[A, B]
(left: Case[A], right: Case[B]) extends Case[(A, B)] with Product with Serializable
-
case class
CaseAndGT
[A]
(conjuncts: GenTraversable[Case[A]]) extends Case[List[A]] with Product with Serializable
-
case class
CaseGiven
[A, B]
(c: Case[A], given: Case[B]) extends Case[(A, B)] with Product with Serializable
-
case class
CaseIs
[A]
(rv: RandomVariable[A], v: A) extends Case[A] with Product with Serializable
-
case class
CaseIsnt
[A]
(rv: RandomVariable[A], v: A) extends Case[A] with Product with Serializable
-
case class
CaseOr
[A, B]
(left: Case[A], right: Case[B]) extends Case[(A, B)] with Product with Serializable
-
-
-
class
DTree
extends AnyRef
-
class
DTreeEdge
extends AnyRef
-
class
DTreeNode
extends AnyRef
-
trait
Distribution
[A]
extends AnyRef
-
trait
Distribution0
[A]
extends Distribution[A]
-
trait
Distribution1
[A, G1]
extends AnyRef
-
trait
Distribution2
[A, G1, G2]
extends AnyRef
-
class
EliminationTree
extends JungUndirectedGraph[Factor, String]
-
case class
EnrichedCaseGenTraversable
[A]
(cgt: GenTraversable[Case[A]]) extends Product with Serializable
-
class
Factor
extends AnyRef
-
case class
Independence
(X: Set[axle.stats.RandomVariable[_]], Z: Set[axle.stats.RandomVariable[_]], Y: Set[axle.stats.RandomVariable[_]]) extends Product with Serializable
-
class
InteractionGraph
extends JungUndirectedGraph[axle.stats.RandomVariable[_], String]
-
class
JoinTree
extends JungUndirectedGraph[Set[axle.stats.RandomVariable[_]], String]
-
trait
Model
[MVP]
extends JungDirectedGraph[MVP, String]
-
case class
P
[A]
(c: Case[A]) extends Probability with Product with Serializable
-
case class
PMultiply
(left: Probability, right: Double) extends Probability with Product with Serializable
-
trait
Probability
extends () ⇒ Double
-
-
case class
RandomVariable0
[A]
(_name: String, _values: Option[IndexedSeq[A]], distribution: Option[Distribution0[A]]) extends RandomVariable[A] with Product with Serializable
-
case class
RandomVariable1
[A, G1]
(_name: String, _values: Option[IndexedSeq[A]], grv: RandomVariable[G1], distribution: Option[Distribution1[A, G1]]) extends RandomVariable[A] with Product with Serializable
-
case class
RandomVariable2
[A, G1, G2]
(_name: String, _values: Option[IndexedSeq[A]], grv1: RandomVariable[G1], grv2: RandomVariable[G2], distribution: Option[Distribution2[A, G1, G2]]) extends RandomVariable[A] with Product with Serializable
-
-
class
TallyDistribution1
[A, G]
extends Distribution1[A, G]