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

G

gammln(double) - Static method in class org.statcato.statistics.SpecialFunctions
Returns the value ln[ gamma(xx)] for xx > 0.
gammp(double, double) - Static method in class org.statcato.statistics.SpecialFunctions
Returns the incomplete gamma function P(a, x).
gammq(double, double) - Static method in class org.statcato.statistics.SpecialFunctions
Returns the incomplete gamm function Q(a, x) = 1 - P(a, x)
gcf(double, double) - Static method in class org.statcato.statistics.SpecialFunctions
Computes the incomplete gamma function Q(a; x) evaluated by its continued fraction representation as gammcf.
GeometricDistributionDialog - Class in org.statcato.dialogs.calc.probdist
A dialog for geometric probability distribution.
GeometricDistributionDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.calc.probdist.GeometricDistributionDialog
Creates new form GeometricDistributionDialog
GeometricProbabilityDistribution - Class in org.statcato.statistics
Geometric probability distribution class.
GeometricProbabilityDistribution(double, int) - Constructor for class org.statcato.statistics.GeometricProbabilityDistribution
Constructs a geometric probability distribution with the given success probability and type.
get(MultidimensionalHashKey) - Method in class org.statcato.utils.MultidimensionalHash
Returns the frequency of the given key value.
get(String) - Method in class org.statcato.utils.NumDataset
Returns the data vector corresponding to the given label.
getAbsoluteValue() - Method in class org.statcato.utils.DataValue
 
getAllColumnNumbers() - Method in class org.statcato.spreadsheet.SpreadsheetModel
Gets all the column numbers.
getCategories() - Method in class org.statcato.utils.CategoryCounter
 
getCategory(int) - Method in class org.statcato.utils.CategoryCounter
Returns the category at the given index.
getCellRenderer(int, int) - Method in class org.statcato.spreadsheet.Spreadsheet
 
getCellValue(HSSFCell) - Static method in class org.statcato.utils.HelperFunctions
Returns the value of a HSSFCell as a string.
getChangedStatus() - Method in class org.statcato.DatasheetTabbedPane
Returns true iff at least one of the datasheets is modified.
getChangedStatus() - Method in class org.statcato.LogWindow
Returns the changed status.
getChangedStatus() - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the changed status.
getChangedStatus() - Method in class org.statcato.spreadsheet.SpreadsheetScrollPane
Returns the changed status of the internal spreadsheet.
getChart() - Method in class org.statcato.graph.StatcatoChartFrame
Returns the JFreeChart object associated with this frame.
getChartFrames() - Method in class org.statcato.Statcato
 
