| Package | Description |
|---|---|
| edu.uah.math.devices | |
| edu.uah.math.distributions | |
| edu.uah.math.experiments |
| Class and Description |
|---|
| DieDistribution
This class models the distribution for a standard 6-sided die.
|
| Distribution
This class models an abstract implmentation of a real probability distribution.
|
| Domain
This class defines a partition of an interval into subintervals of equal width.
|
| IntervalData
This class defines a simple implementation of an interval data distribution.
|
| RandomVariable
This class models a random variable in terms of a distribution and an
interval dataset.
|
| Class and Description |
|---|
| BinomialDistribution
This class models the binomial distribution with a specified number of trials and
probability of success.
|
| Distribution
This class models an abstract implmentation of a real probability distribution.
|
| Domain
This class defines a partition of an interval into subintervals of equal width.
|
| FiniteDistribution
This class models a basic discrete distribution on a finite set of points,
with specified probabilities.
|
| GammaDistribution
This class models the gamma distribution with a specified shape parameter and scale
parameter.
|
| IntervalData
This class defines a simple implementation of an interval data distribution.
|
| NegativeBinomialDistribution
This class models the negative binomial distribution with specified successes
parameter and probability parameter.
|
| StudentDistribution
This class models the student t distribution with a specifed degrees of freeom
parameter.
|
| Class and Description |
|---|
| RandomVariable
This class models a random variable in terms of a distribution and an
interval dataset.
|