dk.bayes.math.gaussian

Gaussian

Related Docs: class Gaussian | package gaussian

object Gaussian extends GaussianNumericOps with Serializable

Linear Supertypes
Serializable, Serializable, GaussianNumericOps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Gaussian
  2. Serializable
  3. Serializable
  4. GaussianNumericOps
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def cdf(x: Double, m: Double, v: Double): Double

    Returns the value of cumulative distribution function

    Returns the value of cumulative distribution function

    x

    The cdf function is evaluated at the value of x

    m

    Mean

    v

    Variance

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit val divideOp: divideOp[Gaussian]

    Thomas Minka.

    Thomas Minka. EP: A quick reference, 2008

    Definition Classes
    GaussianNumericOps
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. def invcdf(x: Double, m: Double, v: Double): Double

    Returns the value of inverse cumulative distribution function (quantile function)

    Returns the value of inverse cumulative distribution function (quantile function)

    x

    The cdf function is evaluated at the value of x

    m

    Mean

    v

    Variance

  14. implicit val isIdentical: isIdentical[Gaussian]

    Definition Classes
    GaussianNumericOps
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. implicit val multOp: multOp[Gaussian]

    P.A.

    P.A. Bromiley. Products and Convolutions of Gaussian Distributions, 2003

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

    Definition Classes
    AnyRef
  18. def normConstant(v: Double): Double

    Returns the normalisation constant of the Gaussian distribution.

    Returns the normalisation constant of the Gaussian distribution.

    v

    Variance

  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def pdf(x: Double, m: Double, v: Double): Double

    Returns the value of probability density function of the normal distribution.

    Returns the value of probability density function of the normal distribution.

    x

    The pdf function is evaluated at the value of x

    m

    Mean

    v

    Variance

  22. def projHistogram(values: Seq[Double], probs: Seq[Double]): Gaussian

    Projects histogram to Gaussian distribution by matching the mean and variance moments.

  23. def stdCdf(x: Double): Double

    Returns the value of cumulative distribution function of the standard normal distribution.

  24. def stdInvCdf(x: Double): Double

    Returns the value of inverse cumulative distribution function of the standard normal distribution.

  25. def stdPdf(x: Double): Double

    Returns the value of probability density function of the standard normal distribution.

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from GaussianNumericOps

Inherited from AnyRef

Inherited from Any

Ungrouped