Packages

class ParTangentDistEq extends RecParDistEq

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParTangentDistEq
  2. RecParDistEq
  3. AnyRef
  4. 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

Instance Constructors

  1. new ParTangentDistEq(nodeCoeffSeqParam: NodeCoeffSeq[ParMapState, Double], baseState: ParMapState, varWeight: Double = 0.3, memo: ParDistEqMemo = new ParDistEqMemo)

Value Members

  1. def baseDist[Y](rv: RandomVar[Y], cutoff: Double): ParMap[Y, Double]
  2. val memo: ParDistEqMemo
    Definition Classes
    ParTangentDistEqRecParDistEq
  3. def nextStateEqs(initState: ParMapState, cutoff: Double, maxDepth: Option[Int] = None, halted: => Boolean = false): (ParMapState, ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  4. 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])
    Definition Classes
    RecParDistEq
  5. 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])
    Definition Classes
    RecParDistEq
  6. val nodeCoeffSeq: NodeCoeffSeq[ParMapState, Double]
    Definition Classes
    ParTangentDistEqRecParDistEq
  7. def nodeDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  8. def nodeDistCalc[Y](tangentState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    ParTangentDistEqRecParDistEq
  9. 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])
    Definition Classes
    RecParDistEq
  10. def tangentDist[Y](tangentState: ParMapState, rv: RandomVar[Y], cutoff: Double): ParMap[Y, Double]
  11. def varDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  12. def varDistCalc[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  13. 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])
    Definition Classes
    RecParDistEq