public class SquaresCrossproductResults extends NumberDescriptives
Modifier and Type | Field and Description |
---|---|
double |
MeanX |
double |
SSX |
double |
SSXY |
double |
SumX |
double |
SumX2 |
double |
SumXY |
double |
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 |
---|
SquaresCrossproductResults()
empty constructor
|
Modifier and Type | Method and Description |
---|---|
void |
completeCalculations()
fill all the remaining terms once the sums are filled
|
double |
getHotellingF(SquaresCrossproductResults theOtherSSCP)
returns Hotelling's Statistic for differences in mean angle
|
void |
list()
reports the current values of the variables
|
void |
zeroDescriptives()
sets sums for Capture descriptives to zeros
|
list, listBasics
clone, listAll, listAll, listIDs, listIDs, listSigStars, setLabel
public double SumX
public double SumX2
public double SumXY
public double MeanX
public double SSX
public double SSXY
public double VarXY
public void zeroDescriptives()
zeroDescriptives
in class NumberDescriptives
public void completeCalculations()
public double getHotellingF(SquaresCrossproductResults theOtherSSCP) throws java.lang.Exception
java.lang.Exception
public void list()
list
in class Descriptives
RH, 2017