A vector with n elements that
contains the univariate data.
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:
'alpha',0.99
, 'centering',false
, 'iterating',false
, 'niter',20
Scalar in the interval [0.5 1). The default coverage
probability is 0.95.
Example: 'alpha',0.99
Data Types: double
If centering is true input data are preliminarly centered.
The defalt value of centering is true.
Example: 'centering',false
Data Types: logical
If Boolean is true then an iterative adaptive procedure is
applied. The defalt value of iterating is true.
Example: 'iterating',false
Data Types: logical
This option is used just if previous iterating
is true. The default value of niter is 10.
Example: 'niter',20
Data Types: double