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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ParTangentDistEq toany2stringadd[ParTangentDistEq] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ParTangentDistEq, B)
    Implicit
    This member is added by an implicit conversion from ParTangentDistEq toArrowAssoc[ParTangentDistEq] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def baseDist[Y](rv: RandomVar[Y], cutoff: Double): ParMap[Y, Double]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def ensuring(cond: (ParTangentDistEq) => Boolean, msg: => Any): ParTangentDistEq
    Implicit
    This member is added by an implicit conversion from ParTangentDistEq toEnsuring[ParTangentDistEq] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (ParTangentDistEq) => Boolean): ParTangentDistEq
    Implicit
    This member is added by an implicit conversion from ParTangentDistEq toEnsuring[ParTangentDistEq] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): ParTangentDistEq
    Implicit
    This member is added by an implicit conversion from ParTangentDistEq toEnsuring[ParTangentDistEq] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): ParTangentDistEq
    Implicit
    This member is added by an implicit conversion from ParTangentDistEq toEnsuring[ParTangentDistEq] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ParTangentDistEq toStringFormat[ParTangentDistEq] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val memo: ParDistEqMemo
    Definition Classes
    ParTangentDistEqRecParDistEq
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def nextStateEqs(initState: ParMapState, cutoff: Double, maxDepth: Option[Int] = None, halted: => Boolean = false): (ParMapState, ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  22. 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
  23. 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
  24. val nodeCoeffSeq: NodeCoeffSeq[ParMapState, Double]
    Definition Classes
    ParTangentDistEqRecParDistEq
  25. 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
  26. 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
  27. 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
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def tangentDist[Y](tangentState: ParMapState, rv: RandomVar[Y], cutoff: Double): ParMap[Y, Double]
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def varDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  34. def varDistCalc[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  35. 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
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (ParTangentDistEq, B)
    Implicit
    This member is added by an implicit conversion from ParTangentDistEq toArrowAssoc[ParTangentDistEq] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from RecParDistEq

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromParTangentDistEq to any2stringadd[ParTangentDistEq]

Inherited by implicit conversion StringFormat fromParTangentDistEq to StringFormat[ParTangentDistEq]

Inherited by implicit conversion Ensuring fromParTangentDistEq to Ensuring[ParTangentDistEq]

Inherited by implicit conversion ArrowAssoc fromParTangentDistEq to ArrowAssoc[ParTangentDistEq]

Ungrouped