|
JMSLTM Numerical Library 4.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.imsl.chart.BoxPlot.Statistics
Computes the statistics for one set of observations in a
Boxplot.
| Field Summary | |
static long |
serialVersionUID
|
| Constructor Summary | |
BoxPlot.Statistics(double[] obs)
Creates a new instance of BoxPlot.Statistics. |
|
| Method Summary | |
double[] |
getFarMarkers()
Returns the array of far markers. |
double |
getLowerAdjacentValue()
Returns the lower adjacent value. |
double |
getLowerQuartile()
Returns the lower quartile value. |
double |
getMaximumValue()
Returns the maximum value of the observations. |
double |
getMedian()
Returns the median value. |
double |
getMedianLowerConfidenceInterval()
Returns the lower confidence interval for the median. |
double |
getMedianUpperConfidenceInterval()
Returns the upper confidence interval for the median. |
double |
getMinimumValue()
Returns the minimum value of the observations. |
int |
getNumberObservations()
Returns the number of observations. |
double[] |
getOutsideMarkers()
Returns the array of outside markers. |
double |
getUpperAdjacentValue()
Returns the lower adjacent value. |
double |
getUpperQuartile()
Returns the upper quartile value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final long serialVersionUID
| Constructor Detail |
public BoxPlot.Statistics(double[] obs)
BoxPlot.Statistics.
obs - a double array containing the set of
observations.
There must be at least 4 observations to compute the statistics.
IllegalArgumentException - is thrown if there are
fewer than 4 observations.| Method Detail |
public double[] getFarMarkers()
double array containing the far markers for
this setpublic double getLowerAdjacentValue()
double which specifies the lower adjacent
valuepublic double getLowerQuartile()
double which specifies the lower quartile
value (25th percentile)public double getMaximumValue()
double which specifies the the maximum value
of this setpublic double getMedian()
double which specifies the median value for
the set of observationspublic double getMedianLowerConfidenceInterval()
double which specifies the lower confidence
interval for the median value of this set of observationspublic double getMedianUpperConfidenceInterval()
double which specifies the upper confidence
interval for the median value of this set of observationspublic double getMinimumValue()
double which specifies the the minimum value
of this setpublic int getNumberObservations()
int which specifies the number of
observations in this setpublic double[] getOutsideMarkers()
double array containing the outside markers
for this setpublic double getUpperAdjacentValue()
double which specifies the upper adjacent
valuepublic double getUpperQuartile()
double which specifies the upper quartile
value (75th percentile)
|
JMSLTM Numerical Library 4.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||