Class

io.github.mandar2812.dynaml.probability

MatrixTRV

Related Doc: package probability

Permalink

case class MatrixTRV(mu: Double, m: DenseMatrix[Double], u: DenseMatrix[Double], v: DenseMatrix[Double]) extends AbstractStudentsTRandVar[DenseMatrix[Double], (DenseMatrix[Double], DenseMatrix[Double]), MatrixT] with Product with Serializable

Linear Supertypes
Product, Equals, AbstractStudentsTRandVar[DenseMatrix[Double], (DenseMatrix[Double], DenseMatrix[Double]), MatrixT], ContinuousRVWithDistr[DenseMatrix[Double], MatrixT], RandomVarWithDistr[DenseMatrix[Double], MatrixT], HasDistribution[DenseMatrix[Double]], ContinuousRandomVariable[DenseMatrix[Double]], RandomVariable[DenseMatrix[Double]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatrixTRV
  2. Product
  3. Equals
  4. AbstractStudentsTRandVar
  5. ContinuousRVWithDistr
  6. RandomVarWithDistr
  7. HasDistribution
  8. ContinuousRandomVariable
  9. RandomVariable
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MatrixTRV(mu: Double, m: DenseMatrix[Double], u: DenseMatrix[Double], v: DenseMatrix[Double])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(other: DenseMatrix[Double])(implicit ev: Field[DenseMatrix[Double]]): ContinuousRandomVariable[DenseMatrix[Double]]

    Permalink

    Return the random variable that results from multiplying a provided quantity in the Domain to the current random variable.

    Return the random variable that results from multiplying a provided quantity in the Domain to the current random variable.

    other

    The value to be multiplied to this random variable.

    ev

    An implicit parameter, which represents a Field defined over the set Domain.

    Definition Classes
    ContinuousRandomVariable
  4. def *(other: ContinuousRandomVariable[DenseMatrix[Double]])(implicit ev: Field[DenseMatrix[Double]]): ContinuousRandomVariable[DenseMatrix[Double]]

    Permalink

    Return the random variable that results from multiplying a provided random variable to the current random variable.

    Return the random variable that results from multiplying a provided random variable to the current random variable.

    other

    The random variable to be multiplied to this.

    ev

    An implicit parameter, which represents a Field defined over the set Domain.

    Definition Classes
    ContinuousRandomVariable
  5. def +(other: DenseMatrix[Double])(implicit ev: Field[DenseMatrix[Double]]): ContinuousRandomVariable[DenseMatrix[Double]]

    Permalink

    Return the random variable that results from adding a provided quantity in the Domain to the current random variable.

    Return the random variable that results from adding a provided quantity in the Domain to the current random variable.

    other

    The value to be added to this random variable.

    ev

    An implicit parameter, which represents a Field defined over the set Domain.

    Definition Classes
    ContinuousRandomVariable
  6. def +(other: ContinuousRandomVariable[DenseMatrix[Double]])(implicit ev: Field[DenseMatrix[Double]]): ContinuousRandomVariable[DenseMatrix[Double]]

    Permalink

    Return the random variable that results from adding a provided random variable to the current random variable.

    Return the random variable that results from adding a provided random variable to the current random variable.

    other

    The random variable to be added to this.

    Definition Classes
    ContinuousRandomVariable
  7. def -(other: DenseMatrix[Double])(implicit ev: Field[DenseMatrix[Double]]): ContinuousRandomVariable[DenseMatrix[Double]]

    Permalink

    Return the random variable that results from subtracting a provided quantity in the Domain from the current random variable.

    Return the random variable that results from subtracting a provided quantity in the Domain from the current random variable.

    other

    The value to be subtracted from this random variable.

    ev

    An implicit parameter, which represents a Field defined over the set Domain.

    Definition Classes
    ContinuousRandomVariable
  8. def -(other: ContinuousRandomVariable[DenseMatrix[Double]])(implicit ev: Field[DenseMatrix[Double]]): ContinuousRandomVariable[DenseMatrix[Double]]

    Permalink

    Return the random variable that results from subtracting a provided random variable from the current random variable.

    Return the random variable that results from subtracting a provided random variable from the current random variable.

    other

    The random variable to be subtracted from this.

    ev

    An implicit parameter, which represents a Field defined over the set Domain.

    Definition Classes
    ContinuousRandomVariable
  9. def :*[OtherDomain, OtherDistr <: ContinuousDistr[OtherDomain]](other: ContinuousRVWithDistr[OtherDomain, OtherDistr]): ContinuousRVWithDistr[(DenseMatrix[Double], OtherDomain), ContinuousDistr[(DenseMatrix[Double], OtherDomain)]]

    Permalink
    Definition Classes
    ContinuousRVWithDistr
  10. def :*[Domain1, Dist1 <: Density[Domain1] with Rand[Domain1]](other: RandomVarWithDistr[Domain1, Dist1]): RandomVarWithDistr[(DenseMatrix[Double], Domain1), GenericDistribution[(DenseMatrix[Double], 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
  11. def :*[Domain1](other: RandomVariable[Domain1]): RandomVariable[(DenseMatrix[Double], 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
  12. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def >[OtherDomain](transformation: DataPipe[DenseMatrix[Double], OtherDomain]): MeasurableFunction[DenseMatrix[Double], OtherDomain, RandomVariable[DenseMatrix[Double]]]

    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
  14. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def draw: DenseMatrix[Double]

    Permalink

    Alias for sample.run()

    Alias for sample.run()

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

    Permalink
    Definition Classes
    AnyRef
  18. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def iid(n: Int): IIDContinuousRVDistr[DenseMatrix[Double], MatrixT, MatrixTRV.this.type]

    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
    ContinuousRVWithDistrRandomVarWithDistrRandomVariable
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val m: DenseMatrix[Double]

    Permalink
  23. val mu: Double

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val sample: DataPipe[Unit, DenseMatrix[Double]]

    Permalink

    Generate a sample from the random variable

    Generate a sample from the random variable

    Definition Classes
    ContinuousRVWithDistrRandomVariable
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val u: DenseMatrix[Double]

    Permalink
  30. val underlyingDist: MatrixT

    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
    MatrixTRVContinuousRVWithDistrRandomVarWithDistrHasDistribution
  31. val v: DenseMatrix[Double]

    Permalink
  32. final def wait(): Unit

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

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

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

Inherited from Product

Inherited from Equals

Inherited from AbstractStudentsTRandVar[DenseMatrix[Double], (DenseMatrix[Double], DenseMatrix[Double]), MatrixT]

Inherited from ContinuousRVWithDistr[DenseMatrix[Double], MatrixT]

Inherited from RandomVarWithDistr[DenseMatrix[Double], MatrixT]

Inherited from HasDistribution[DenseMatrix[Double]]

Inherited from ContinuousRandomVariable[DenseMatrix[Double]]

Inherited from RandomVariable[DenseMatrix[Double]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped