Package: ModEstM
Type: Package
Title: Mode Estimation, Even in the Multimodal Case
Version: 0.0.1
Authors@R: c(
	person("Jerome", "Collet", role = c("aut", "cre"),
	email = "jeromepcollet@gmail.com"))
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) <doi:10.1214/aos/1176345080>.
Depends: R (>= 4.1)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: dplyr, rlang, stats
NeedsCompilation: no
Packaged: 2022-05-19 07:10:02 UTC; Jerome
Author: Jerome Collet [aut, cre]
Maintainer: Jerome Collet <jeromepcollet@gmail.com>
Repository: CRAN
Date/Publication: 2022-05-19 08:10:02 UTC
Built: R 4.5.0; ; 2025-04-02 05:31:03 UTC; unix
