Uses of Interface
edu.cmu.tetrad.util.dist.Distribution
Packages that use Distribution
Package
Description
Implements a time-series simulation engine suitable for time-series gene
expression
studies.
-
Uses of Distribution in edu.cmu.tetrad.sem
Methods in edu.cmu.tetrad.sem that return DistributionMethods in edu.cmu.tetrad.sem with parameters of type DistributionModifier and TypeMethodDescriptionvoid
Parameter.setDistribution
(Distribution distribution) Sets the distribution that initial values should be drawn from for this parameter. -
Uses of Distribution in edu.cmu.tetrad.study.gene.tetrad.gene.history
Methods in edu.cmu.tetrad.study.gene.tetrad.gene.history that return DistributionModifier and TypeMethodDescriptionBooleanGlassFunction.getErrorDistribution
(int factor) Returns the error distribution for thefactor
'th factor.LinearFunction.getErrorDistribution
(int factor) Returns the error distribution for thefactor
'th factor.PolynomialFunction.getErrorDistribution
(int factor) Returns the error distribution for thefactor
'th factor.Methods in edu.cmu.tetrad.study.gene.tetrad.gene.history with parameters of type DistributionModifier and TypeMethodDescriptionvoid
BooleanGlassFunction.setErrorDistribution
(int factor, Distribution distribution) Sets the error distribution for thefactor
'th factor.void
LinearFunction.setErrorDistribution
(int factor, Distribution distribution) Method setIntenalNoiseModelvoid
PolynomialFunction.setErrorDistribution
(int factor, Distribution distribution) Method setIntenalNoiseModel -
Uses of Distribution in edu.cmu.tetrad.util.dist
Classes in edu.cmu.tetrad.util.dist that implement DistributionModifier and TypeClassDescriptionclass
Implements a Beta distribution for purposes of drawing random numbers.class
Wraps a chi square distribution for purposes of drawing random samples.class
Wraps a chi square distribution for purposes of drawing random samples.class
Wraps a chi square distribution for purposes of drawing random samples.class
Wraps a chi square distribution for purposes of drawing random samples.class
GaussianPower class.class
Created by IntelliJ IDEA.class
Represents a lognormal distribution for purposes of sampling.class
Wraps a chi square distribution for purposes of drawing random samples.class
A normal distribution that allows its parameters to be set and allows random sampling.class
Wraps a chi square distribution for purposes of drawing random samples.class
A pretend distribution that always returns the given value when nextRandom() is called.class
Wraps a chi square distribution for purposes of drawing random samples.class
A normal distribution that allows its parameters to be set and allows random sampling.class
For given a, b (a < b), returns a point chosen uniformly from [a, b].