BoxPlotStatistics Class |
Namespace: Imsl.Chart2D
The BoxPlotStatistics type exposes the following members.
Name | Description | |
---|---|---|
BoxPlotStatistics |
Creates a new instance of BoxPlot.Statistics.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFarMarkers |
Returns the far markers.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetOutsideMarkers |
Returns the outside markers.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
LowerAdjacentValue |
A double which contains the lower adjacent value.
| |
LowerQuartile |
A double which contains the lower quartile value (25th
percentile).
| |
MaximumValue |
A double which contains the maximum value of this set.
| |
Median |
A double which contains the median value for a set of
observations.
| |
MedianLowerConfidenceInterval |
A double which contains the lower confidence interval for
the median value of this set of observations.
| |
MedianUpperConfidenceInterval |
A double which contains the upper confidence interval for
the median value of this set of observations.
| |
MinimumValue |
A double which contains the minimum value of this set.
| |
NumberObservations |
An int which contains the number of observations in this
set.
| |
UpperAdjacentValue |
A double which contains the upper adjacent value.
| |
UpperQuartile |
A double which contains the upper quartile value (75th
percentile).
|