IMSL C# Numerical Library

RChart Constructor (AxisXY, Int32, Double[])

Creates an R chart given the ranges for a series of equally sized samples.

public RChart(
   AxisXY axis,
   int sampleSize,
   double[] range
);

Parameters

axis
The AxisXY parent of this node.
sampleSize
The number of observations in each sample. It must be at least 2 and no more than 50.
range
An array containing the data ranges for a series of samples.

See Also

RChart Class | Imsl.Chart2D.QC Namespace | RChart Constructor Overload List