Package | Description |
---|---|
edu.uah.math.devices | |
edu.uah.math.distributions |
Modifier and Type | Method and Description |
---|---|
IntervalData |
DataTable.getData()
This method returns the interval data set.
|
IntervalData |
ErrorGraph.getData()
This method returns the data set.
|
IntervalData |
UrnChain.getData()
This method return the interval data.
|
IntervalData |
Histogram.getIntervalData()
This method returns the data set.
|
IntervalData |
UserScatterPlot.getXData()
This method returns the x data as an interval dataset.
|
IntervalData |
UserScatterPlot.getYData()
This method returns the y data as an interval dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTable.setData(IntervalData d)
This method sets the interval data set.
|
void |
ErrorGraph.setData(IntervalData d)
This method sets the interval data set.
|
void |
Histogram.setIntervalData(IntervalData d)
This method assigns the data and sets up graph paramters.
|
Constructor and Description |
---|
DataTable(IntervalData d)
This general constructor creates a new data table with a specified interval data set.
|
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)
This general constructor creates a new data graph with a specified domain.
|
Modifier and Type | Method and Description |
---|---|
IntervalData |
RandomVariable.getIntervalData()
Get the data distribution.
|