Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 544 Bytes

modeest: Estimation of the mode

The package 'modeest' provides estimators of the mode of univariate unimodal (and sometimes multimodal) data and values of the modes of usual probability distributions.

Installation

You can install the release version of modeest from the CRAN with:

install.packages("modeest")

You can install the development version of modeest from GitHub with:

# install.packages("devtools")
devtools::install_github("paulponcet/modeest")