public class CorrelationResults extends SquaresCrossproductResults
Modifier and Type | Field and Description |
---|---|
double |
F |
double |
FProb |
double |
MeasureOfAssoc |
double |
R |
double |
R2 |
double |
R2adj |
double |
stErr |
MeanX, SSX, SSXY, SumX, SumX2, SumXY, VarXY
CV, Kurtosis, Max, MeanY, Min, SDY, SE, Skewness, SSY, SumY, SumY2, SumY3, SumY4, t, tProb, VarY
frequencies, IDMap, itsIDs, label, needsRefresh, nMiss, nSel, nUse, Rows
Constructor and Description |
---|
CorrelationResults()
empty constructor
|
Modifier and Type | Method and Description |
---|---|
void |
BasicCalculations()
fill terms once the sums are filled
|
void |
completeCalculations()
fill all the remaining terms once the sums are filled
|
void |
list()
reports the current values of the variables
|
void |
listF()
reports the comparison fo the statisic with the F-distribution
|
void |
listt()
reports the comparison fo the statisic with the F-distribution
|
void |
zeroDescriptives()
sets sums for descriptives to zeros
|
getHotellingF
list, listBasics
clone, listAll, listAll, listIDs, listIDs, listSigStars, setLabel
public double MeasureOfAssoc
public double R
public double R2
public double R2adj
public double stErr
public double F
public double FProb
public void zeroDescriptives()
zeroDescriptives
in class SquaresCrossproductResults
public void BasicCalculations()
public void completeCalculations()
completeCalculations
in class SquaresCrossproductResults
public void list()
list
in class SquaresCrossproductResults
public void listF()
public void listt()
RH, 2017