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

M

main(String[]) - Static method in class org.statcato.Statcato
 
makeToolBarButton(String, String, String, String, Action) - Method in class org.statcato.Statcato
Creates a button for the given image and sets its action command, tooltip, and alternative text.
marginOfError() - Method in class org.statcato.statistics.inferential.CI2PopMeanSigmaKnown
Returns the margin of error.
marginOfError() - Method in class org.statcato.statistics.inferential.CI2PopMeanSigmaUnknown
Returns the margin of error.
marginOfError() - Method in class org.statcato.statistics.inferential.CI2PopProp
Returns the margin of error.
marginOfError() - Method in class org.statcato.statistics.inferential.CIMatchedPairs
Returns the margin of error.
marginOfError() - Method in class org.statcato.statistics.inferential.CIOnePopMeanSigmaKnown
Returns the margin of error.
marginOfError() - Method in class org.statcato.statistics.inferential.CIOnePopMeanSigmaUnknown
Returns the margin of error.
marginOfError() - Method in class org.statcato.statistics.inferential.CIOnePopProp
Returns the margin of error.
marginOfError() - Method in class org.statcato.statistics.inferential.ConfidenceInterval
Returns the margin of error.
MatchedPairSignTestDialog - Class in org.statcato.dialogs.stat.nonparametrics
A dialog for the matched-pair sign test (distribution-free, two-sample).
MatchedPairSignTestDialog(Frame, boolean) - Constructor for class org.statcato.dialogs.stat.nonparametrics.MatchedPairSignTestDialog
Creates new form MatchedPairSignTestDialog
MathExpParserComplete - Class in org.statcato.calculator
A parser for mathematical expressions using the recurive descent algorithm.
MathExpParserComplete(Spreadsheet) - Constructor for class org.statcato.calculator.MathExpParserComplete
 
MathFunction - Class in org.statcato.calculator
A mathematical function object defined by a type.
MathFunction(int, boolean) - Constructor for class org.statcato.calculator.MathFunction
 
MathFunctions - Class in org.statcato.calculator
Defines functions used in the calculator.
MathFunctions() - Constructor for class org.statcato.calculator.MathFunctions
 
MathOperations - Class in org.statcato.calculator
Mathematical operations used in the calculator application.
MathOperations() - Constructor for class org.statcato.calculator.MathOperations
 
max(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the maximum of a vector of doubles
max(int[]) - Static method in class org.statcato.statistics.BasicStatistics
Returns the maximum of an array of integers (assume array length > 0).
MAX_N - Static variable in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankPValue
The maximum sample size calculated using exact method.
MAX_SUM - Static variable in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankPValue
The maximum rank sum given the maximum sample size.
maybeShowPopup(MouseEvent) - Method in class org.statcato.utils.PopupListener
Shows the popup menu if the given mouse event should trigger a popup.
mean(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the mean of a vector of numbers.
mean(double, double, double) - Static method in class org.statcato.statistics.inferential.SampleSizeDetermination
Returns the sample size for estimating a population mean given the significance level, standard deviation, and margin of error.
median(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the median of a vector of numbers.
menuActionPerformed(ActionEvent) - Method in class org.statcato.StatcatoChartMenuItem
Restores the frame associated with this menu item.
min(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the minimum of a vector of numbers.
min(int[]) - Static method in class org.statcato.statistics.BasicStatistics
Returns the minimum of an array of integers (assume array length > 0).
mode(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Finds the mode of a vector of numbers and returns a vector of the mode(s) along with the number of occurences for the mode(s).
MODEL - Static variable in class org.statcato.spreadsheet.Spreadsheet
 
moment(Vector<Double>, int) - Static method in class org.statcato.statistics.BasicStatistics
Returns the kth moment about the mean = sum[(x - mean)^k].
mouseClicked(MouseEvent) - Method in class org.statcato.DatasheetTabbedPane
 
mouseEntered(MouseEvent) - Method in class org.statcato.DatasheetTabbedPane
 
mouseExited(MouseEvent) - Method in class org.statcato.DatasheetTabbedPane
 
mousePressed(MouseEvent) - Method in class org.statcato.DatasheetTabbedPane
 
mousePressed(MouseEvent) - Method in class org.statcato.utils.PopupListener
 
mouseReleased(MouseEvent) - Method in class org.statcato.DatasheetTabbedPane
 
mouseReleased(MouseEvent) - Method in class org.statcato.utils.PopupListener
 
MSA() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the mean of squares of factor A = SSA / DOFA.
MSAB() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the mean of squares of interaction AB = SSAB / DOFAB.
MSB() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the mean of squares of factor B = SSB / DOFB.
MSE() - Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the mean of squares of error = SSE / DOFE.
MSError() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns MS(error), the mean of squares of errors.
MSSD(Vector<Double>) - Static method in class org.statcato.statistics.BasicStatistics
Returns the mean of successive squared differences (MSSD).
MSTreatment() - Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns MS(treatment), the mean of squares of treatment.
mu() - Method in class org.statcato.statistics.inferential.nonparametrics.RunsTest
Returns the mean of the distribution of runs, mu = 2 * n1 * n2 / (n1 + n2) + 1.
mu_R() - Method in class org.statcato.statistics.inferential.nonparametrics.WilcoxonRankSumTest
Returns the mean of the distribution of rank sum, mu = n1 * (n1 + n2 + 1) / 2.
MultidimensionalHash - Class in org.statcato.utils
A multidimensional hash that contains the frequencies of multidimensional keys.
MultidimensionalHash(int) - Constructor for class org.statcato.utils.MultidimensionalHash
Constructor.
MultidimensionalHashKey - Class in org.statcato.utils
An object that represents a key into a hash of multiple dimensions.
MultidimensionalHashKey(Vector) - Constructor for class org.statcato.utils.MultidimensionalHashKey
Constructor.
MultipleRegression - Class in org.statcato.statistics.inferential
Multiple regression.
MultipleRegression(Vector<Vector<Double>>, Vector<Double>, boolean) - Constructor for class org.statcato.statistics.inferential.MultipleRegression
Constructor.
MultipleRegression2 - Class in org.statcato.statistics.inferential
Multiple regression for non-linear models.
MultipleRegression2(Vector<Vector<Double>>, Vector<Double>, boolean) - Constructor for class org.statcato.statistics.inferential.MultipleRegression2
Constructor.
MultipleRegressionDialog - Class in org.statcato.dialogs.stat.correg
A dialog for multiple regression between multiple variables.
MultipleRegressionDialog(Frame, boolean, Statcato) - Constructor for class org.statcato.dialogs.stat.correg.MultipleRegressionDialog
Creates new form MultipleRegressionDialog
multiply(Vector<Double>, Vector<Double>) - Static method in class org.statcato.calculator.MathOperations
Multiplies the numbers in the two given vectors in a pairwise fashion.
multiply(CompUnit, CompUnit) - Static method in class org.statcato.calculator.MathOperations
Multiplies two computational units.
MULTIPLY - Static variable in class org.statcato.calculator.Token
 
MutableList - Class in org.statcato.utils
A mutable list.
MutableList() - Constructor for class org.statcato.utils.MutableList
 

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