index 16









P-Index







function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="P-Index";
}
}



















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

P

parent -
Variable in class org.statcato.graph.StatcatoChartFrame
Parent frame
ParentSpreadsheet -
Variable in class org.statcato.StatcatoDialog
 
parse(String, boolean) -
Method in class org.statcato.calculator.MathExpParserComplete
Parses the given expression.
parseColumnNumber(String) -
Method in class org.statcato.spreadsheet.Spreadsheet
Returns the column number embedded in the constructed string "Cx variable_name".
parseCSV(String) -
Static method in class org.statcato.utils.HelperFunctions
Parses a string of comma-separated values and converts it into a string of tab-delimited values.
parseString(String) -
Static method in class org.statcato.utils.HelperFunctions
Returns a vector of substrings in the given input string.
pdf -
Static variable in class org.statcato.file.FileChooserUtils
 
percentile(Vector<Double>, double) -
Static method in class org.statcato.statistics.BasicStatistics
Returns the i'th percentile of a vector of numbers as a Double object.
PI -
Static variable in class org.statcato.calculator.MathFunctions
 
PieChartDialog - Class in org.statcato.dialogs.graphA dialog for creating pie charts.PieChartDialog(Frame, boolean, Statcato) -
Constructor for class org.statcato.dialogs.graph.PieChartDialog
Creates new form PieChartDialog
png -
Static variable in class org.statcato.file.FileChooserUtils
 
PoissonDistributionDialog - Class in org.statcato.dialogs.calc.probdistA dialog for Poisson probability distribution.PoissonDistributionDialog(Frame, boolean, Statcato) -
Constructor for class org.statcato.dialogs.calc.probdist.PoissonDistributionDialog
Creates new form PoissonDistributionDialog
PoissonProbabilityDistribution - Class in org.statcato.statisticsPoisson probability distribution class.PoissonProbabilityDistribution(double) -
Constructor for class org.statcato.statistics.PoissonProbabilityDistribution
Constructs a poisson probability distribution with the given mean.
populateAllColumnsList(JList) -
Method in class org.statcato.spreadsheet.Spreadsheet
Populates the given list with all existing columns in this object
populateColumnsList(JList) -
Method in class org.statcato.spreadsheet.Spreadsheet
Populates the given list with columns in this object that contain data.
populateComboBox(JComboBox) -
Method in class org.statcato.spreadsheet.Spreadsheet
Populates the given combo box with columns in this object that contain data.
populateMutableColumnsList(JList) -
Method in class org.statcato.spreadsheet.Spreadsheet
Populates the given mutable list with columns in this object that contain data.
PopupListener - Class in org.statcato.utilsA mouse listener for popups.PopupListener(JPopupMenu) -
Constructor for class org.statcato.utils.PopupListener
Constructor, given a popup menu for which the listener is used.
power(CompUnit, CompUnit) -
Static method in class org.statcato.calculator.MathOperations
Returns the value of the first computation unit raised to the second computational unit.
power(Vector<Double>, Vector<Double>) -
Static method in class org.statcato.calculator.MathOperations
For each pair of numbers in the corresponding positions in the two vectors, raises the first number to the power specified by the second number.
POWER -
Static variable in class org.statcato.calculator.Token
 
powerVector(Vector<Double>, int) -
Static method in class org.statcato.utils.HelperFunctions
Returns a copy of a vector of Double in which each element is raised to a given power.
powerVector(Vector<Double>, double) -
Static method in class org.statcato.utils.HelperFunctions
Returns a copy of a vector of Double in which each element is raised to a given power.
print(Graphics, PageFormat, int) -
Method in class org.statcato.utils.PrintMe
 
print(JTextPane) -
Method in class org.statcato.utils.PrintMe
 
PrintControlTable(JTable, String, String, String, String) -
Static method in class org.statcato.utils.JFreeReportPrintUtil
Prints a table using JFreeReport.
PrintDatasheetDialog - Class in org.statcato.dialogs.fileA dialog that provides print options and prints the active Datasheet.PrintDatasheetDialog(Frame, boolean, Statcato) -
Constructor for class org.statcato.dialogs.file.PrintDatasheetDialog
Creates new form PrintDatasheetDialog
printDebug(String) -
Static method in class org.statcato.graph.StemAndLeafPlot
Prints the given debug message to the standard output.
printDebugData() -
Method in class org.statcato.spreadsheet.SpreadsheetModel
Prints debug data.
printDoubleVectorToString(Vector<Double>) -
Static method in class org.statcato.utils.HelperFunctions
 
PrintLogDialog - Class in org.statcato.dialogs.fileA dialog that provides print options and prints the log window.PrintLogDialog(Frame, boolean, Statcato) -
Constructor for class org.statcato.dialogs.file.PrintLogDialog
Creates new form PrintLogDialog
PrintMe - Class in org.statcato.utilsPrints text components.PrintMe() -
Constructor for class org.statcato.utils.PrintMe
 
