com.cra.figaro.library.atomic

continuous

package continuous

Visibility
  1. Public
  2. All

Type Members

  1. class AtomicBeta extends Element[Double] with Atomic[Double] with Parameter[Double] with ValuesMaker[Double]

    A Beta distribution in which the alpha and beta parameters are provided.

  2. class AtomicDirichlet extends Element[Array[Double]] with Atomic[Array[Double]] with Parameter[Array[Double]] with ValuesMaker[Array[Double]]

    Dirichlet distributions in which the parameters are constants.

  3. class AtomicExponential extends Element[Double] with Atomic[Double]

    An exponential distribution in which the parameter is a constant.

  4. class AtomicGamma extends Element[Double] with Atomic[Double]

    A Gamma distribution in which both the k and theta parameters are constants.

  5. class AtomicMultivariateNormal extends Element[List[Double]] with Atomic[List[Double]]

    A multivariate normal distribution in which the means and variance-covariances are constants.

  6. class AtomicNormal extends Element[Double] with Atomic[Double]

    A normal distribution in which the mean and variance are constants.

  7. class AtomicUniform extends Element[Double] with Atomic[Double]

    A continuous uniform distribution in which the parameters are constants.

  8. class CompoundBeta extends NonCachingChain[Double, Double]

    A Beta distribution in which the parameters are elements.

  9. class CompoundDirichlet extends NonCachingChain[List[Double], Array[Double]]

    Dirichlet distributions in which the parameters are elements.

  10. class CompoundExponential extends NonCachingChain[Double, Double]

    An exponential distribution in which the parameter is an element.

  11. class CompoundGamma extends NonCachingChain[Double, Double]

    A Gamma distribution in which k and theta are both elements.

  12. class CompoundNormal extends NonCachingChain[Double, Double]

    A normal distribution in which the mean and variance are both elements.

  13. class CompoundUniform extends NonCachingChain[Double, Double]

    A continuous uniform distribution in which the parameters are elements.

  14. class GammaCompoundK extends NonCachingChain[Double, Double]

    A Gamma distribution in which the k parameter is an element and theta is constant.

  15. class MultivariateCompoundNormal extends NonCachingChain[List[Double], List[Double]]

    A normal distribution in which the mean and variance are both elements.

  16. class MultivariateNormalCompoundMean extends NonCachingChain[List[Double], List[Double]]

    A normal distribution in which the mean is an element and the variance is constant.

  17. class NormalCompoundMean extends NonCachingChain[Double, Double]

    A normal distribution in which the mean is an element and the variance is constant.

Value Members

  1. object Beta extends Creatable

  2. object BetaParameter extends Creatable

  3. object Dirichlet extends Creatable

  4. object DirichletParameter extends Creatable

  5. object Exponential extends Creatable

  6. object Gamma extends Creatable

  7. object MultivariateNormal extends Creatable

  8. object Normal extends Creatable

  9. object Uniform extends Creatable

  10. object Util

Ungrouped