class EvolverEquations[F] extends AnyRef
variables for probabilities and equations for consistency
- Alphabetic
- By Inheritance
- EvolverEquations
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EvolverEquations(supp: EvolverSupport, prob: (EvolverVariables) => F)(implicit field: Field[F], trig: Trig[F])
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 EvolverEquations[F] toany2stringadd[EvolverEquations[F]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (EvolverEquations[F], B)
- Implicit
- This member is added by an implicit conversion from EvolverEquations[F] toArrowAssoc[EvolverEquations[F]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- lazy val consistencyCost: F
a cost associated to a lack of consistency of the probabilities.
- lazy val consistencyEquations: Vector[(F, F)]
all the equations for consistency of final probabilities in all contexts as well as the total initial probability being 1.
- def contextConsistency(context: Vector[Term]): Vector[(F, F)]
all the equations for consistency of the final distribution for a context
- def ensuring(cond: (EvolverEquations[F]) => Boolean, msg: => Any): EvolverEquations[F]
- Implicit
- This member is added by an implicit conversion from EvolverEquations[F] toEnsuring[EvolverEquations[F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (EvolverEquations[F]) => Boolean): EvolverEquations[F]
- Implicit
- This member is added by an implicit conversion from EvolverEquations[F] toEnsuring[EvolverEquations[F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): EvolverEquations[F]
- Implicit
- This member is added by an implicit conversion from EvolverEquations[F] toEnsuring[EvolverEquations[F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): EvolverEquations[F]
- Implicit
- This member is added by an implicit conversion from EvolverEquations[F] toEnsuring[EvolverEquations[F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val field: Field[F]
- def finalProb(t: Term, context: Vector[Term]): F
probability of
t
in the final distribution given a context, this gives the image of the variable obtained by normalizing to a basis context - def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from EvolverEquations[F] toStringFormat[EvolverEquations[F]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- lazy val genEntropy: F
the entropy of the generating distribution
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasTyp(typ: Typ[Term], context: Vector[Term]): F
probability that a term has given type in the final distribution of a context
- def hasTypProb(typ: Typ[Term], context: Vector[Term]): (F, F)
equation saying that the sum of the probabilities of terms with a given type is the probability of the event variable for terms having this type in the probability distribution of a context
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initProb(t: Term): F
probability of
t
in the initial distribution - def isFuncP(context: Vector[Term]): F
probability that a term is a function in the final distribution of a context
- def isFuncProb(context: Vector[Term]): (F, F)
equation saying that the sum of the probabilities of terms that are functions is the probability of the event variable for terms being functions in the probability distribution of a context
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTypP(context: Vector[Term]): F
probability that a term is a type in the final distribution of a context
- def isTypProb(context: Vector[Term]): (F, F)
equation saying that the sum of the probabilities of terms that are types is the probability of the event variable for terms being types in the probability distribution of a context
- lazy val kullbackLeibler: F
the Kullback-Liebler divergence of the proof probabilities from the theorem probabilities
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def proofProb(thm: Typ[Term]): F
total probability of the proof of a theorem
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def thmProb(thm: Typ[Term]): F
probability of a theorem as the probability of its type conditioned on the type being inhabited
- def toString(): String
- Definition Classes
- AnyRef → Any
- def totFinalProb(terms: Set[Term], context: Vector[Term]): F
total final probability in context
- lazy val totInitProbOne: (F, F)
the equation saying that the total initial probability is 1.
- def totProbOne(context: Vector[Term]): (F, F)
the equation saying that the total probability in the final distribution of a context is 1.
- lazy val totThmProb: F
total probability of all theorems
- 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): (EvolverEquations[F], B)
- Implicit
- This member is added by an implicit conversion from EvolverEquations[F] toArrowAssoc[EvolverEquations[F]] 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.