Package | Description |
---|---|
edu.ucla.stat.SOCR.distributions | |
edu.ucla.stat.SOCR.util |
Modifier and Type | Method and Description |
---|---|
IntervalData |
RandomVariable.getIntervalData()
Get the data distribution
|
Modifier and Type | Field and Description |
---|---|
protected IntervalData |
varHistogram.data |
protected IntervalData |
NormalCurve.intervalData |
Modifier and Type | Method and Description |
---|---|
IntervalData |
varHistogram.getIntervalData()
This method returns the data set.
|
IntervalData |
DataGraph.getIntervalData()
This method returns the data set.
|
IntervalData |
Histogram.getIntervalData()
This method returns the data set.
|
IntervalData |
UserScatterPlot.getXData()
This method returns the x data
|
IntervalData |
UserScatterPlot.getYData()
This method returns the y data
|
Modifier and Type | Method and Description |
---|---|
void |
DataTable.setData(IntervalData d)
This method sets the data set
|
void |
ErrorGraph.setData(IntervalData d)
This method sets the data set.
|
void |
varHistogram.setIntervalData(IntervalData d)
This method assigns the data and sets up graph paramters
|
void |
DataGraph.setIntervalData(IntervalData d)
This method assigns the data and sets up graph paramters
|
void |
Histogram.setIntervalData(IntervalData d)
This method assigns the data and sets up graph paramters
|
Constructor and Description |
---|
DataGraph(IntervalData d,
int t)
This general constructor creates a new data graph with a specified data set and axis type.
|
DataTable(IntervalData d)
Constructor
|
DataTable(IntervalData d,
int t)
Constructor
|
ErrorGraph(IntervalData d,
int t)
This general constructor creates a new error graph of a specified type and with a specified
data set.
|
Histogram(IntervalData d,
int t)
This general constructor creates a new data graph with a specified data set and axis type.
|
varHistogram(IntervalData d,
int t) |
varHistogram(IntervalData d,
int t,
int modelType) |