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

S

S() - Method in class org.statcato.calculator.MathExpParserComplete
Parses a statement.
SampleFromColumnDialog - Class in org.statcato.dialogs.data
A dialog for generating random samples from a column of data values.
SampleFromColumnDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.data.SampleFromColumnDialog
Creates new form SampleFromColumnDialog
SampleFromVector - Class in org.statcato.random
A random sampler for a given vector, with or without replacement.
SampleFromVector(Vector<Cell>, boolean) - Constructor for class org.statcato.random.SampleFromVector
 
SampleSize() - Method in class org.statcato.statistics.inferential.MultipleRegression
Returns the sample size.
SampleSize() - Method in class org.statcato.statistics.inferential.MultipleRegression2
Returns the sample size.
SampleSizeDetermination - Class in org.statcato.statistics.inferential
Functions for determining the sample size estimating a population statistic.
SampleSizeDetermination() - Constructor for class org.statcato.statistics.inferential.SampleSizeDetermination
 
SampleSizeMeanDialog - Class in org.statcato.dialogs.stat.samplesize
A dialog for determining the sample size required to estimate a population mean.
SampleSizeMeanDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.stat.samplesize.SampleSizeMeanDialog
Creates new form SampleSizeMeanDialog
SampleSizePropDialog - Class in org.statcato.dialogs.stat.samplesize
A dialog for determining the sample size required to estimate a population proportion.
SampleSizePropDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.stat.samplesize.SampleSizePropDialog
Creates new form SampleSizePropDialog
saveDatasheet(Statcato, boolean) - Static method in class org.statcato.file.FileOperations
Saves the current datasheet of the application to a file.
saveProject(Statcato, boolean) - Static method in class org.statcato.file.FileOperations
Saves the current project of the application to a file.
ScatterplotDialog - Class in org.statcato.dialogs.graph
A dialog for creating scatterplots.
ScatterplotDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.graph.ScatterplotDialog
Creates new form ScatterplotDialog
selectAllCells() - Method in class org.statcato.spreadsheet.Spreadsheet
Selects all the cells.
SEmean(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Return the standard error of the mean (s/sqrt(n)) of a vector of numbers.
setAutoSaveInterval(int) - Method in class org.statcato.file.Project
Sets the auto save interval variable to the given value.
setCellColumn(int, Vector<Cell>) - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the column at the given column number to the given vector of Cells.
setCellColumn(int, Vector<Cell>) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Sets the contents of the given column to the given cell vector.
setCellRow(int, Vector<Cell>) - Method in class org.statcato.spreadsheet.Spreadsheet
Set the row at the given row number to the given vector of cells.
setChangedStatus() - Method in class org.statcato.DatasheetTabbedPane
Set the modified status of the current datasheet to changed.
setChangedStatus() - Method in class org.statcato.LogWindow
Sets the status of this object to changed.
setChangedStatus() - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the status to changed and adds an asterisk to the current tab table.
setClearStatusTimer(int) - Method in class org.statcato.Statcato
Sets a timer to clear the status bar in the given amount of time in seconds.
setColumn(int) - Method in class org.statcato.spreadsheet.Cell
Sets the column number of the cell.
setColumn(int, Vector<String>) - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the column at the given column number to the given vector of strings.
setColumn(int, Vector<String>) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Sets the contents of the given column to the given data vector.
setContents(String) - Method in class org.statcato.spreadsheet.Cell
Sets the contents to the cell to the specified string.
setCurrentTabTitle(String) - Method in class org.statcato.DatasheetTabbedPane
Sets the title of the selected tab.
setCurrentTabTitle(String) - Method in class org.statcato.Statcato
Sets the title of the active tab in the Datasheet pane.
setData(String) - Method in class org.statcato.spreadsheet.Spreadsheet
Puts data in the tab-delimited string in this spreadsheet.
setData(Vector<Vector<String>>) - Method in class org.statcato.spreadsheet.Spreadsheet
Puts data in the given vectors of vectors of strings in this spreadsheet.
setData(Vector<Vector<String>>) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Sets the underlying table structure to the given data matrix.
setDataUnchangedStatus(String) - Method in class org.statcato.spreadsheet.Spreadsheet
Puts data in the tab-delimited string in this spreadsheet.
setDefaultColumnWidths() - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the default widths of the table columns.
setDeleteAutoSaveFile(boolean) - Method in class org.statcato.file.Project
Sets the delete auto save file boolean to the given value.
setDialogName(String) - Method in class org.statcato.StatcatoDialog
Sets the name of this dialog.
setFile(File) - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the file that saves the data in this spreadsheet.
setHelpFile(String) - Method in class org.statcato.StatcatoDialog
Sets the name of the help file to the given name.
setInterval(int) - Method in class org.statcato.utils.SetProjectAutoSaveTimer
Sats the save interval to the given value.
setJTable(Spreadsheet) - Method in class org.statcato.spreadsheet.ExcelAdapter
 
setLogTitle(String) - Method in class org.statcato.Statcato
Sets the title of the log internal frame.
setParent(Statcato) - Method in class org.statcato.graph.StatcatoChartFrame
Sets the parent frame of this object.
SetProjectAutoSaveTimer - Class in org.statcato.utils
 
SetProjectAutoSaveTimer(Project, int) - Constructor for class org.statcato.utils.SetProjectAutoSaveTimer
Constructor.
setRow(int) - Method in class org.statcato.spreadsheet.Cell
Sets the row number of the cell.
setRow(int, Vector<String>) - Method in class org.statcato.spreadsheet.Spreadsheet
Set the row at the given row number to the given vector of Strings.
setRow(int, Vector<String>) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Sets the contents of the given row to the given data vector.
setStatus(String) - Method in class org.statcato.Statcato
Displays the given string in the status bar.
setStatusTimer(String, int) - Method in class org.statcato.Statcato
Sets the status bar to the given status in the given amount of time in seconds
SetStatusTimer - Class in org.statcato.utils
A timer for setting a status label.
SetStatusTimer(JLabel, String, int) - Constructor for class org.statcato.utils.SetStatusTimer
Constructor.
setStringValueAt(String, int, int) - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the value at the given row and column numbers to the given string.
setStringValueAt(String, int, int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Set the string value at the specified row and column.
setUnchangedStatus() - Method in class org.statcato.LogWindow
Sets the status of this object to unchanged.
setUnchangedStatus() - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the status to unchanged and removes any existing asterisk in the current tab title.
setValueAt(Object, int, int) - Method in class org.statcato.spreadsheet.Spreadsheet
 
setValueAt(Object, int, int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Sets the value at the given row and column to the given value.
setVariableLabel(int, String) - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the variable label for the given column to the given string if the label is empty.
setVariablesRow(Vector<String>) - Method in class org.statcato.spreadsheet.Spreadsheet
Sets the variables row to the given vector of Strings.
setVisible(boolean) - Method in class org.statcato.StatcatoDialog
 
showDialogHistory() - Method in class org.statcato.Statcato
Shows the dialog history frame.
showErrorDialog(String) - Method in class org.statcato.Statcato
Displays an error dialog with the given messages
showErrorDialog(JFrame, String) - Static method in class org.statcato.utils.HelperFunctions
Displays an error dialog with the given message.
sigma() - Method in class org.statcato.statistics.inferential.nonparametrics.RunsTest
Returns the standard deviation of the distribution of runs, sigma = [(2 * n1 * n2)(2 * n1 * n2 - n1 - n2) / (n1 + n2)^2 / (n1 + n2 - 1)]^0.5
sigma_R() - Method in class org.statcato.statistics.inferential.nonparametrics.WilcoxonRankSumTest
Returns the standard deviation of the distribution of rank sum, sigma = (n1 * n2 * (n1 + n2 + 1) / 12)^0.5
sign(double, double) - Static method in class org.statcato.statistics.SpecialFunctions
Returns the magnitude of a times the sign of b
significance - Variable in class org.statcato.statistics.inferential.nonparametrics.KruskalWallisTest
Significance of the test
significance - Variable in class org.statcato.statistics.inferential.nonparametrics.WilcoxonRankSumTest
Significance of the test.
significance - Variable in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankTest
Significance of the test.
SignTest - Class in org.statcato.statistics.inferential.nonparametrics
Sign test.
SignTest(int, int, double, int) - Constructor for class org.statcato.statistics.inferential.nonparametrics.SignTest
Constructor, given summary data.
SignTest(Vector<Double>, double, int) - Constructor for class org.statcato.statistics.inferential.nonparametrics.SignTest
Constructor, given data values.
SignTestDialog - Class in org.statcato.dialogs.stat.nonparametrics
A dialog for the sign test (distribution-free, one-sample).
SignTestDialog(Frame, boolean) - Constructor for class org.statcato.dialogs.stat.nonparametrics.SignTestDialog
Creates new form SignTestDialog
SimpleNumberPatternDialog - Class in org.statcato.dialogs.data
A dialog for generating a simple number pattern in which numbers of evenly spaced.
SimpleNumberPatternDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.data.SimpleNumberPatternDialog
Creates new form SimpleNumberPatternDialog
SIN - Static variable in class org.statcato.calculator.MathFunctions
 
size() - Method in class org.statcato.utils.NumDataset
Returns the size of the dataset (number of categories).
skewness(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the unbiased skewness of a vector of numbers.
skewnessBiased(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the biased skewness of a vector of numbers.
sortColumnVector(Vector<Cell>, Vector<Cell>, boolean) - Static method in class org.statcato.utils.OrderingFunctions
Sorts a vector of Cell based on another vector of Cell in the given order.
SortDialog - Class in org.statcato.dialogs.data
A dialog providing options to sort a set of columns by up to four columns.
SortDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.data.SortDialog
Creates new form SortDialog
sortVectors(Vector<Vector<Cell>>, Vector<Boolean>) - Static method in class org.statcato.utils.OrderingFunctions
Sorts a set of vectors in place, from the last vector in the set to the first.
SpecialFunctions - Class in org.statcato.statistics
A class of special functions that are used in calculating probability distributions.
SpecialFunctions() - Constructor for class org.statcato.statistics.SpecialFunctions
 
splitValuesVector(Vector<Cell>) - Static method in class org.statcato.utils.HelperFunctions
Given a vector of two possible values, separate the vector of values corresponding to the labels into two vectors.
splitValuesVectorByLabels(Vector<Cell>, Vector<Cell>) - Static method in class org.statcato.utils.HelperFunctions
Given a vector of two possible population labels and a vector of values, separate the vector of values corresponding to the labels into two vectors.
Spreadsheet - Class in org.statcato.spreadsheet
A spreadsheet represented by a table of Cells.
Spreadsheet(Statcato) - Constructor for class org.statcato.spreadsheet.Spreadsheet
Constructor, given the parent frame.
Spreadsheet(Statcato, int, int) - Constructor for class org.statcato.spreadsheet.Spreadsheet
Constructor, given the parent frame, the number of rows, and the number of columns.
SpreadsheetModel - Class in org.statcato.spreadsheet
A table model for Spreadsheet.
SpreadsheetModel(Statcato) - Constructor for class org.statcato.spreadsheet.SpreadsheetModel
Constructor given the parent frame.
SpreadsheetModel(Statcato, int, int) - Constructor for class org.statcato.spreadsheet.SpreadsheetModel
Constructor given the parent frame, number of rows, and number of columns.
SpreadsheetScrollPane - Class in org.statcato.spreadsheet
A scroll pane containing a spreadsheet object.
SpreadsheetScrollPane(Statcato) - Constructor for class org.statcato.spreadsheet.SpreadsheetScrollPane
Constructor, given parent frame.
SpreadsheetScrollPane(Statcato, Spreadsheet) - Constructor for class org.statcato.spreadsheet.SpreadsheetScrollPane
Constructor, given the parent frame and the spreadsheet to be contained.
SQRT - Static variable in class org.statcato.calculator.MathFunctions
 
SSA() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the sum of squares for factor A, (Sum_{i=1..a} A_i^2) / (b*n) - CM.
SSAB() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the sum of squares for interaction AB, (Sum (cell sum)^2) / n - CM - SSA - SSB.
SSB() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the sum of squares for factor B, (Sum_{j=1..b} B_j^2) / (a*n) - CM.
SSE() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns sum of squares of error, SSTotal - SSA - SSB - SSAB.
SSError() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns SS(error), the sum of squares of means.
SSTotal() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns the total sum of squares SS(treatment) + SS(error).
SSTotal() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the total sum of squares, Sum (observation)^2 - CM.
SSTreatment() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns SS(treatment), sum of squares of treatments.
StandardError() - Method in class org.statcato.statistics.inferential.CorrelationRegression
 
StandardError() - Method in class org.statcato.statistics.inferential.MultipleRegression
Returns the standard error of estimate, sqrt(unexplained variation / (n-2)).
StandardError() - Method in class org.statcato.statistics.inferential.MultipleRegression2
Returns the standard error of estimate, sqrt(unexplained variation / (n-2)).
standardize(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Standardizes a vector of numbers by subtracting the mean and then dividing by the standard deviation for each number in the vector.
StandardizeDialog - Class in org.statcato.dialogs.data
A dialog for standardizing data values.
StandardizeDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.data.StandardizeDialog
Creates new form StandardizeDialog
Statcato - Class in org.statcato
Statcato main class.
Statcato() - Constructor for class org.statcato.Statcato
Creates new form Statcato
Statcato.IconRedoAction - Class in org.statcato
Redo action for the redo toolbar icon.
Statcato.IconRedoAction() - Constructor for class org.statcato.Statcato.IconRedoAction
 
Statcato.IconUndoAction - Class in org.statcato
Undo action for the undo toolbar icon.
Statcato.IconUndoAction() - Constructor for class org.statcato.Statcato.IconUndoAction
 
Statcato.MenuItemRedoAction - Class in org.statcato
Redo action for the redo menu item.
Statcato.MenuItemRedoAction() - Constructor for class org.statcato.Statcato.MenuItemRedoAction
 
Statcato.MenuItemUndoAction - Class in org.statcato
Undo action for the undo menu item.
Statcato.MenuItemUndoAction() - Constructor for class org.statcato.Statcato.MenuItemUndoAction
 
Statcato.MyUndoableEditListener - Class in org.statcato
Undoable edit listener for both the log window and the Datasheet pane.
Statcato.MyUndoableEditListener() - Constructor for class org.statcato.Statcato.MyUndoableEditListener
 
StatcatoChartFrame - Class in org.statcato.graph
A frame for graphs.
StatcatoChartFrame(String, JFreeChart, Statcato) - Constructor for class org.statcato.graph.StatcatoChartFrame
Constructor, given the frame title and the chart.
StatcatoChartMenuItem - Class in org.statcato
A menu item for a chart frame.
StatcatoChartMenuItem(String, StatcatoChartFrame) - Constructor for class org.statcato.StatcatoChartMenuItem
Constructor.
StatcatoDialog - Class in org.statcato
A generic dialog for Statcato.
StatcatoDialog(Frame, boolean) - Constructor for class org.statcato.StatcatoDialog
Creates new form StatcatoDialog
STATUS - Static variable in class org.statcato.spreadsheet.Spreadsheet
 
stdev(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the standard deviation of a vector of numbers.
stdevCI() - Method in class org.statcato.statistics.inferential.CIOnePopVar
Returns a string representing the confidence interval of the standard deviation (lower limit, upper limit);
StemAndLeafPlot - Class in org.statcato.graph
A stem-and-leaf plot.
StemAndLeafPlot(Vector<Double>, double) - Constructor for class org.statcato.graph.StemAndLeafPlot
Constructor.
StemAndLeafPlotDialog - Class in org.statcato.dialogs.graph
A dialog for creating stem-and-leaf plots.
StemAndLeafPlotDialog(Frame, boolean) - Constructor for class org.statcato.dialogs.graph.StemAndLeafPlotDialog
Creates new form StemAndLeafPlotDialog
storeState(Hashtable) - Method in class org.statcato.spreadsheet.Spreadsheet
 
STRINGS - Static variable in class org.statcato.calculator.Token
Array of string representations of the tokens.
StudentTDistributionDialog - Class in org.statcato.dialogs.calc.probdist
A dialog for Student's t probability distribution.
StudentTDistributionDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.calc.probdist.StudentTDistributionDialog
Creates new form StudentTDistributionDialog
StudentTProbabilityDistribution - Class in org.statcato.statistics
Student's T probability distribution class.
StudentTProbabilityDistribution(double) - Constructor for class org.statcato.statistics.StudentTProbabilityDistribution
Constructor given the degrees of freedom.
subtract(CompUnit, CompUnit) - Static method in class org.statcato.calculator.MathOperations
Returns the difference between two computational units.
SUBTRACT - Static variable in class org.statcato.calculator.Token
 
sum(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the sum of a vector of numbers.
sum - Static variable in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankPValue
Two-dimensional array of integers representing the number of occurrences of each rank sum corresponding to the sample size.
sum() - Method in class org.statcato.statistics.inferential.TwoANOVATableCell
 
sumOfSquares(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the sum of squares of a vector of numbers.
sumOfSquares() - Method in class org.statcato.statistics.inferential.TwoANOVATableCell
 

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