Package calico.stat

Interface Summary
HistogramIF Defines methods for use by HistogramPanel
 

Class Summary
AnalysisPane Sets up a tabbed pane to hold various panels for regression analysis.
AxesPanel Provides a panel with appropriately labeled and scaled axes, to be used as a foundation class for graphing.
DescriptiveStatistics Displays descriptive statistics from several data sets Data should be data[n][k] with n data sets, k data items
EstimatePane Display statistics of regression
HistogramBox Provides a box for histogram panel and a slider to adjust the number of bins.
HistogramData This class provides data in the form needed for HistogramPanel.
HistogramPanel Draws a histogram given appropriate information
PrettyScale PrettyScale.java: given doubles minData and maxData attempts to calculate "reasonable" begin and end points for a scale.
RegressionCalculator RegressCalculator performs calculations for regressions.
RegressionPanel This class is meant as a general purpose display for regressions.
ResidualBox Provides a box for several residual plots.
ResidualPanel Panel to display residuals from regression
Solve Solve - solve cdf(x)=y within the given range Output Zeroin returns an estimate for the root with accuracy 4*EPSILON*abs(x) + tol Algorithm G.Forsythe, M.Malcolm, C.Moler, Computer methods for mathematical computations.