Class

io.github.mandar2812.dynaml.probability.distributions

MESN

Related Doc: package distributions

Permalink

case class MESN(tau: Double, alpha: DenseVector[Double], mu: DenseVector[Double], sigma: DenseMatrix[Double]) extends SkewSymmDistribution[DenseVector[Double]] with Product with Serializable

Extended Multivariate Skew-Gaussian distribution as specified in Adcock and Schutes.

tau

Determines the cutoff of the warping function

alpha

A breeze DenseVector which represents the skewness parameters

mu

The center of the distribution

sigma

The covariance matrix of the base multivariate gaussian.

Linear Supertypes
Product, Equals, SkewSymmDistribution[DenseVector[Double]], ContinuousDistr[DenseVector[Double]], Rand[DenseVector[Double]], Serializable, Serializable, Density[DenseVector[Double]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MESN
  2. Product
  3. Equals
  4. SkewSymmDistribution
  5. ContinuousDistr
  6. Rand
  7. Serializable
  8. Serializable
  9. Density
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MESN(tau: Double, alpha: DenseVector[Double], mu: DenseVector[Double], sigma: DenseMatrix[Double])

    Permalink

    tau

    Determines the cutoff of the warping function

    alpha

    A breeze DenseVector which represents the skewness parameters

    mu

    The center of the distribution

    sigma

    The covariance matrix of the base multivariate gaussian.

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val alpha: DenseVector[Double]

    Permalink

    A breeze DenseVector which represents the skewness parameters

  5. def apply(x: DenseVector[Double]): Double

    Permalink
    Definition Classes
    ContinuousDistr → Density
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val basisDistr: ContinuousDistr[DenseVector[Double]]

    Permalink
    Attributes
    protected
    Definition Classes
    MESNSkewSymmDistribution
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def condition(p: (DenseVector[Double]) ⇒ Boolean): Rand[DenseVector[Double]]

    Permalink
    Definition Classes
    Rand
  10. val cutoff: Double

    Permalink
    Attributes
    protected
    Definition Classes
    MESNSkewSymmDistribution
  11. def draw(): DenseVector[Double]

    Permalink
    Definition Classes
    MESNSkewSymmDistribution → Rand
  12. def drawOpt(): Option[DenseVector[Double]]

    Permalink
    Definition Classes
    Rand
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def filter(p: (DenseVector[Double]) ⇒ Boolean): Rand[DenseVector[Double]]

    Permalink
    Definition Classes
    Rand
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def flatMap[E](f: (DenseVector[Double]) ⇒ Rand[E]): Rand[E]

    Permalink
    Definition Classes
    Rand
  17. def foreach(f: (DenseVector[Double]) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Rand
  18. def get(): DenseVector[Double]

    Permalink
    Definition Classes
    Rand
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def logApply(x: DenseVector[Double]): Double

    Permalink
    Definition Classes
    ContinuousDistr → Density
  22. def logNormalizer: Double

    Permalink
    Definition Classes
    SkewSymmDistribution → ContinuousDistr
  23. def logPdf(x: DenseVector[Double]): Double

    Permalink
    Definition Classes
    ContinuousDistr
  24. def map[E](f: (DenseVector[Double]) ⇒ E): Rand[E]

    Permalink
    Definition Classes
    Rand
  25. val mu: DenseVector[Double]

    Permalink

    The center of the distribution

  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. lazy val normalizer: Double

    Permalink
    Definition Classes
    ContinuousDistr
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def pdf(x: DenseVector[Double]): Double

    Permalink
    Definition Classes
    ContinuousDistr
  31. def sample(n: Int): IndexedSeq[DenseVector[Double]]

    Permalink
    Definition Classes
    Rand
  32. def sample(): DenseVector[Double]

    Permalink
    Definition Classes
    Rand
  33. def samples: Iterator[DenseVector[Double]]

    Permalink
    Definition Classes
    Rand
  34. def samplesVector[U >: DenseVector[Double]](size: Int)(implicit m: ClassTag[U]): DenseVector[U]

    Permalink
    Definition Classes
    Rand
  35. val sigma: DenseMatrix[Double]

    Permalink

    The covariance matrix of the base multivariate gaussian.

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. val tau: Double

    Permalink

    Determines the cutoff of the warping function

  38. def unnormalizedLogPdf(x: DenseVector[Double]): Double

    Permalink
    Definition Classes
    SkewSymmDistribution → ContinuousDistr
  39. def unnormalizedPdf(x: DenseVector[Double]): Double

    Permalink
    Definition Classes
    ContinuousDistr
  40. val w: DataPipe[DenseVector[Double], Double]

    Permalink
    Attributes
    protected
    Definition Classes
    MESNSkewSymmDistribution
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. val warped_cutoff: Double

    Permalink

    The warped cutoff is an adjusted value of the cutoff based on the cutoff value and skewness parameters.

    The warped cutoff is an adjusted value of the cutoff based on the cutoff value and skewness parameters. To be implemented by extending class.

    Attributes
    protected
    Definition Classes
    MESNSkewSymmDistribution
  45. val warpingDistr: ContinuousDistr[Double] with HasCdf

    Permalink
    Attributes
    protected
    Definition Classes
    MESNSkewSymmDistribution
  46. def withFilter(p: (DenseVector[Double]) ⇒ Boolean): Rand[DenseVector[Double]]

    Permalink
    Definition Classes
    Rand

Inherited from Product

Inherited from Equals

Inherited from SkewSymmDistribution[DenseVector[Double]]

Inherited from ContinuousDistr[DenseVector[Double]]

Inherited from Rand[DenseVector[Double]]

Inherited from Serializable

Inherited from Serializable

Inherited from Density[DenseVector[Double]]

Inherited from AnyRef

Inherited from Any

Ungrouped