Packages

class LeveneHaldane extends AbstractIntegerDistribution

Implementation pulled from Hail

Linear Supertypes
AbstractIntegerDistribution, Serializable, IntegerDistribution, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeveneHaldane
  2. AbstractIntegerDistribution
  3. Serializable
  4. IntegerDistribution
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeveneHaldane(n: Int, nA: Int, mode: Int, pRU: Stream[Double], pLU: Stream[Double], pN: Double, rng: RandomGenerator)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def cumulativeProbability(n1: Int): Double
    Definition Classes
    LeveneHaldane → IntegerDistribution
  7. def cumulativeProbability(n0: Int, n1: Int): Double
    Definition Classes
    LeveneHaldane → AbstractIntegerDistribution → IntegerDistribution
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def exactMidP(nAB: Int): Double
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getNumericalMean(): Double
    Definition Classes
    LeveneHaldane → IntegerDistribution
  14. def getNumericalVariance(): Double
    Definition Classes
    LeveneHaldane → IntegerDistribution
  15. def getSupportLowerBound(): Int
    Definition Classes
    LeveneHaldane → IntegerDistribution
  16. def getSupportUpperBound(): Int
    Definition Classes
    LeveneHaldane → IntegerDistribution
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def inverseCumulativeProbability(arg0: Double): Int
    Definition Classes
    AbstractIntegerDistribution → IntegerDistribution
    Annotations
    @throws( ... )
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isSupportConnected(): Boolean
    Definition Classes
    LeveneHaldane → IntegerDistribution
  21. def leftMidP(nAB: Int): Double
  22. def logProbability(arg0: Int): Double
    Definition Classes
    AbstractIntegerDistribution
  23. val mode: Int
  24. val n: Int
  25. val nA: Int
  26. def nB: Int
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def probability(nAB: Int): Double
    Definition Classes
    LeveneHaldane → IntegerDistribution
  31. def reseedRandomGenerator(arg0: Long): Unit
    Definition Classes
    AbstractIntegerDistribution → IntegerDistribution
  32. def rightMidP(nAB: Int): Double
  33. def sample(arg0: Int): Array[Int]
    Definition Classes
    AbstractIntegerDistribution → IntegerDistribution
  34. def sample(): Int
    Definition Classes
    AbstractIntegerDistribution → IntegerDistribution
  35. def solveInverseCumulativeProbability(arg0: Double, arg1: Int, arg2: Int): Int
    Attributes
    protected[org.apache.commons.math3.distribution]
    Definition Classes
    AbstractIntegerDistribution
  36. def survivalFunction(n0: Int): Double
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AbstractIntegerDistribution

Inherited from Serializable

Inherited from IntegerDistribution

Inherited from AnyRef

Inherited from Any

Ungrouped