Uses of Class
edu.uah.math.devices.DistributionGraph

Packages that use DistributionGraph
edu.uah.math.devices   
 

Uses of DistributionGraph in edu.uah.math.devices
 

Subclasses of DistributionGraph in edu.uah.math.devices
 class CriticalGraph
          This class defines a graph used in interval estimation and hypothesis testing experiments.
 class DiceDistributionGraph
          This class is a special graph that shows a true die distribution, a hypothesized die distribution and a data distribution, for use in a goodness of fit test.
 class MeanEstimateGraph
          This class defines a special graph used in the mean estimation experiment.
 class MeanTestGraph
          This class defines a special graph used in the hypothesis testing experiment for the mean in the standard normal model.
 class MedianGraph
          This is a special graph used in the sign test experiment.
 class QuantileGraph
          This class shows the density function or cumulative distribution function of a specified distribuiton.
 class RandomVariableGraph
          This class defines a basic graph for displaying the distribution density and moments, and the data density and moments for a specified random variable.
 class VarianceEstimateGraph
          This class defines a special graph used in the interval estimate experiment for the variance.
 class VarianceTestGraph
          This class models a special graph used in the hypothesis testing experiment for the variance in the standard normal model.