Package | Description |
---|---|
edu.ucla.stat.SOCR.core | |
edu.ucla.stat.SOCR.distributions | |
edu.ucla.stat.SOCR.util |
Modifier and Type | Field and Description |
---|---|
protected Domain |
GraphPanels.domain |
Modifier and Type | Method and Description |
---|---|
Domain |
Distribution.getDomain()
This method returns the domain of the distribution.
|
Domain |
Distribution.getMgfDomain()
This method returns the domain of the mgf for that particular distribution.
|
Domain |
Distribution.getPGFDomain()
This method returns the domain of the pgf for that particular distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphPanel.drawAxis(java.awt.Graphics g,
Domain d,
double c,
int orientation,
int type)
This method draws an axis corresponding to a partition of an interval at
position c relative to the other variable.
|
void |
GraphPanels.drawAxis(java.awt.Graphics g,
Domain d,
double c,
int orientation,
int type)
This method draws an axis corresponding to a partition of an interval at
position c relative to the other variable.
|
protected void |
Distribution.setDomain(Domain d)
This method sets the domain of the distribution for purposes of data
collection and for default computations.
|
protected void |
Distribution.setMGFDomain(Domain d)
This method sets the moment generating function's domain of the distribution
for purposes of data collection and for default computations.
|
protected void |
Distribution.setPGFDomain(Domain d)
This method sets the moment generating function's domain of the distribution
for purposes of data collection and for default computations.
|
Modifier and Type | Method and Description |
---|---|
Domain |
IntervalData.getDomain()
This method returns the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
IntervalData.setDomain(Domain d)
This method sets the domain of the data set.
|
Constructor and Description |
---|
IntervalData(Domain d)
This special constructor creates a new data distribution with a specified
domain and the default name "X".
|
IntervalData(Domain d,
java.lang.String n)
This general constructor creates a new data distribution with a specified
domain and a specified name
|
Modifier and Type | Field and Description |
---|---|
protected Domain |
NormalCurve.domain |
protected Domain |
varHistogram.domain |
Modifier and Type | Method and Description |
---|---|
void |
Graph.drawAxis(java.awt.Graphics g,
Domain domain,
double c,
int orientation,
int type)
This method draws an axis corresponding to a partition of an interval at position c relative to the other variable.
|
void |
Graph.drawAxis(java.awt.Graphics g,
Domain domain,
double c,
int orientation,
int type,
java.util.ArrayList list) |
protected void |
NormalCurve.drawAxisWithDomain(java.awt.Graphics g,
Domain domain,
double c,
int orientation,
int type,
java.util.ArrayList list) |
protected void |
Graph.drawAxisWithDomain(java.awt.Graphics g,
Domain domain,
double c,
int orientation,
int type,
java.util.ArrayList list) |
void |
RandomVariableGraph.setDomain(Domain d)
This method sets the domain for the horizontal axis.
|