Object

org.ddahl.commonsmath

Transcompile

Related Doc: package commonsmath

Permalink

object Transcompile

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transcompile
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _beta(x: Array[Int], y: Array[Int]): Array[Double]

    Permalink
  5. def _beta(x: Array[Double], y: Array[Int]): Array[Double]

    Permalink
  6. def _beta(x: Array[Int], y: Array[Double]): Array[Double]

    Permalink
  7. def _beta(x: Array[Double], y: Array[Double]): Array[Double]

    Permalink
  8. def _beta(x: Double, y: Double): Double

    Permalink
  9. def _choose(n: Array[Int], k: Array[Int]): Array[Double]

    Permalink
  10. def _choose(n: Array[Double], k: Array[Int]): Array[Double]

    Permalink
  11. def _choose(n: Array[Int], k: Array[Double]): Array[Double]

    Permalink
  12. def _choose(n: Array[Double], k: Array[Double]): Array[Double]

    Permalink
  13. def _choose(n: Double, k: Double): Double

    Permalink
  14. def _dbeta(x: Array[Double], shape1: Double, shape2: Double, ncp: Double = 0.0, log: Boolean = false): Array[Double]

    Permalink
  15. def _dbeta(x: Double): Double

    Permalink
  16. def _dbinom(x: Array[Double], size: Double, prob: Double, log: Boolean = false): Array[Double]

    Permalink
  17. def _dbinom(x: Double): Double

    Permalink
  18. def _dchisq(x: Array[Double], df: Double, ncp: Double = 0.0, log: Boolean = false): Array[Double]

    Permalink
  19. def _dchisq(x: Double): Double

    Permalink
  20. def _dexp(x: Array[Double], rate: Double = 1.0, log: Boolean = false): Array[Double]

    Permalink
  21. def _dexp(x: Double): Double

    Permalink
  22. def _df(x: Array[Double], df1: Double, df2: Double, ncp: Double = 0.0, log: Boolean = false): Array[Double]

    Permalink
  23. def _df(x: Double): Double

    Permalink
  24. def _dgamma(x: Array[Double], shape: Double, rate: Double = NaN, scale: Double = NaN, log: Boolean = false): Array[Double]

    Permalink
  25. def _dgamma(x: Double): Double

    Permalink
  26. def _dgeom(x: Array[Double], prob: Double, log: Boolean = false): Array[Double]

    Permalink
  27. def _dgeom(x: Double): Double

    Permalink
  28. def _dnbinom(x: Array[Double], size: Double, prob: Double, mu: Double = NaN, log: Boolean = false): Array[Double]

    Permalink
  29. def _dnbinom(x: Double): Double

    Permalink
  30. def _dnorm(x: Array[Double], mean: Double = 0.0, sd: Double = 1.0, log: Boolean = false): Array[Double]

    Permalink
  31. def _dnorm(x: Double): Double

    Permalink
  32. def _dpois(x: Array[Double], lambda: Double, log: Boolean = false): Array[Double]

    Permalink
  33. def _dpois(x: Double): Double

    Permalink
  34. def _dt(x: Array[Double], df: Double, ncp: Double = 0.0, log: Boolean = false): Array[Double]

    Permalink
  35. def _dt(x: Double): Double

    Permalink
  36. def _dunif(x: Array[Double], min: Double = 0.0, max: Double = 1.0, log: Boolean = false): Array[Double]

    Permalink
  37. def _dunif(x: Double): Double

    Permalink
  38. def _factorial(x: Array[Int]): Array[Double]

    Permalink
  39. def _factorial(x: Array[Double]): Array[Double]

    Permalink
  40. def _factorial(x: Double): Double

    Permalink
  41. def _gamma(x: Array[Int]): Array[Double]

    Permalink
  42. def _gamma(x: Array[Double]): Array[Double]

    Permalink
  43. def _gamma(x: Double): Double

    Permalink
  44. def _lbeta(x: Array[Int], y: Array[Int]): Array[Double]

    Permalink
  45. def _lbeta(x: Array[Double], y: Array[Int]): Array[Double]

    Permalink
  46. def _lbeta(x: Array[Int], y: Array[Double]): Array[Double]

    Permalink
  47. def _lbeta(x: Array[Double], y: Array[Double]): Array[Double]

    Permalink
  48. def _lbeta(x: Double, y: Double): Double

    Permalink
  49. def _lchoose(n: Array[Int], k: Array[Int]): Array[Double]

    Permalink
  50. def _lchoose(n: Array[Double], k: Array[Int]): Array[Double]

    Permalink
  51. def _lchoose(n: Array[Int], k: Array[Double]): Array[Double]

    Permalink
  52. def _lchoose(n: Array[Double], k: Array[Double]): Array[Double]

    Permalink
  53. def _lchoose(n: Double, k: Double): Double

    Permalink
  54. def _lfactorial(x: Array[Int]): Array[Double]

    Permalink
  55. def _lfactorial(x: Array[Double]): Array[Double]

    Permalink
  56. def _lfactorial(x: Double): Double

    Permalink
  57. def _lgamma(x: Array[Int]): Array[Double]

    Permalink
  58. def _lgamma(x: Array[Double]): Array[Double]

    Permalink
  59. def _lgamma(x: Double): Double

    Permalink
  60. def _pbeta(q: Array[Double], shape1: Double, shape2: Double, ncp: Double = 0.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  61. def _pbeta(q: Double): Double

    Permalink
  62. def _pbinom(q: Array[Double], size: Double, prob: Double, lower_tail: Boolean = true): Array[Double]

    Permalink
  63. def _pbinom(q: Double): Double

    Permalink
  64. def _pchisq(q: Array[Double], df: Double, ncp: Double = 0.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  65. def _pchisq(q: Double): Double

    Permalink
  66. def _pexp(q: Array[Double], rate: Double = 1.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  67. def _pexp(q: Double): Double

    Permalink
  68. def _pf(q: Array[Double], df1: Double, df2: Double, ncp: Double = 0.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  69. def _pf(q: Double): Double

    Permalink
  70. def _pgamma(q: Array[Double], shape: Double, rate: Double = NaN, scale: Double = NaN, lower_tail: Boolean = true): Array[Double]

    Permalink
  71. def _pgamma(q: Double): Double

    Permalink
  72. def _pgeom(q: Array[Double], prob: Double, lower_tail: Boolean = true): Array[Double]

    Permalink
  73. def _pgeom(q: Double): Double

    Permalink
  74. def _pnbinom(q: Array[Double], size: Double, prob: Double, mu: Double = NaN, lower_tail: Boolean = true): Array[Double]

    Permalink
  75. def _pnbinom(q: Double): Double

    Permalink
  76. def _pnorm(q: Array[Double], mean: Double = 0.0, sd: Double = 1.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  77. def _pnorm(q: Double): Double

    Permalink
  78. def _ppois(q: Array[Double], lambda: Double, lower_tail: Boolean = true): Array[Double]

    Permalink
  79. def _ppois(q: Double): Double

    Permalink
  80. def _pt(q: Array[Double], df: Double, ncp: Double = 0.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  81. def _pt(q: Double): Double

    Permalink
  82. def _punif(q: Array[Double], min: Double = 0.0, max: Double = 1.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  83. def _punif(q: Double): Double

    Permalink
  84. def _qbeta(p: Array[Double], shape1: Double, shape2: Double, ncp: Double = 0.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  85. def _qbeta(p: Double): Double

    Permalink
  86. def _qbinom(p: Array[Double], size: Double, prob: Double, lower_tail: Boolean = true): Array[Double]

    Permalink
  87. def _qbinom(p: Double): Double

    Permalink
  88. def _qchisq(p: Array[Double], df: Double, ncp: Double = 0.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  89. def _qchisq(p: Double): Double

    Permalink
  90. def _qexp(p: Array[Double], rate: Double = 1.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  91. def _qexp(p: Double): Double

    Permalink
  92. def _qf(p: Array[Double], df1: Double, df2: Double, ncp: Double = 0.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  93. def _qf(p: Double): Double

    Permalink
  94. def _qgamma(p: Array[Double], shape: Double, rate: Double = NaN, scale: Double = NaN, lower_tail: Boolean = true): Array[Double]

    Permalink
  95. def _qgamma(p: Double): Double

    Permalink
  96. def _qgeom(p: Array[Double], prob: Double, lower_tail: Boolean = true): Array[Double]

    Permalink
  97. def _qgeom(p: Double): Double

    Permalink
  98. def _qnbinom(p: Array[Double], size: Double, prob: Double, mu: Double = NaN, lower_tail: Boolean = true): Array[Double]

    Permalink
  99. def _qnbinom(p: Double): Double

    Permalink
  100. def _qnorm(p: Array[Double], mean: Double = 0.0, sd: Double = 1.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  101. def _qnorm(p: Double): Double

    Permalink
  102. def _qpois(p: Array[Double], lambda: Double, lower_tail: Boolean = true): Array[Double]

    Permalink
  103. def _qpois(p: Double): Double

    Permalink
  104. def _qt(p: Array[Double], df: Double, ncp: Double = 0.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  105. def _qt(p: Double): Double

    Permalink
  106. def _qunif(p: Array[Double], min: Double = 0.0, max: Double = 1.0, lower_tail: Boolean = true): Array[Double]

    Permalink
  107. def _qunif(p: Double): Double

    Permalink
  108. def _rbeta(n: Double, shape1: Double, shape2: Double, ncp: Double = 0.0): Array[Double]

    Permalink
  109. def _rbeta(): Double

    Permalink
  110. def _rbinom(n: Double, size: Double, prob: Double): Array[Double]

    Permalink
  111. def _rbinom(): Double

    Permalink
  112. def _rchisq(n: Double, df: Double, ncp: Double = 0.0): Array[Double]

    Permalink
  113. def _rchisq(): Double

    Permalink
  114. def _rexp(n: Double, rate: Double = 1.0): Array[Double]

    Permalink
  115. def _rexp(): Double

    Permalink
  116. def _rf(n: Double, df1: Double, df2: Double, ncp: Double = 0.0): Array[Double]

    Permalink
  117. def _rf(): Double

    Permalink
  118. def _rgamma(n: Double, shape: Double, rate: Double = NaN, scale: Double = NaN): Array[Double]

    Permalink
  119. def _rgamma(): Double

    Permalink
  120. def _rgeom(n: Double, prob: Double): Array[Double]

    Permalink
  121. def _rgeom(): Double

    Permalink
  122. def _rnbinom(n: Double, size: Double, prob: Double, mu: Double = NaN): Array[Double]

    Permalink
  123. def _rnbinom(): Double

    Permalink
  124. def _rnorm(n: Double, mean: Double = 0.0, sd: Double = 1.0): Array[Double]

    Permalink
  125. def _rnorm(): Double

    Permalink
  126. def _rpois(n: Double, lambda: Double): Array[Double]

    Permalink
  127. def _rpois(): Double

    Permalink
  128. def _rt(n: Double, df: Double, ncp: Double = 0.0): Array[Double]

    Permalink
  129. def _rt(): Double

    Permalink
  130. def _runif(n: Double, min: Double = 0.0, max: Double = 1.0): Array[Double]

    Permalink
  131. def _runif(): Double

    Permalink
  132. def _sample[T](x: Array[T], size: Double = NaN, replace: Boolean = false, prob: Array[Double] = null)(implicit arg0: ClassTag[T]): Array[T]

    Permalink
  133. def _sample(x: Double, prob: Array[Double]): Array[Int]

    Permalink
  134. def _sample(x: Double, replace: Boolean, prob: Array[Double]): Array[Int]

    Permalink
  135. def _sample(x: Double, size: Double, prob: Array[Double]): Array[Int]

    Permalink
  136. def _sample(x: Double, size: Double, replace: Boolean, prob: Array[Double]): Array[Int]

    Permalink
  137. def _sample(x: Double, size: Double, replace: Boolean): Array[Int]

    Permalink
  138. def _sample(x: Double, replace: Boolean): Array[Int]

    Permalink
  139. def _sample(x: Double, size: Double): Array[Int]

    Permalink
  140. def _sample(x: Double): Array[Int]

    Permalink
  141. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  142. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  143. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  144. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  145. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  146. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  147. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  148. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  149. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  150. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  151. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  152. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  153. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  154. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  155. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped