|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.Descriptives
JavaGrinders.NumberDescriptives
public class NumberDescriptives
provides the interface for obtaining descriptive statistics from continuous variables.
| Field Summary | |
|---|---|
double |
a1Sum
|
double |
a2Sum
|
double |
a3Sum
|
double |
a4Sum
|
double |
CV
|
double |
Kurtosis
|
double |
Max
|
double |
Mean
|
double |
Min
|
double |
SD
|
double |
SE
|
double |
Skewness
|
double |
Sum
|
double |
tTestP
|
double |
tTestT
|
double |
Variance
|
| Fields inherited from class JavaGrinders.Descriptives |
|---|
df0, df2, df4, df5, frequencies, IDMap, itsIDs, N, nMiss, Nsel, Rows |
| Constructor Summary | |
|---|---|
NumberDescriptives()
empty constructor |
|
| Method Summary | |
|---|---|
void |
list(java.lang.Double extMean)
reports the appropriate descriptives for comparing the variable to an external value |
void |
listBasics()
reports the current values of the variables |
void |
zeroDescriptives()
sets sums for Capture descriptives to zeros |
| Methods inherited from class JavaGrinders.Descriptives |
|---|
clone, list, listIDs, listIDs, listSigStars, setLabel |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double a1Sum
public double a2Sum
public double a3Sum
public double a4Sum
public double Min
public double Max
public double Sum
public double Mean
public double SD
public double SE
public double Variance
public double CV
public double Skewness
public double Kurtosis
public double tTestT
public double tTestP
| Constructor Detail |
|---|
public NumberDescriptives()
| Method Detail |
|---|
public void zeroDescriptives()
zeroDescriptives in class Descriptivespublic void listBasics()
listBasics in class Descriptives
public void list(java.lang.Double extMean)
throws java.lang.Exception
list in class DescriptivesextMean - compare to this mean
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||