IMSL C# Numerical Library

BoxPlot.Statistics Members

BoxPlot.Statistics overview

Public Instance Constructors

BoxPlot.Statistics Constructor Creates a new instance of BoxPlot.Statistics.

Public Instance Properties

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).

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetFarMarkers Returns the far markers.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetOutsideMarkers Returns the outside markers.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

BoxPlot.Statistics Class | Imsl.Chart2D Namespace