class FractionedHistogramMethods extends AnyRef
Methods that are implicitly added to container combinations that look like fractioned histograms.
- Alphabetic
- By Inheritance
- FractionedHistogramMethods
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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]) @HotSpotIntrinsicCandidate() @native()
- def confidenceIntervalNanflow(confidenceInterval: (Double, Double, Double) => Double, absz: Double = 1.0): (Double, Double, Double)
Low-central-high confidence interval triplet for the nanflow bin, given a confidence interval function.
Low-central-high confidence interval triplet for the nanflow bin, given a confidence interval function.
- confidenceInterval
confidence interval function, which takes (numerator entries, denominator entries,
z
) as arguments, wherez
is the "number of sigmas:"z = 0
is the central value,z = -1
is the 68% confidence level below the central value, andz = 1
is the 68% confidence level above the central value.- absz
absolute value of
z
to evaluate.- returns
confidence interval evaluated at
(-absz, 0, absz)
.
- def confidenceIntervalOverflow(confidenceInterval: (Double, Double, Double) => Double, absz: Double = 1.0): (Double, Double, Double)
Low-central-high confidence interval triplet for the overflow bin, given a confidence interval function.
Low-central-high confidence interval triplet for the overflow bin, given a confidence interval function.
- confidenceInterval
confidence interval function, which takes (numerator entries, denominator entries,
z
) as arguments, wherez
is the "number of sigmas:"z = 0
is the central value,z = -1
is the 68% confidence level below the central value, andz = 1
is the 68% confidence level above the central value.- absz
absolute value of
z
to evaluate.- returns
confidence interval evaluated at
(-absz, 0, absz)
.
- def confidenceIntervalUnderflow(confidenceInterval: (Double, Double, Double) => Double, absz: Double = 1.0): (Double, Double, Double)
Low-central-high confidence interval triplet for the overflow bin, given a confidence interval function.
Low-central-high confidence interval triplet for the overflow bin, given a confidence interval function.
- confidenceInterval
confidence interval function, which takes (numerator entries, denominator entries,
z
) as arguments, wherez
is the "number of sigmas:"z = 0
is the central value,z = -1
is the 68% confidence level below the central value, andz = 1
is the 68% confidence level above the central value.- absz
absolute value of
z
to evaluate.- returns
confidence interval evaluated at
(-absz, 0, absz)
.
- def confidenceIntervalValues(confidenceInterval: (Double, Double, Double) => Double, absz: Double = 1.0): Seq[(Double, Double, Double)]
Low-central-high confidence interval triplet for all bins, given a confidence interval function.
Low-central-high confidence interval triplet for all bins, given a confidence interval function.
- confidenceInterval
confidence interval function, which takes (numerator entries, denominator entries,
z
) as arguments, wherez
is the "number of sigmas:"z = 0
is the central value,z = -1
is the 68% confidence level below the central value, andz = 1
is the 68% confidence level above the central value.- absz
absolute value of
z
to evaluate.- returns
confidence interval evaluated at
(-absz, 0, absz)
.
- def denominatorBinned: Binned[Counted, Counted, Counted, Counted]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fractioned: Fractioned[Selected[Binned[Counted, Counted, Counted, Counted]], Selected[Binned[Counted, Counted, Counted, Counted]]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def high: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def low: Double
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def num: Int
- def numeratorBinned: Binned[Counted, Counted, Counted, Counted]
- def numericalNanflow: Double
Nanflow fraction as a number.
- def numericalOverflow: Double
Overflow fraction as a number.
- def numericalUnderflow: Double
Underflow fraction as a number.
- def numericalValues: Seq[Double]
Bin fractions as numbers.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
(Since version 9)