WilcoxonRankSumSetFuzz Method |
Sets the nonnegative constant used to determine ties in computing
ranks in the combined samples.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetFuzz(
double fuzz
)
Public Sub SetFuzz (
fuzz As Double
)
public:
void SetFuzz(
double fuzz
)
member SetFuzz :
fuzz : float -> unit
Parameters
- fuzz
- Type: SystemDouble
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, .
See Also