A B C D E F G H I J K L M N O P Q R S T U V W X Y

D

DatasheetTabbedPane - Class in org.statcato
A tabbed pane of SpreadsheetScrollPane objects.
DatasheetTabbedPane(Statcato, MouseListener) - Constructor for class org.statcato.DatasheetTabbedPane
Constructor, given the parent frame and popup listener for this object.
DataValue - Class in org.statcato.utils
A class representing a data value, containing both its absolute and signed value.
DataValue(double) - Constructor for class org.statcato.utils.DataValue
 
DataValueComparator - Class in org.statcato.utils
A comparator class for DataValue.
DataValueComparator() - Constructor for class org.statcato.utils.DataValueComparator
 
DEBUG - Static variable in class org.statcato.graph.StemAndLeafPlot
Debug flag.
DEFAULTHELPFILE - Static variable in class org.statcato.Statcato
 
deleteCell(int, int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Deletes the cell at the specified row and column.
deleteCells(int, int, int, int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Deletes the cells within the specified range.
deleteColumn(int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Deletes the entire column at the specified column number.
deleteRow(int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Deletes the entire row at the specified row number.
deleteSelectedCells() - Method in class org.statcato.spreadsheet.Spreadsheet
Deletes the selected cells.
density(double) - Method in class org.statcato.statistics.BinomialProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.ChiSquareProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.DiscreteCustomProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.DiscreteProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.ExponentialProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.FProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.GeometricProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.IntegerProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.NormalProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.PoissonProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.ProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.StudentTProbabilityDistribution
Returns the density of the distribution at x.
density(double) - Method in class org.statcato.statistics.UniformProbabilityDistribution
Returns the density of the distribution at x.
description - Variable in class org.statcato.StatcatoDialog
Short description of the dialog
DescriptiveStatisticsDialog - Class in org.statcato.dialogs.stat.basicstats
A dialog for computing descriptive statistics of a set of columns/ data variables.
DescriptiveStatisticsDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.stat.basicstats.DescriptiveStatisticsDialog
Creates new form DescriptiveStatisticsDialog
DialogEdit - Class in org.statcato
A compound edit for a dialog.
DialogEdit(String) - Constructor for class org.statcato.DialogEdit
 
DialogHistoryList - Class in org.statcato
A dialog history list.
DialogHistoryList() - Constructor for class org.statcato.DialogHistoryList
Constructor.
DiscreteCustomProbabilityDistribution - Class in org.statcato.statistics
Discrete probability distribution class with user-specified probabilities for discrete values.
DiscreteCustomProbabilityDistribution(Vector<Double>, Vector<Double>) - Constructor for class org.statcato.statistics.DiscreteCustomProbabilityDistribution
Construct a discrete probability distribution with custom values and probabilities.
DiscreteDistributionDialog - Class in org.statcato.dialogs.calc.probdist
A dialog for discrete probability distribution, where probabilites of discrete values are specified.
DiscreteDistributionDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.calc.probdist.DiscreteDistributionDialog
Creates new form DiscreteDistributionDialog
DiscreteProbabilityDistribution - Class in org.statcato.statistics
Abtract base class for different types of discrete probability distributions.
DiscreteProbabilityDistribution() - Constructor for class org.statcato.statistics.DiscreteProbabilityDistribution
 
display() - Method in class org.statcato.spreadsheet.Spreadsheet
Displays debug data.
DisplayDataDialog - Class in org.statcato.dialogs.data
A dialog allowing the user to select which columns in the current Datasheet are displayed in the log window.
DisplayDataDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.data.DisplayDataDialog
Creates new form DisplayDataDialog
displayEmptyStem - Variable in class org.statcato.graph.StemAndLeafPlot
A boolean variable indicating whether stems with no leaves should be displayed.
dispose() - Method in class org.statcato.StatcatoDialog
 
divide(CompUnit, CompUnit) - Static method in class org.statcato.calculator.MathOperations
Divides two computational units.
DIVIDE - Static variable in class org.statcato.calculator.Token
 
DOF() - Method in class org.statcato.statistics.inferential.CI2PopMeanSigmaUnknown
Returns the degrees of freedom.
DOF() - Method in class org.statcato.statistics.inferential.ContingencyTable
Returns the degrees of freedom of a contingency table.
DOF() - Method in class org.statcato.statistics.inferential.CorrelationRegression
Returns the degrees of freedom.
DOF() - Method in class org.statcato.statistics.inferential.GoodnessOfFitTest
Returns the degrees of freedom.
DOF() - Method in class org.statcato.statistics.inferential.HypothesisTest2MeanSigmaUnknown
Returns the degree of freedom.
DOF() - Method in class org.statcato.statistics.inferential.nonparametrics.KruskalWallisTest
Returns the degrees of freedom.
DOF1() - Method in class org.statcato.statistics.inferential.HypothesisTest2Var
Returns the degree of freedom 1.
DOF2() - Method in class org.statcato.statistics.inferential.HypothesisTest2Var
Returns the degree of freedom 2.
DOFA() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the degrees of freedom for factor A = a - 1.
DOFAB() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the degrees of freedom for interaction AB.
DOFB() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the degrees of freedom for factor B = b - 1.
DOFE() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the degrees of freedom for the error.
DOFError() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns the denominator degrees of freedom (N - k).
DOFTotal() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns the total degrees of freedom.
DOFTotal() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the total degrees of freedom.
DOFTreatment() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns the numerator degrees of freedom (k - 1).
DotPlotDialog - Class in org.statcato.dialogs.graph
A dialog for creating dot plots.
DotPlotDialog(Frame, boolean) - Constructor for class org.statcato.dialogs.graph.DotPlotDialog
Creates new form DotPlotDialog
download(String) - Method in class org.statcato.file.DownloadFile
 
download() - Method in class org.statcato.file.DownloadFile
Downloads file specified by the URL to a temporary file in saveDir.
DownloadFile - Class in org.statcato.file
A class for downloading a file from a given URL to a file in a specified directory.
DownloadFile(String) - Constructor for class org.statcato.file.DownloadFile
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y