AMLEmode {FitDynMix} | R Documentation |
Approximating the mode of a multivariate empirical distribution
Description
This function approximates the mode of a multivariate empirical distribution by means of:
the sample mean
the product of the maxima of the univariate kernel densities estimated using the marginals
the maximum of the multivariate kernel density
the maximum of the product of the univariate kernel densities Typically used in connection with AMLEfit (see AMLEfit for examples).
Usage
AMLEmode(ABCsam)
Arguments
ABCsam |
(m x k) matrix: ABC sample, where m is the ABC sample size and k is the number of parameters. |
Details
The bandwidth is estimated via smoothed cross-validation
Value
A list containing the 4 approximate modes.
[Package FitDynMix version 1.0.0 Index]