object Sampler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sampler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 binomial(n: Int, p: Double): Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def collapse[A](ps: Vector[(A, Int)]): Map[A, Int]
- def combine[A](x: Map[A, Int], y: Map[A, Int]): Map[A, Int]
- def combineAll[A](xs: Vector[Map[A, Int]]): Map[A, Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromPMF[A](pmf: Vector[Weighted[A]], size: Int): Map[A, Int]
- def getBucketSizes[A](xs: Vector[A], ps: Vector[Double], sample: Vector[Double]): Map[A, Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getMultinomial[A](xs: Vector[A], ps: Vector[Double], size: Int): Map[A, Int]
- def grouped[A](vec: Vector[A]): Map[A, Int]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linear[A](m: Map[A, Int]): Vector[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()
- val rand: Random
- def reSample[A](samp: Map[A, Int], n: Int): Map[A, Int]
- def sample[A](pd: ProbabilityDistribution[A], n: Int): Map[A, Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toFD[A](sample: Map[A, Int]): FiniteDistribution[A]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def total[A](x: Vector[(A, Int)]): Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- implicit object MonixBreezeSamples extends MonixSamples with TangSamples[Task]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated