case class GeneratorVariables[State](nodeCoeffSeq: NodeCoeffSeq[State, Double], state: State)(implicit sd: StateDistribution[State, FiniteDistribution]) extends Product with Serializable
resolving a general specification of a recursive generative model as finite distributions, depending on truncation;
the coefficients of the various generator nodes should be Double
- State
scala type of the initial state
- nodeCoeffSeq
the various generator nodes with coefficients for various random variables and families
- sd
finite distributions from the initial state corresponding to random variables and families
- Alphabetic
- By Inheritance
- GeneratorVariables
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GeneratorVariables(nodeCoeffSeq: NodeCoeffSeq[State, Double], state: State)(implicit sd: StateDistribution[State, FiniteDistribution])
- nodeCoeffSeq
the various generator nodes with coefficients for various random variables and families
- sd
finite distributions from the initial state corresponding to random variables and families
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from GeneratorVariables[State] toany2stringadd[GeneratorVariables[State]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (GeneratorVariables[State], B)
- Implicit
- This member is added by an implicit conversion from GeneratorVariables[State] toArrowAssoc[GeneratorVariables[State]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val allVars: Set[Variable[_]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (GeneratorVariables[State]) => Boolean, msg: => Any): GeneratorVariables[State]
- Implicit
- This member is added by an implicit conversion from GeneratorVariables[State] toEnsuring[GeneratorVariables[State]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (GeneratorVariables[State]) => Boolean): GeneratorVariables[State]
- Implicit
- This member is added by an implicit conversion from GeneratorVariables[State] toEnsuring[GeneratorVariables[State]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): GeneratorVariables[State]
- Implicit
- This member is added by an implicit conversion from GeneratorVariables[State] toEnsuring[GeneratorVariables[State]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): GeneratorVariables[State]
- Implicit
- This member is added by an implicit conversion from GeneratorVariables[State] toEnsuring[GeneratorVariables[State]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GeneratorVariables[State] toStringFormat[GeneratorVariables[State]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def generatorFamilyVars[Dom <: HList, O](generatorNodeFamily: GeneratorNodeFamily[Dom, O], output: RandomVarFamily[Dom, O]): Set[Variable[_]]
- def generatorVars[Y](generatorNode: GeneratorNode[Y]): Set[Variable[_]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeCoeffSeq: NodeCoeffSeq[State, Double]
- def nodeSeqVars(nc: NodeCoeffSeq[State, Double]): Set[Variable[_]]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val outputVars: Set[Variable[_]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val state: State
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def varFamilyVars[Dom <: HList, Y](rvF: RandomVarFamily[Dom, Y]): Set[Variable[_]]
- def varListSupport[Dom <: HList](rvs: RandomVarList[Dom]): Set[Dom]
- def varSupport[Y](rv: RandomVar[Y]): Set[Y]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (GeneratorVariables[State], B)
- Implicit
- This member is added by an implicit conversion from GeneratorVariables[State] toArrowAssoc[GeneratorVariables[State]] 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.