getChartTitle() - Method in class org.statcato.graph.StatcatoChartFrame
Returns the title of the frame.
getColumn() - Method in class org.statcato.calculator.CompUnit
Returns the column represented by this unit
getColumn() - Method in class org.statcato.calculator.TokenScanner
Attempts to parse a column label and returns the column number if successful.
getColumn() - Method in class org.statcato.spreadsheet.Cell
Returns the column number of this cell
getColumn(int) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the column at the given column number.
getColumn(int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the vector of cells in the given column number.
getColumnClass(int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
 
getColumnCount() - Method in class org.statcato.spreadsheet.SpreadsheetModel
 
getColumnFullLabel(int) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the full column label (Cx variable name) for the given column number.
getColumnLabel(int) - Static method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the column label for the given column number.
getColumnName(int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the column name at the given column.
getColumnNumber(String) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the column number represented by the given column label.
getColumnNumber(String) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the column number embedded in the given column label.
getColumnNumbers(String) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns a vector of column numbers represented by the given column label range (for example, c1-c30).
getColumnNumbersArrayFromString(String) - Method in class org.statcato.spreadsheet.Spreadsheet
 
getColumnNumbersFromString(String) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns a vector of column numbers represented by the given string, which contains column labels separated by spaces (e.g.
getColumnSum(int) - Method in class org.statcato.statistics.inferential.CrossTabulation
Return the sum of the given column.
getColumnSumPercent(int) - Method in class org.statcato.statistics.inferential.CrossTabulation
Return the percent of the sum of the given column out of the total sum.
getColumnsWithData() - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the column number of columns that contain data.
getCommaSeparatedValues() - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the table data as a string of comma-separated values.
getConstant() - Method in class org.statcato.calculator.TokenScanner
Attempts to parse a constant name and returns the constant if successful.
getContents() - Method in class org.statcato.spreadsheet.Cell
Returns the unformatted string representation the contents of this cell.
getContents() - Method in class org.statcato.utils.MutableList
Gets the list model.
getContingencyTable() - Method in class org.statcato.statistics.inferential.CrossTabulation
Returns the contingency table.
getCriticalValue(double, int) - Static method in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankPValue
Returns the critical value corresponding to the given significance and sample size.
getCurrentTabTitle() - Method in class org.statcato.DatasheetTabbedPane
Returns the title at the selected tab.
getCurrentTabTitle() - Method in class org.statcato.Statcato
Returns the title of the active tab in the Datasheet pane.
getCurrentTimeString() - Static method in class org.statcato.utils.HelperFunctions
Returns a string representing the current date and time (mmddyyyyhhss).
getDatasheetTabbedPane() - Method in class org.statcato.Statcato
Returns the Datasheet tabbed pane.
getDateTime() - Static method in class org.statcato.utils.HelperFunctions
Returns a string of formatted date and time.
getDecimal() - Method in class org.statcato.calculator.TokenScanner
Returns the double value that begins with '.' at the current scan position.
getDescription() - Method in class org.statcato.file.ExtensionFileFilter
 
getDescription() - Method in class org.statcato.file.TextFileFilter
 
getDialog(int) - Method in class org.statcato.DialogHistoryList
Returns the dialog at the given position.
getDimensions() - Method in class org.statcato.utils.MultidimensionalHash
Returns the number of dimensions in the hash.
getEqualFrequency() - Method in class org.statcato.utils.CategoryCounter
Checks if all the frequencies are the same.
getError() - Method in class org.statcato.calculator.MathExpParserComplete
Returns error message from the scanner.
getExtension(File) - Static method in class org.statcato.file.FileChooserUtils
Returns the extension of a file.
getExtension(String) - Static method in class org.statcato.file.FileChooserUtils
Returns the extension of a file name
getFile() - Method in class org.statcato.file.Project
Returns the saved project file.
getFileContents(File) - Static method in class org.statcato.utils.HelperFunctions
Returns a string of textual data stored in the given file.
getFrequency(int, int) - Method in class org.statcato.statistics.inferential.CrossTabulation
Returns the frequency at row i and column j.
getFrequency(String) - Method in class org.statcato.utils.CategoryCounter
Returns the frequency of the given category.
getFunction() - Method in class org.statcato.calculator.TokenScanner
Attempts to parse a function name and returns the function number if successful.
getFunctionNumber(String) - Method in class org.statcato.calculator.MathFunctions
Returns the function number corresponding to the given function name.
getIndex(String) - Method in class org.statcato.utils.CategoryCounter
Returns the index corresponding to the given category, or returns -1 if the category is not found.
getInteger() - Method in class org.statcato.calculator.TokenScanner
Returns the integer value at the current scan position.
getJTable() - Method in class org.statcato.spreadsheet.ExcelAdapter
Public Accessor methods for the Table on which this adapter acts.
getKey(int) - Method in class org.statcato.utils.MultidimensionalHashKey
Returns the key value of the given dimension.
getLabels() - Method in class org.statcato.utils.NumDataset
Returns all the labels as a vector of string values.
getLastNonEmptyColumn(int) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the column number of the last non-empty column in the given row.
getLastNonEmptyColumn() - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the column number of the last non-empty column.
getLastNonEmptyColumn(int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
returns the column number of the last non-empty column in the given row.
getLastNonEmptyColumn() - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the column number of the last column with data.
getLastNonEmptyRow() - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the row number of the last non-empty row.
getLastNonEmptyRow() - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the row number of the last non-empty row.
getLastRowNumber() - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the row number of the last row that contains data.
getLeaf(double, double) - Static method in class org.statcato.graph.StemAndLeafPlot
Returns the leaf of the given double value at the given leaf unit.
getLeafIndex(double, double) - Static method in class org.statcato.graph.StemAndLeafPlot
Returns the index of the starting location of the leaf in given data value.
getLeafUnits() - Method in class org.statcato.graph.StemAndLeafPlot
Returns the leaf unit used in this stem-and-leaf plot.
getLogTextPane() - Method in class org.statcato.Statcato
Returns the log text pane.
getLogTitle() - Method in class org.statcato.Statcato
Returns the title of the log internal frame.
getN() - Method in class org.statcato.statistics.inferential.CIOnePopMeanSigmaKnown
Returns the sample size
getN() - Method in class org.statcato.statistics.inferential.CIOnePopMeanSigmaUnknown
Returns the sample size.
getName() - Method in class org.statcato.file.Project
Returns the name of this project.
getNumber() - Method in class org.statcato.calculator.CompUnit
Returns the number value represented by this unit.
getNumber() - Method in class org.statcato.calculator.TokenScanner
Returns the double value at the current scan position.
getNumDecimalPlaces(String) - Static method in class org.statcato.utils.HelperFunctions
 
getNumDimensions() - Method in class org.statcato.utils.MultidimensionalHashKey
Returns the number of dimensions in this hash key.
getNumValue() - Method in class org.statcato.spreadsheet.Cell
Returns the numerical value of the cell contents, or null if not a number.
getPercent(int, int) - Method in class org.statcato.statistics.inferential.CrossTabulation
Returns the percent at row i and column j.
getPresentationName() - Method in class org.statcato.DialogEdit
 
getProject() - Method in class org.statcato.Statcato
Returns the project object.
getPValue(double, int) - Static method in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankPValue
Returns the p-value corresponding to the given rank sum and sample size.
getRankSum(Vector<Double>, Vector<Double>) - Method in class org.statcato.statistics.inferential.nonparametrics.WilcoxonRankSumTest
Returns the rank sum, which is the sum of ranks for the first sample.
getRankSum(Vector<Double>) - Method in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankTest
Returns the rank sum of the given data (negative rank sum for right-tailed test, positive rank sum for left-tailed, and minimum of the two rank sums for two-tailed).
getRecentDatasheet() - Static method in class org.statcato.file.FileOperations
Returns the recent datasheet file.
getRecentProject() - Static method in class org.statcato.file.FileOperations
Returns the recent project file.
getRedoPresentationName() - Method in class org.statcato.DialogEdit
 
getRow() - Method in class org.statcato.spreadsheet.Cell
Returns the row number of this cell.
getRow(int) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the row at the given row number.
getRow(int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the vector of cells in the given row number.
getRowCount() - Method in class org.statcato.spreadsheet.SpreadsheetModel
 
getRowHeaderTable() - Method in class org.statcato.spreadsheet.SpreadsheetScrollPane
Returns the row header table.
getRowNumber(String) - Method in class org.statcato.spreadsheet.Spreadsheet
Return the row number represented by the given row label.
getRowNumber(String) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the row number from the given row label.
getRowSum(int) - Method in class org.statcato.statistics.inferential.CrossTabulation
Return the sum of the given row.
getRowSumPercent(int) - Method in class org.statcato.statistics.inferential.CrossTabulation
Return the percent of the sum of the given row out of the total sum.
getRowsWithDataAtGivenColumns(int[]) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the rows containing data at the given columns.
getSign() - Method in class org.statcato.utils.DataValue
 
getSignedValue() - Method in class org.statcato.utils.DataValue
 
getSize() - Method in class org.statcato.statistics.inferential.TwoANOVATableCell
 
getSize() - Method in class org.statcato.utils.CategoryCounter
Returns the number of categories found by this counter.
getSortedFunNames() - Static method in class org.statcato.calculator.MathFunctions
Returns the array of sorted function name.
getSpreadsheet() - Method in class org.statcato.spreadsheet.SpreadsheetScrollPane
Returns the internal spreadsheet object.
getSpreadsheet() - Method in class org.statcato.Statcato
Returns the active spreadsheet.
getStdev() - Method in class org.statcato.statistics.inferential.CIOnePopMeanSigmaKnown
Returns the standard deviation.
getStdev() - Method in class org.statcato.statistics.inferential.CIOnePopMeanSigmaUnknown
Returns the sample standard deviation.
getStem(double, double) - Static method in class org.statcato.graph.StemAndLeafPlot
Returns the stem for the given data value given the leaf unit.
getString() - Method in class org.statcato.calculator.TokenScanner
Returns the next string (delimited by single quotes)
getSubTable(int, int, int, int) - Method in class org.statcato.spreadsheet.Spreadsheet
Get a subset of this spreadsheet specified by the given row and column range.
getTabDelimitedValues() - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the table data as a string of tab-dlimited values.
getTable(Vector<String>, Vector<String>) - Method in class org.statcato.statistics.CrossTabulation
Returns a HTML-formatted string representing a cross-tabulation to the given row dimensions and column dimensions.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.statcato.spreadsheet.RowHeaderTable.RowHeaderRenderer
 
getToken() - Method in class org.statcato.calculator.TokenScanner
Returns the type of the next token.
getToolTipText(MouseEvent) - Method in class org.statcato.spreadsheet.Spreadsheet
 
getTotalSum() - Method in class org.statcato.statistics.inferential.CrossTabulation
Return the total sum.
getType() - Method in class org.statcato.calculator.CompUnit
Returns the type of this unit
getUndoPresentationName() - Method in class org.statcato.DialogEdit
 
getValueAt(int, int) - Method in class org.statcato.spreadsheet.Spreadsheet
Returns the value at the given row and column numbers.
getValueAt(int, int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
 
getValues() - Method in class org.statcato.utils.NumDataset
Returns all the data values as vectors of double-value vector.
getVariableName(int) - Method in class org.statcato.spreadsheet.SpreadsheetModel
Returns the variable name at the given column.
getVersionNumberFromWeb() - Static method in class org.statcato.utils.HelperFunctions
Returns the current version number from the Statcato web site.
gif - Static variable in class org.statcato.file.FileChooserUtils
 
GoodnessOfFitDialog - Class in org.statcato.dialogs.stat.multinomial
A dialog for a chi-square goodness-of-fit test given a significance level.
GoodnessOfFitDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.stat.multinomial.GoodnessOfFitDialog
Creates new form GoodnessOfFitDialog
GoodnessOfFitTest - Class in org.statcato.statistics.inferential
A Chi-square goodness-of-fit test.
GoodnessOfFitTest(int, double) - Constructor for class org.statcato.statistics.inferential.GoodnessOfFitTest
Constructor.
GrandMean() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns the grand mean (mean of all the treatment sample means).
GraphFactory - Class in org.statcato.graph
Fumnctions for generating graphs.
GraphFactory() - Constructor for class org.statcato.graph.GraphFactory
 
GraphUtils - Class in org.statcato.graph
Utilities for graph generation and manipulation.
GraphUtils() - Constructor for class org.statcato.graph.GraphUtils
 
GREATER - Static variable in class org.statcato.statistics.inferential.nonparametrics.SignTest
Alternative hypothesis type: greater than
GREATER - Static variable in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankTest
Alternative hypothesis type: greater than
gser(double, double) - Static method in class org.statcato.statistics.SpecialFunctions
Computes the incomplete gamma function P(a, x) evaluated by its series representation and stores in global variable gamser.

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