mscale_algorithm_options {pense} | R Documentation |
Options for the M-scale Estimation Algorithm
Description
Options for the M-scale Estimation Algorithm
Usage
mscale_algorithm_options(max_it = 200, eps = 1e-08)
Arguments
max_it |
maximum number of iterations. |
eps |
numerical tolerance to check for convergence. |
Value
options for the M-scale estimation algorithm.
[Package pense version 2.2.2 Index]