p

cardano

package cardano

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

Type Members

  1. class AllDistributions extends DiscreteDistributions with ContinuousDistributions with MetropolisDistributions with PosteriorDistributions
  2. type Dist[+A] = Iterable[(A, Double)]
  3. trait Distributions extends AnyRef
  4. type Prob = Double
  5. trait Stochastic [+A] extends AnyRef
  6. final case class StochasticConstant [A](sample: A) extends Stochastic[A] with Product with Serializable
  7. final case class StochasticFilter [A](stochastic: Stochastic[A], f: (A) ⇒ Boolean) extends Stochastic[A] with Product with Serializable
  8. final case class StochasticFlatMap [A, +B](stochastic: Stochastic[A], f: (A) ⇒ Stochastic[B]) extends Stochastic[B] with Product with Serializable
  9. final case class StochasticHigherKind [F[_], A](stochastic: Stochastic[A], f: (⇒ A) ⇒ F[A]) extends Stochastic[F[A]] with Product with Serializable
  10. final case class StochasticMap [A, +B](stochastic: Stochastic[A], f: (A) ⇒ B) extends Stochastic[B] with Product with Serializable
  11. final case class StochasticMarkov [A](stochastic: Stochastic[A], f: (A) ⇒ Stochastic[A]) extends Stochastic[Stream[A]] with Product with Serializable

Value Members

  1. implicit def booleanIsInteger(rv: Stochastic[Boolean]): Stochastic[Int]
  2. implicit def booleansHaveMoments[A](rv: Stochastic[A])(implicit f: (Stochastic[A]) ⇒ Stochastic[Int]): Moments[Int]
  3. implicit def doublesHaveMoments(rv: Stochastic[Double]): Moments[Double]
  4. implicit def intsHaveMoments(rv: Stochastic[Int]): Moments[Int]
  5. implicit def numericsHaveMoments[A](rv: Stochastic[A])(implicit numeric: Numeric[A]): Moments[A]
  6. object Stochastic extends AllDistributions

Inherited from AnyRef

Inherited from Any

Ungrouped