Learn R Programming

ModEstM (version 0.0.1)

Mode Estimation, Even in the Multimodal Case

Description

Function ModEstM() is the only one of this package, it estimates the modes of an empirical univariate distribution. It relies on the stats::density() function, even for input control. Due to very good performance of the density estimation, computation time is not an issue. The multiple modes are handled using dplyr::group_by(). For conditions and rates of convergences, see Eddy (1980) .

Copy Link

Version

Install

install.packages('ModEstM')

Monthly Downloads

184

Version

0.0.1

License

GPL-3

Maintainer

Jerome Collet

Last Published

May 19th, 2022

Functions in ModEstM (0.0.1)

ModEstM

Computes the modes, i.e. the local maxima fo the density function for a given empirical distribution