Vector containing strictly numerical data
Data Types: 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:
'freq',1:10
, 'ExactFormula',true
, 'plots',true
Vector of the same legth of Q containing the frequencies
associated to each value of x. If freq is not it is assumed that
all observations have the same (relative) frequency.
Example: 'freq',1:10
Data Types: double
Use of exact or approximate formula.
The default is to use the exact formula if previously
option freq has not been supplied, else approximate formula
is used. Option ExactFormula overwrites the default.
Example: 'ExactFormula',true
Data Types: boolean
If plots is true an additional plot which shows
the concentration area is displayed on the screen. The
default value of plots is false.
Example: 'plots',true
Data Types: boolean