printRemaining() -
Method in class org.statcato.calculator.TokenScanner
Prints the string remaining to be scanned.
printVector(Vector) -
Static method in class org.statcato.utils.HelperFunctions
Displays to standard output the contents of a vector.
printVectors(Vector<Vector<Cell>>) -
Static method in class org.statcato.utils.HelperFunctions
Prints the contents of a vector of vectors to the standard output.
printVectorToString(Vector) -
Static method in class org.statcato.utils.HelperFunctions
 
ProbabilityDistribution - Class in org.statcato.statisticsAbtract base class of different types of continuous probability distributions.ProbabilityDistribution() -
Constructor for class org.statcato.statistics.ProbabilityDistribution
 
Project - Class in org.statcato.fileA project file that stores the LogWindow instance, DatasheetTabbedPane instance,as well as generated charts of this application.Project(Statcato) -
Constructor for class org.statcato.file.Project
Constructor.
project -
Variable in class org.statcato.Statcato
 
proportion(double, double, double) -
Static method in class org.statcato.statistics.inferential.SampleSizeDetermination
Returns the sample size for estimating a population proportion given the significance level, proportion estimate, and margin of error.
put(MultidimensionalHashKey) -
Method in class org.statcato.utils.MultidimensionalHash
Increases the frequency of the given key value by one.
pValue() -
Method in class org.statcato.statistics.inferential.ContingencyTable
Returns the p-Value corresponding to the test statistic in a chi-square distribution.
PValue() -
Method in class org.statcato.statistics.inferential.CorrelationRegression
Returns the p-Value corresponding to the test statistic.
pValue(double) -
Method in class org.statcato.statistics.inferential.GoodnessOfFitTest
Returns the p-Value corresponding to the given test statistic in a chi-square distribution.
pValue(double) -
Method in class org.statcato.statistics.inferential.HypothesisTest1MeanSigmaKnown
Returns the p-value corresponding to xBar in a z distribution.
pValue(double) -
Method in class org.statcato.statistics.inferential.HypothesisTest1MeanSigmaUnknown
Returns the p-value corresponding to xBar in a t distribution.
pValue(double) -
Method in class org.statcato.statistics.inferential.HypothesisTest1Prop
Returns the p-value corresponding to pHat in a z distribution.
pValue(double) -
Method in class org.statcato.statistics.inferential.HypothesisTest1Var
Returns the p-value corresponding to s2 in a chi-square distribution.
pValue() -
Method in class org.statcato.statistics.inferential.HypothesisTest2MeanSigmaKnown
Returns the p-value in a z distribution.
pValue() -
Method in class org.statcato.statistics.inferential.HypothesisTest2MeanSigmaUnknown
Returns the p-value.
pValue() -
Method in class org.statcato.statistics.inferential.HypothesisTest2Prop
Returns the p-value.
pValue() -
Method in class org.statcato.statistics.inferential.HypothesisTest2Var
Returns the p-value in a F distribution.
pValue(double) -
Method in class org.statcato.statistics.inferential.HypothesisTestMatchedPairs
Returns the p-value corresponding to dBar in a t distribution.
PValue() -
Method in class org.statcato.statistics.inferential.MultipleRegression
Returns the p-Value of test statistics.
PValue() -
Method in class org.statcato.statistics.inferential.MultipleRegression2
Returns the p-Value of test statistics.
pValue() -
Method in class org.statcato.statistics.inferential.nonparametrics.KruskalWallisTest
Returns the p-value.
PValue() -
Method in class org.statcato.statistics.inferential.nonparametrics.RankCorrelation
Returns the p-Value corresponding to the test statistic.
pValue() -
Method in class org.statcato.statistics.inferential.nonparametrics.RunsTest
Returns the p-value.
pValue() -
Method in class org.statcato.statistics.inferential.nonparametrics.SignTest
Returns the p-value.
pvalue -
Static variable in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankPValue
Two-dimensional array of double values representing the cumulative p-values of each rank sum corresponding to the sample size.
pValue() -
Method in class org.statcato.statistics.inferential.nonparametrics.WilcoxonSignedRankTest
Returns the p-value.
PValue() -
Method in class org.statcato.statistics.inferential.OneWayANOVA
Returns the p-Value corresponding to the test statistic.
pValue_R() -
Method in class org.statcato.statistics.inferential.nonparametrics.WilcoxonRankSumTest
Returns the p-value.
PValueA() -
Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the p-Value corresponding to the F test statistic for factor A.
PValueAB() -
Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the p-Value corresponding to the F test statistic for interaction AB.
PValueB() -
Method in class org.statcato.statistics.inferential.TwoWayANOVA
Returns the p-Value corresponding to the F test statistic for factor B.
PvalueDialog - Class in org.statcato.dialogs.calcA dialog for computing p-Values of four types of distributions (normal, Student's t, chi-square, and F) and three types of tests (left-tail, right-tail, and two-tail), given the distribution parameters and test statistic.PvalueDialog(Frame, boolean, Statcato) -
Constructor for class org.statcato.dialogs.calc.PvalueDialog
Creates new form PvalueDialog













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





Wyszukiwarka

Podobne podstrony:
index 16 (2)
INDEX 16 (3)
!index (16)
index 16 dat
index 16
index
index
index

więcej podobnych podstron