BoxPlotStatistics Constructor |
Creates a new instance of BoxPlot.Statistics.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Statistics(
double[] obs
)
Public Sub New (
obs As Double()
)
public:
Statistics(
array<double>^ obs
)
new :
obs : float[] -> Statistics
Parameters
- obs
- Type: SystemDouble
A double[] containing the set of observations.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if there are fewer than 4 observations.
|
Remarks
There must be at least 4 observations to compute the statistics.
See Also