Trait/Object

io.github.mandar2812.dynaml.probability

IIDContinuousRVDistr

Related Docs: object IIDContinuousRVDistr | package probability

Permalink

trait IIDContinuousRVDistr[D, +Distr <: ContinuousDistr[D], +R <: ContinuousRVWithDistr[D, Distr]] extends RandomVariable[Stream[D]] with IIDRandomVarDistr[D, Distr, R]

An IID Random variable constructed from a continuous random variable having a defined distribution.

D

Base domain

Distr

A breeze probability density defined over the base domain.

R

A random variable defined over the base domain and having distribution of type Distr

Linear Supertypes
IIDRandomVarDistr[D, Distr, R], RandomVarWithDistr[Stream[D], Density[Stream[D]] with Rand[Stream[D]]], HasDistribution[Stream[D]], IIDRandomVariable[D, R], RandomVariable[Stream[D]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IIDContinuousRVDistr
  2. IIDRandomVarDistr
  3. RandomVarWithDistr
  4. HasDistribution
  5. IIDRandomVariable
  6. RandomVariable
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val baseRandomVariable: R

    Permalink
    Definition Classes
    IIDRandomVarDistrIIDRandomVariable
  2. abstract val num: Int

    Permalink
    Definition Classes
    IIDRandomVarDistrIIDRandomVariable

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :*[Domain1, Dist1 <: Density[Domain1] with Rand[Domain1]](other: RandomVarWithDistr[Domain1, Dist1]): RandomVarWithDistr[(Stream[D], Domain1), GenericDistribution[(Stream[D], Domain1)]]

    Permalink

    Cartesian product with another random variables which has a defined probability distribution.

    Cartesian product with another random variables which has a defined probability distribution.

    Definition Classes
    RandomVarWithDistr
  4. def :*[Domain1](other: RandomVariable[Domain1]): RandomVariable[(Stream[D], Domain1)]

    Permalink

    Outputs the cartesian product between two random variables.

    Outputs the cartesian product between two random variables.

    Domain1

    The domain of the other random variable

    other

    The random variable which forms the second component of the cartesian product.

    Definition Classes
    RandomVariable
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >[OtherDomain](transformation: DataPipe[Stream[D], OtherDomain]): MeasurableFunction[Stream[D], OtherDomain, RandomVariable[Stream[D]]]

    Permalink

    Transform the current random variable on Domain to a morphed random variable on OtherDomain

    Transform the current random variable on Domain to a morphed random variable on OtherDomain

    Definition Classes
    RandomVariable
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def draw: Stream[D]

    Permalink

    Alias for sample.run()

    Alias for sample.run()

    Definition Classes
    RandomVariable
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def iid(n: Int): RandomVariable[Stream[Stream[D]]] with IIDRandomVariable[Stream[D], RandomVarWithDistr[Stream[D], Density[Stream[D]] with Rand[Stream[D]]]]

    Permalink

    Create an iid random variable from the current (this)

    Create an iid random variable from the current (this)

    n

    The number of iid samples of the base random variable.

    Definition Classes
    RandomVarWithDistrRandomVariable
  16. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val sample: DataPipe[Unit, Stream[D]]

    Permalink

    Generate a sample from the random variable

    Generate a sample from the random variable

    Definition Classes
    IIDRandomVarDistrIIDRandomVariableRandomVariable
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. val underlyingDist: AbstractContinuousDistr[Stream[D]]

    Permalink

    The actual probability density function is represented as a breeze Density object.

    The actual probability density function is represented as a breeze Density object.

    Definition Classes
    IIDContinuousRVDistrIIDRandomVarDistrRandomVarWithDistrHasDistribution
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from IIDRandomVarDistr[D, Distr, R]

Inherited from RandomVarWithDistr[Stream[D], Density[Stream[D]] with Rand[Stream[D]]]

Inherited from HasDistribution[Stream[D]]

Inherited from IIDRandomVariable[D, R]

Inherited from RandomVariable[Stream[D]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped