|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntervalData | |
---|---|
edu.uah.math.devices | |
edu.uah.math.distributions |
Uses of IntervalData in edu.uah.math.devices |
---|
Fields in edu.uah.math.devices declared as IntervalData | |
---|---|
protected IntervalData |
Histogram.data
|
Methods in edu.uah.math.devices that return IntervalData | |
---|---|
IntervalData |
UrnChain.getData()
This method return the interval data. |
IntervalData |
ErrorGraph.getData()
This method returns the data set. |
IntervalData |
DataTable.getData()
This method returns the interval data set. |
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. |
Methods in edu.uah.math.devices with parameters of type IntervalData | |
---|---|
void |
ErrorGraph.setData(IntervalData d)
This method sets the interval data set. |
void |
DataTable.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. |
Constructors in edu.uah.math.devices with parameters of type IntervalData | |
---|---|
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. |
Uses of IntervalData in edu.uah.math.distributions |
---|
Methods in edu.uah.math.distributions that return IntervalData | |
---|---|
IntervalData |
RandomVariable.getIntervalData()
Get the data distribution. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |