Class/Object

axle.stats

Factor

Related Docs: object Factor | package stats

Permalink

case class Factor[T, N](varList: Vector[Distribution[T, N]], values: Map[Vector[CaseIs[T, N]], N])(implicit evidence$10: Eq[T], evidence$11: Field[N], evidence$12: Order[N], evidence$13: ConvertableFrom[N]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Factor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Factor(varList: Vector[Distribution[T, N]], values: Map[Vector[CaseIs[T, N]], N])(implicit arg0: Eq[T], arg1: Field[N], arg2: Order[N], arg3: ConvertableFrom[N])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(c: Seq[CaseIs[T, N]]): N

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cases: Iterable[Seq[CaseIs[T, N]]]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val crossProduct: IndexedCrossProduct[T]

    Permalink
  9. lazy val elements: IndexedSeq[N]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def evaluate(prior: Seq[CaseIs[T, N]], condition: Seq[CaseIs[T, N]]): N

    Permalink
  12. val field: Field[N]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def indexOf(cs: Seq[CaseIs[T, N]]): Int

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isSupersetOf(left: Seq[CaseIs[T, N]], right: Seq[CaseIs[T, N]]): Boolean

    Permalink
  18. def maxOut(variable: Distribution[T, N]): Factor[T, N]

    Permalink
  19. def mentions(variable: Distribution[T, N]): Boolean

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def projectRowsConsistentWith(eOpt: Option[List[CaseIs[T, N]]]): Factor[T, N]

    Permalink
  24. def projectToOnly(remainingVars: Vector[Distribution[T, N]]): Factor[T, N]

    Permalink
  25. def projectToVars(cs: Seq[CaseIs[T, N]], pVars: Set[Distribution[T, N]]): Seq[CaseIs[T, N]]

    Permalink
  26. def sumOut(varsToSumOut: Set[Distribution[T, N]]): Factor[T, N]

    Permalink
  27. def sumOut(gone: Distribution[T, N]): Factor[T, N]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def tally[M](a: Distribution[T, N], b: Distribution[T, N])(implicit la: LinearAlgebra[M, Int, Int, Double]): M

    Permalink
  30. val values: Map[Vector[CaseIs[T, N]], N]

    Permalink
  31. val varList: Vector[Distribution[T, N]]

    Permalink
  32. def variables: Vector[Distribution[T, N]]

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def Σ(varsToSumOut: Set[Distribution[T, N]]): Factor[T, N]

    Permalink
  37. def Σ(varToSumOut: Distribution[T, N]): Factor[T, N]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped