The structure
contains the uni/bi-variate data to be thinned on the
basis of a probability density estimate.
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:
,
The bandwidth used to estimate
the density. It can be estimated from the data using
function bwe.
Data Types - scalar
Example:
Data Types: scalar
Example - bandwidth,0.35
The function used to retain the
observations. It can be:
- 'inverse' , i.e. (1 ./ pdfe) / max((1 ./ pdfe)))
- 'comp2one' (default), i.e. 1 - pdfe/max(pdfe))
Data Types - char
Example:
Data Types: char
Example - 'method','comp2one'