|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.Descriptives
public class Descriptives
provides the interface for obtaining descriptive statistics from continuous variables.
| Field Summary | |
|---|---|
java.text.DecimalFormat |
df0
|
java.text.DecimalFormat |
df2
|
java.text.DecimalFormat |
df4
|
java.text.DecimalFormat |
df5
|
int[] |
frequencies
|
java.util.TreeMap |
IDMap
|
java.lang.Object[] |
itsIDs
|
int |
N
|
int |
nMiss
|
int |
Nsel
|
int |
Rows
|
| Constructor Summary | |
|---|---|
Descriptives()
empty private constructor ensures that the only objects of this type are the elements enumerated above |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
clone the object |
void |
list()
reports the appropriate descriptives for the variable |
void |
list(java.lang.Double hypValue)
reports the appropriate descriptives for comparing the variable to an external value |
void |
listBasics()
reports the current descriptives for the variable |
void |
listIDs()
lists the frequencies for all instances of the variable using the currently selected set of rows |
void |
listIDs(int maxInstances)
lists the frequencies for different instances of the variable using the currently selected set of rows up to the specified number of maxInstances |
java.lang.String |
listSigStars(double p)
adds stars to indicate levels of significance |
void |
setLabel(java.lang.String theLabel)
sets a label for the descriptives as a tag in reporting |
void |
zeroDescriptives()
sets sums for Capture descriptives to zeros |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int Rows
public int Nsel
public int N
public int nMiss
public java.text.DecimalFormat df5
public java.text.DecimalFormat df4
public java.text.DecimalFormat df2
public java.text.DecimalFormat df0
public java.util.TreeMap IDMap
public java.lang.Object[] itsIDs
public int[] frequencies
| Constructor Detail |
|---|
public Descriptives()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void zeroDescriptives()
public void setLabel(java.lang.String theLabel)
public void listBasics()
public void list()
throws java.lang.Exception
java.lang.Exception
public void list(java.lang.Double hypValue)
throws java.lang.Exception
hypValue - compare to this value
java.lang.Exception
public void listIDs()
throws java.lang.Exception
java.lang.Exception
public void listIDs(int maxInstances)
throws java.lang.Exception
maxInstances - report frequencies for that many instances
java.lang.Exceptionpublic java.lang.String listSigStars(double p)
p - the p value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||