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

Packages that use RandomVariableGraph
edu.uah.math.devices   
 

Uses of RandomVariableGraph in edu.uah.math.devices
 

Subclasses of RandomVariableGraph in edu.uah.math.devices
 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 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.