case class GeneralizedGammaProcess(alpha: Double, kappa: Double, gamma: Double) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeneralizedGammaProcess
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeneralizedGammaProcess(alpha: Double, kappa: Double, gamma: Double)
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
- val alpha: Double
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val gamma: Double
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intensity(x: Double): Double
- def intensityIntervalArea(a: Double, b: Double): Double
- def intensityIntervalAreaSlow(a: Double, b: Double, maxEval: Int): Double
- def intensityTailArea(x: Double): Double
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kappa: Double
- def measure[A](atoms: Array[A], weights: Array[Double]): Array[(Double, A)]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def sample[A](baseSampler: () ⇒ A, weights: Array[Double])(implicit classTag: ClassTag[A]): Array[(Double, A)]
- def sample[A](baseSampler: () ⇒ A, smallestWeight: Double, nBreaks: Int, rng: RandomGenerator)(implicit classTag: ClassTag[A]): Array[(Double, A)]
- def sampleWeights(smallestWeight: Double, nBreaks: Int, rng: RandomGenerator): Array[Double]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )