IMSL C# Numerical Library

ChiSquaredTest.SetRange Method 

Sets endpoints of the range of the distribution.

public void SetRange(
   double lower,
   double upper
);

Parameters

lower
A double which specifies the lower range limit.
upper
A double which specifies the upper range limit.

Remarks

Points outside of the range are ignored so that distributions conditional on the range can be used. In this case, the point lower is excluded from the first interval, but the point upper is included in the last interval.

By default, a range on the whole real line is used.

See Also

ChiSquaredTest Class | Imsl.Stat Namespace