Class Binomial.Confidence

java.lang.Object
org.apache.commons.lang3.tuple.Pair<L,R>
org.apache.commons.lang3.tuple.ImmutablePair<Double,Double>
io.github.ai4ci.util.Binomial.Confidence
All Implemented Interfaces:
Serializable, Comparable<org.apache.commons.lang3.tuple.Pair<Double,Double>>, Map.Entry<Double,Double>
Enclosing class:
Binomial

public static class Binomial.Confidence extends org.apache.commons.lang3.tuple.ImmutablePair<Double,Double>
See Also:
  • Field Summary

    Fields inherited from class org.apache.commons.lang3.tuple.ImmutablePair

    EMPTY_ARRAY, left, right
  • Constructor Summary

    Constructors
    Constructor
    Description
    Confidence(Double left, Double right)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
     
    double
     

    Methods inherited from class org.apache.commons.lang3.tuple.ImmutablePair

    emptyArray, getLeft, getRight, left, nullPair, of, of, ofNonNull, right, setValue

    Methods inherited from class org.apache.commons.lang3.tuple.Pair

    accept, apply, compareTo, equals, getKey, getValue, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Confidence

      public Confidence(Double left, Double right)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class org.apache.commons.lang3.tuple.Pair<Double,Double>
    • lower

      public double lower()
    • upper

      public double upper()