Uses of Package
edu.cmu.tetrad.util.dist

Packages that use edu.cmu.tetrad.util.dist
Package
Description
 
Implements a time-series simulation engine suitable for time-series gene expression studies.
 
  • Class
    Description
    Interface for a statistical distribution from which random values can be drawn.
  • Class
    Description
    Interface for a statistical distribution from which random values can be drawn.
  • Class
    Description
    Implements a Beta distribution for purposes of drawing random numbers.
    Wraps a chi square distribution for purposes of drawing random samples.
    Wraps a chi square distribution for purposes of drawing random samples.
    Interface for a statistical distribution from which random values can be drawn.
    Wraps a chi square distribution for purposes of drawing random samples.
    Wraps a chi square distribution for purposes of drawing random samples.
    GaussianPower class.
    Created by IntelliJ IDEA.
    Represents a lognormal distribution for purposes of sampling.
    Wraps a chi square distribution for purposes of drawing random samples.
    A normal distribution that allows its parameters to be set and allows random sampling.
    Wraps a chi square distribution for purposes of drawing random samples.
    A pretend distribution that always returns the given value when nextRandom() is called.
    Wraps a chi square distribution for purposes of drawing random samples.
    A normal distribution that allows its parameters to be set and allows random sampling.
    For given a, b (a < b), returns a point chosen uniformly from [a, b].