Package io.github.ai4ci.util
Class Binomial
- All Implemented Interfaces:
Serializable
,Comparable<org.apache.commons.lang3.tuple.Pair<Integer,
,Integer>> Map.Entry<Integer,
Integer>
@Deprecated
public class Binomial
extends org.apache.commons.lang3.tuple.MutablePair<Integer,Integer>
Deprecated.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.commons.lang3.tuple.MutablePair
EMPTY_ARRAY, left, right
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollect()
Deprecated.Deprecated.static Binomial
Deprecated.int
Deprecated.int
Deprecated.static Binomial
of
(int num, int denom) Deprecated.double
Deprecated.double
ratio()
Deprecated.toString()
Deprecated.void
update
(int num, int denom) Deprecated.void
Deprecated.wilson
(double interval) Deprecated.Methods inherited from class org.apache.commons.lang3.tuple.MutablePair
emptyArray, getLeft, getRight, of, of, ofNonNull, setLeft, setRight, setValue
Methods inherited from class org.apache.commons.lang3.tuple.Pair
accept, apply, compareTo, equals, getKey, getValue, hashCode, toString
-
Constructor Details
-
Binomial
public Binomial(int num, int denom) Deprecated.
-
-
Method Details
-
getNumerator
public int getNumerator()Deprecated. -
getDenominator
public int getDenominator()Deprecated. -
of
Deprecated. -
collect
Deprecated. -
collectBinary
Deprecated. -
combine
Deprecated. -
probability
public double probability()Deprecated. -
ratio
public double ratio()Deprecated. -
update
Deprecated. -
update
public void update(int num, int denom) Deprecated. -
wilson
Deprecated. -
toString
Deprecated.
-