class LeveneHaldane extends AbstractIntegerDistribution
Implementation pulled from Hail
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeveneHaldane
- AbstractIntegerDistribution
- Serializable
- IntegerDistribution
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LeveneHaldane(n: Int, nA: Int, mode: Int, pRU: Stream[Double], pLU: Stream[Double], pN: Double, rng: RandomGenerator)
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
cumulativeProbability(n1: Int): Double
- Definition Classes
- LeveneHaldane → IntegerDistribution
-
def
cumulativeProbability(n0: Int, n1: Int): Double
- Definition Classes
- LeveneHaldane → AbstractIntegerDistribution → IntegerDistribution
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exactMidP(nAB: Int): Double
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getNumericalMean(): Double
- Definition Classes
- LeveneHaldane → IntegerDistribution
-
def
getNumericalVariance(): Double
- Definition Classes
- LeveneHaldane → IntegerDistribution
-
def
getSupportLowerBound(): Int
- Definition Classes
- LeveneHaldane → IntegerDistribution
-
def
getSupportUpperBound(): Int
- Definition Classes
- LeveneHaldane → IntegerDistribution
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inverseCumulativeProbability(arg0: Double): Int
- Definition Classes
- AbstractIntegerDistribution → IntegerDistribution
- Annotations
- @throws( ... )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSupportConnected(): Boolean
- Definition Classes
- LeveneHaldane → IntegerDistribution
- def leftMidP(nAB: Int): Double
-
def
logProbability(arg0: Int): Double
- Definition Classes
- AbstractIntegerDistribution
- val mode: Int
- val n: Int
- val nA: Int
- def nB: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
probability(nAB: Int): Double
- Definition Classes
- LeveneHaldane → IntegerDistribution
-
def
reseedRandomGenerator(arg0: Long): Unit
- Definition Classes
- AbstractIntegerDistribution → IntegerDistribution
- def rightMidP(nAB: Int): Double
-
def
sample(arg0: Int): Array[Int]
- Definition Classes
- AbstractIntegerDistribution → IntegerDistribution
-
def
sample(): Int
- Definition Classes
- AbstractIntegerDistribution → IntegerDistribution
-
def
solveInverseCumulativeProbability(arg0: Double, arg1: Int, arg2: Int): Int
- Attributes
- protected[org.apache.commons.math3.distribution]
- Definition Classes
- AbstractIntegerDistribution
- def survivalFunction(n0: Int): Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )