abstract class GenMonixFiniteDistributionEq[State] extends AnyRef
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (GenMonixFiniteDistributionEq[State], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (GenMonixFiniteDistributionEq[State]) => Boolean, msg: => Any): GenMonixFiniteDistributionEq[State]
- def ensuring(cond: (GenMonixFiniteDistributionEq[State]) => Boolean): GenMonixFiniteDistributionEq[State]
- def ensuring(cond: Boolean, msg: => Any): GenMonixFiniteDistributionEq[State]
- def ensuring(cond: Boolean): GenMonixFiniteDistributionEq[State]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def mapsSum[X, Y](first: Map[X, (FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])], second: Map[X, (FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]): Map[X, (FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- final def ne(arg0: AnyRef): Boolean
- def nodeCoeffDist[Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(nodeCoeffs: NodeCoeffs[State, Double, HNil, Y], epsilon: Double, rv: RandomVar[Y]): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- def nodeCoeffFamilyDist[Dom <: HList, Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(nodeCoeffs: NodeCoeffs[State, Double, Dom, Y], epsilon: Double)(arg: Dom): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- def nodeFamilyDistFunc[Dom <: HList, Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(generatorNodeFamily: GeneratorNodeFamily[Dom, Y], epsilon: Double)(arg: Dom): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def varDist[Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State] = EqDistMemo.empty[State])(randomVar: RandomVar[Y], epsilon: Double): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- def varFamilyDistFunc[RDom <: HList, Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(randomVarFmly: RandomVarFamily[RDom, Y], epsilon: Double)(arg: RDom): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Value Members
- def +(other: String): String
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- abstract def nodeDist[Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (GenMonixFiniteDistributionEq[State], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def ensuring(cond: (GenMonixFiniteDistributionEq[State]) => Boolean, msg: => Any): GenMonixFiniteDistributionEq[State]
- def ensuring(cond: (GenMonixFiniteDistributionEq[State]) => Boolean): GenMonixFiniteDistributionEq[State]
- def ensuring(cond: Boolean, msg: => Any): GenMonixFiniteDistributionEq[State]
- def ensuring(cond: Boolean): GenMonixFiniteDistributionEq[State]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def mapsSum[X, Y](first: Map[X, (FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])], second: Map[X, (FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]): Map[X, (FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- final def ne(arg0: AnyRef): Boolean
- def nodeCoeffDist[Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(nodeCoeffs: NodeCoeffs[State, Double, HNil, Y], epsilon: Double, rv: RandomVar[Y]): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- def nodeCoeffFamilyDist[Dom <: HList, Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(nodeCoeffs: NodeCoeffs[State, Double, Dom, Y], epsilon: Double)(arg: Dom): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- def nodeFamilyDistFunc[Dom <: HList, Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(generatorNodeFamily: GeneratorNodeFamily[Dom, Y], epsilon: Double)(arg: Dom): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def varDist[Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State] = EqDistMemo.empty[State])(randomVar: RandomVar[Y], epsilon: Double): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- def varFamilyDistFunc[RDom <: HList, Y](initState: State, maxDepth: Option[Int], halted: => Boolean, memo: EqDistMemo[State])(randomVarFmly: RandomVarFamily[RDom, Y], epsilon: Double)(arg: RDom): Task[(FiniteDistribution[Y], Set[EquationNode], EqDistMemo[State])]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
- def →[B](y: B): (GenMonixFiniteDistributionEq[State], B)