case class EntropyAtomWeight(h0: Double, kl0: Double, p0: Double, q0: Double, initWeight: Double, hW: Double, klW: Double, crossKL: Boolean = true) extends Product with Serializable
Instance Constructors
- new EntropyAtomWeight(h0: Double, kl0: Double, p0: Double, q0: Double, initWeight: Double, hW: Double, klW: Double, crossKL: Boolean = true)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (EntropyAtomWeight, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val crossKL: Boolean
- def ensuring(cond: (EntropyAtomWeight) => Boolean, msg: => Any): EntropyAtomWeight
- def ensuring(cond: (EntropyAtomWeight) => Boolean): EntropyAtomWeight
- def ensuring(cond: Boolean, msg: => Any): EntropyAtomWeight
- def ensuring(cond: Boolean): EntropyAtomWeight
- final def eq(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- val h0: Double
- def h1(x: Double): Jet[Double]
- val hW: Double
- val initWeight: Double
- final def isInstanceOf[T0]: Boolean
- def iter(sc: Double = 1, prune: Boolean = false): Iterator[Double]
- implicit val jetDim: JetDim
- val kl0: Double
- def kl1(x: Double): Jet[Double]
- val klW: Double
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val p0: Double
- def pInit(x: Double): Jet[Double]
- def pairIterator(sc: Double = 1): Iterator[(Double, Option[Double])]
- def productElementNames: Iterator[String]
- def prunedPairIterator(cutoff: Double, sc: Double = 1): Iterator[(Double, Option[Double])]
- val q0: Double
- def q1(x: Double): Jet[Double]
- def stableWeight(cutoff: Double, sc: Double = 1): Double
- final def synchronized[T0](arg0: => T0): T0
- def tot(x: Double): Jet[Double]
- def totIterator(x: Double, sc: Double = 1): Iterator[Double]
- def totShifted(x: Double, sc: Double = 1): Double
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (EntropyAtomWeight, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val crossKL: Boolean
- def ensuring(cond: (EntropyAtomWeight) => Boolean, msg: => Any): EntropyAtomWeight
- def ensuring(cond: (EntropyAtomWeight) => Boolean): EntropyAtomWeight
- def ensuring(cond: Boolean, msg: => Any): EntropyAtomWeight
- def ensuring(cond: Boolean): EntropyAtomWeight
- final def eq(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- val h0: Double
- def h1(x: Double): Jet[Double]
- val hW: Double
- val initWeight: Double
- final def isInstanceOf[T0]: Boolean
- def iter(sc: Double = 1, prune: Boolean = false): Iterator[Double]
- implicit val jetDim: JetDim
- val kl0: Double
- def kl1(x: Double): Jet[Double]
- val klW: Double
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val p0: Double
- def pInit(x: Double): Jet[Double]
- def pairIterator(sc: Double = 1): Iterator[(Double, Option[Double])]
- def productElementNames: Iterator[String]
- def prunedPairIterator(cutoff: Double, sc: Double = 1): Iterator[(Double, Option[Double])]
- val q0: Double
- def q1(x: Double): Jet[Double]
- def stableWeight(cutoff: Double, sc: Double = 1): Double
- final def synchronized[T0](arg0: => T0): T0
- def tot(x: Double): Jet[Double]
- def totIterator(x: Double, sc: Double = 1): Iterator[Double]
- def totShifted(x: Double, sc: Double = 1): Double
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
- def →[B](y: B): (EntropyAtomWeight, B)