Packages

trait RecParDistEq extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecParDistEq
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val memo: ParDistEqMemo
  2. abstract val nodeCoeffSeq: NodeCoeffSeq[ParMapState, Double]
  3. abstract def nodeDistCalc[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): (ParMap[Y, Double], ParSet[EquationNode])

Concrete Value Members

  1. def nextStateEqs(initState: ParMapState, cutoff: Double, maxDepth: Option[Int] = None, halted: => Boolean = false): (ParMapState, ParSet[EquationNode])
  2. def nodeCoeffDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(nodeCoeffs: NodeCoeffs[ParMapState, Double, HNil, Y], epsilon: Double, rv: RandomVar[Y]): (ParMap[Y, Double], ParSet[EquationNode])
  3. def nodeCoeffFamilyDist[Dom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(nodeCoeffs: NodeCoeffs[ParMapState, Double, Dom, Y], epsilon: Double)(arg: Dom): (ParMap[Y, Double], ParSet[EquationNode])
  4. def nodeDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): (ParMap[Y, Double], ParSet[EquationNode])
  5. def nodeFamilyDistFunc[Dom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNodeFamily: GeneratorNodeFamily[Dom, Y], epsilon: Double)(arg: Dom): (ParMap[Y, Double], ParSet[EquationNode])
  6. def varDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
  7. def varDistCalc[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
  8. def varFamilyDistFunc[RDom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVarFmly: RandomVarFamily[RDom, Y], epsilon: Double)(arg: RDom): (ParMap[Y, Double], ParSet[EquationNode])