n x v data matrix; n observations and v variables. Rows of
Y represent observations, and columns represent variables.
Missing values (NaN's) and infinite values (Inf's) are
allowed, since observations (rows) with missing or infinite
values will automatically be excluded from the
computations.
Data Types: single|double
List of units forming the initial subset.
If bsb=0 (default) then the procedure starts with p units randomly
chosen else if bsb is not 0 the search will start with
m0=length(bsb)
Data Types: single | double
Specify optional comma-separated pairs of Name,Value
arguments.
Name
is the argument name and Value
is the corresponding value. Name
must appear
inside single quotes (' '
).
You can specify several name and value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Example:
'init',50
, 'plots',0
, 'msg',0
Note that if bsb is supplied, init>=length(bsb). If init is not
specified it will be set equal to floor(n*0.6).
Example: 'init',50
Data Types: double
If plots=1, a plot of the monitoring of minMD among
the units not belonging to the subset is produced on the
screen with 1% 50% and 99% confidence bands
else (default) no plot is produced.
Example: 'plots',0
Data Types: double
If msg==1 (default) messages are displyed on the screen
else no message is displayed on the screen.
Example: 'msg',0
Data Types: double