Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
R
range(Vector<Double>)
- Static method in class org.statcato.statistics.
BasicStatistics
Returns the range of a vector of numbers.
rank(Vector<DataValue>)
- Static method in class org.statcato.utils.
OrderingFunctions
Returns the ranks of the given DataValue objects.
rankColumnVector(Vector<Cell>, boolean)
- Static method in class org.statcato.utils.
OrderingFunctions
Given a vector of Cells and the sort order, return a vector of Integers that are the ranks of the Cells.
RankCorrelation
- Class in
org.statcato.statistics.inferential.nonparametrics
Spearman's rank correlation between two variables.
RankCorrelation(Vector<Double>, Vector<Double>, double)
- Constructor for class org.statcato.statistics.inferential.nonparametrics.
RankCorrelation
Constructor.
RankCorrelationCoeff()
- Method in class org.statcato.statistics.inferential.nonparametrics.
RankCorrelation
Returns the rank correlation coefficient.
RankCorrelationDialog
- Class in
org.statcato.dialogs.stat.nonparametrics
A dialog for Spearman's rank correlation.
RankCorrelationDialog(Frame, boolean)
- Constructor for class org.statcato.dialogs.stat.nonparametrics.
RankCorrelationDialog
Creates new form RankCorrelationDialog
RankDialog
- Class in
org.statcato.dialogs.data
A dialog for ranking data values in the Datasheet.
RankDialog(Frame, boolean, Statcato)
- Constructor for class org.statcato.dialogs.data.
RankDialog
Creates new form RankDialog
rankDoubleVector(Vector<Double>)
- Static method in class org.statcato.utils.
OrderingFunctions
Returns the ranks of the given DataValue objects.
readExcelFile(File)
- Static method in class org.statcato.utils.
HelperFunctions
Reads an Excel file and returns its contents as a vector of strings of tab-delimited values.
readFile(String)
- Method in class org.statcato.file.
Project
Read a project file from the given path.
reciprocal(CompUnit)
- Static method in class org.statcato.calculator.
MathOperations
Returns the reciprocal of a computational unit.
REG_CUBIC
- Static variable in class org.statcato.graph.
GraphFactory
Cubic regression
REG_EXP
- Static variable in class org.statcato.graph.
GraphFactory
Exponential regression
REG_FIXEDPOW
- Static variable in class org.statcato.graph.
GraphFactory
Fixed power regression
REG_LIN
- Static variable in class org.statcato.graph.
GraphFactory
Linear regression
REG_LOG
- Static variable in class org.statcato.graph.
GraphFactory
Logarithmic regression
REG_NONE
- Static variable in class org.statcato.graph.
GraphFactory
No regression
REG_POLY
- Static variable in class org.statcato.graph.
GraphFactory
Polynomial regression
REG_POW
- Static variable in class org.statcato.graph.
GraphFactory
Power regression
REG_QUAD
- Static variable in class org.statcato.graph.
GraphFactory
Quadratic regression
RegressionEqCoefficients()
- Method in class org.statcato.statistics.inferential.
MultipleRegression
Returns the coefficients of the regression equation y = b_0 + b_1 * x_1 + ...
RegressionEqCoefficients()
- Method in class org.statcato.statistics.inferential.
MultipleRegression2
Returns the coefficients of the regression equation y = b_0 + b_1 * x_1 + ...
RegressionEqSlope()
- Method in class org.statcato.statistics.inferential.
CorrelationRegression
Returns the slope of the regression equation b1.
RegressionEqYInt()
- Method in class org.statcato.statistics.inferential.
CorrelationRegression
Returns the y-intercept of the regression equation b0.
removeChartFrames()
- Method in class org.statcato.
Statcato
Removes all frames from the list of window frames.
removeEndingEmptyCells(Vector<Cell>)
- Static method in class org.statcato.utils.
HelperFunctions
Returns a copy of a vector of Double in which all the null elements at the end are removed.
removeEndingNullValues(Vector<Double>)
- Static method in class org.statcato.utils.
HelperFunctions
Returns a copy of a vector of Double in which all the null elements at the end are removed.
removeNullCells(Vector<Cell>)
- Static method in class org.statcato.utils.
HelperFunctions
Returns a copy of a vector of Cell in which all the null elements are moved.
removeNullValues(Vector<Double>)
- Static method in class org.statcato.utils.
HelperFunctions
Returns a copy of a vector of Double in which all the null elements are removed.
removeOutliers(Vector<Double>)
- Static method in class org.statcato.statistics.
BasicStatistics
Removes the outliers from a vector of double values and returns a vector of the outliers.
removeUndoableEditListener(UndoableEditListener)
- Method in class org.statcato.spreadsheet.
Spreadsheet
removeWindowFrame(StatcatoChartFrame)
- Method in class org.statcato.
Statcato
Removes the given frame from the list of window frames.
resetTabTitles()
- Method in class org.statcato.
DatasheetTabbedPane
Resets the tab titles.
restore()
- Method in class org.statcato.graph.
StatcatoChartFrame
Restores the frame to normal size and brings it to front.
restoreState(Hashtable)
- Method in class org.statcato.spreadsheet.
Spreadsheet
restoreStatusTimer(int)
- Method in class org.statcato.
Statcato
Restores the status bar to the current status in the given amount of time in seconds.
RIGHT_TAIL
- Static variable in class org.statcato.statistics.inferential.
HypothesisTest
Right-tail test
RIGHTPAREN
- Static variable in class org.statcato.calculator.
Token
ROUND
- Static variable in class org.statcato.calculator.
MathFunctions
RowHeaderTable
- Class in
org.statcato.spreadsheet
A table for row header of a spreadsheet.
RowHeaderTable(JTable)
- Constructor for class org.statcato.spreadsheet.
RowHeaderTable
Constructor, given a spreadsheet.
RowHeaderTable.RowHeaderRenderer
- Class in
org.statcato.spreadsheet
A renderer for the row header.
RowHeaderTable.RowHeaderRenderer(JTable)
- Constructor for class org.statcato.spreadsheet.
RowHeaderTable.RowHeaderRenderer
RowStatisticsDialog
- Class in
org.statcato.dialogs.stat.basicstats
A dialog for computing statistics for each row in a set of columns and storing the results in the corresponding rows of a new column.
RowStatisticsDialog(Frame, boolean, Statcato)
- Constructor for class org.statcato.dialogs.stat.basicstats.
RowStatisticsDialog
Creates new form RowStatisticsDialog
rowSum(int)
- Method in class org.statcato.statistics.inferential.
TwoWayANOVA
Returns the row sum A_i = Sum_{j=1...b} {cell sum of y[i][j]}.
RunsTest
- Class in
org.statcato.statistics.inferential.nonparametrics
Runs test for randomness.
RunsTest(int, int, int, double)
- Constructor for class org.statcato.statistics.inferential.nonparametrics.
RunsTest
Constructor, given summarized data.
RunsTest(Vector<Cell>, String, String, double)
- Constructor for class org.statcato.statistics.inferential.nonparametrics.
RunsTest
Constructor, given a vector of Cell containing data of two categories, the two categories, and significance level.
RunsTest(Vector<Double>, double, double)
- Constructor for class org.statcato.statistics.inferential.nonparametrics.
RunsTest
Constructor, given a vector containing numerical data, a separator value, and the significance.
RunsTestDialog
- Class in
org.statcato.dialogs.stat.nonparametrics
A dialog for Spearman's rank correlation.
RunsTestDialog(Frame, boolean)
- Constructor for class org.statcato.dialogs.stat.nonparametrics.
RunsTestDialog
Creates new form RunsTestDialog
RyanJoinerNormalityCV(int, double)
- Static method in class org.statcato.statistics.
BasicStatistics
Returns the critical value used in the Ryan-Joiner normality test.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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