Sets the nonnegative constant used to determine ties in computing ranks in the combined samples.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void SetFuzz(
	double fuzz
)
Visual Basic (Declaration)
Public Sub SetFuzz ( _
	fuzz As Double _
)
Visual C++
public:
void SetFuzz(
	double fuzz
)

Parameters

fuzz
Type: System..::.Double
A double scalar containing the nonnegative constant used to determine ties in computing ranks in the combined samples.

Remarks

A tie is declared when two observations in the combined sample are within fuzz of each other. By default, {\rm {fuzz}} = 
            100 \times 2.2204460492503131e-16 \times {\rm {max}} (|x_{i1}|, 
            |x_{j2}|).

See Also