Click or drag to resize
BoxPlotStatistics Class
Computes the statistics for one set of observations in a Boxplot.
Inheritance Hierarchy
SystemObject
  Imsl.Chart2DBoxPlotStatistics

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public class Statistics

The BoxPlotStatistics type exposes the following members.

Constructors
  NameDescription
Public methodBoxPlotStatistics
Creates a new instance of BoxPlot.Statistics.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFarMarkers
Returns the far markers.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOutsideMarkers
Returns the outside markers.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyLowerAdjacentValue
A double which contains the lower adjacent value.
Public propertyLowerQuartile
A double which contains the lower quartile value (25th percentile).
Public propertyMaximumValue
A double which contains the maximum value of this set.
Public propertyMedian
A double which contains the median value for a set of observations.
Public propertyMedianLowerConfidenceInterval
A double which contains the lower confidence interval for the median value of this set of observations.
Public propertyMedianUpperConfidenceInterval
A double which contains the upper confidence interval for the median value of this set of observations.
Public propertyMinimumValue
A double which contains the minimum value of this set.
Public propertyNumberObservations
An int which contains the number of observations in this set.
Public propertyUpperAdjacentValue
A double which contains the upper adjacent value.
Public propertyUpperQuartile
A double which contains the upper quartile value (75th percentile).
Top
See Also