Class | Description |
---|---|
Analyzer |
Analyzer class - sets up a generic data analyzer, it does not do much aside from
planting the general roots for analyzers
|
AppEngine |
the main class controlling a video tracking application
|
BasicData |
root class for all kinds of data objects
|
BooleanVariable |
handles a variable of Booleans
|
CharVariable |
handles a variable of single characters.
|
ContingencyAnalyzer |
coordinates the analysis of contingency tables in an application.
|
ContingencyTable |
contains a crosstabulation frequency table and performs a variety of statistics
on it, including G-test, Chi-square, mantel, Kendall's Tau, etc.
|
ContTableResults |
holds a set of results obtained for an analysis of a contingency table
|
DataFileParser |
interfaces with disk-based files.
|
DataTable |
Unlike a contingency table, a data table may contain negative values (e.g.
|
DataTablePresenter |
given a DataParser object, its content is formatted automatically and
presented as a JTable object placed within a scrollpane within a frame
|
Descriptives |
provides the interface for obtaining descriptive statistics from continuous
variables.
|
DominanceTable |
contains a table of dominance relationships and performs a variety of statistics
on it, including test of linearity, ordinal ranks, etc.
|
GoodnessOfFitResults |
holds a set of results obtained for an analysis of a contingency table
|
Grid |
provides the interface for obtaining descriptive statistics from continuous
variables.
|
GroupAnalyzer |
Analyzer class - sets up a generic data analyzer, * it does not do much aside from planting the general roots for analyzers
|
HierarchyAnalyzer |
coordinates the analysis of contingency tables in an application.
|
IntegerVariable |
handles a variable of Doubles that represent ordinal data.
|
InteractionTable |
contains a crosstabulation table of interactions between individuals and performs
a variety of statistics on it, including dominance measures, reciprocity, etc.
|
JavaGrinders |
holds info as to version numbers etc.
|
LinearityResults |
holds a set of results obtained for an analysis of linearity applied to a
dominance table
|
NumberDescriptives |
provides the interface for obtaining descriptive statistics from continuous
variables.
|
NumberVariable |
handles things that a general variable containing numbers
should do or know about.
|
PicturePresenterPanel |
a presenter for a picture placed within a JFrame.
|
Presenter |
root class for all kinds of objects that visualize data
|
PresenterPanel |
root class for all kinds of objects that visualize data
|
ReplicatedGAnalyzer |
coordinates the analysis of contingency tables in an application.
|
ReplicatedGoodnessOfFitResults |
holds a set of results obtained for an analysis of a contingency table
|
StatTablePresenter |
given a DataParser object, its content is formatted automatically and
presented as a JTable object placed within a scrollpane within a frame.
|
Stringer |
represents the central entity that reports results.
|
StringVariable |
handles a variable of Strings.
|
StrVariable |
handles a variable of Strings.
|
Variable |
handles things that a general variable should do or know about.
|
VariableDesignRole |
VariableDesignRole class - specifies which role individual variables can play in
experimental designs: "X" - independent variable, "Y" - dependent variable,
"Label" - label, "Frequ" - frequency or "-" - no role
|
VariableFormat |
VariableFormat class - specifies whether variable contains numbers or strings
|
VariableOrganizer |
coordinates a set of variable.
|
VariableType |
VariableType class - specifies the datatype that best characterizes the variable
|
Copyright 2016