Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 993 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 993 Bytes

modeest

This is the GitHub repository of the R package modeest.

This package intends to provide estimators of the mode of univariate unimodal (and sometimes multimodal) data and values of the modes of usual probability distributions.

Here are some perspectives I would like to develop with the GitHub community:

  • confidence interval estimation,
  • new estimators of the mode,
  • multivariate mode estimation,
  • mean-shift algorithm and related methods (e.g. mode tree),
  • multimodality tests,
  • highest density region estimation and visualization.

Installation instructions

The release version of modeest can be installed from CRAN.

install.packages("modeest")

The development version of modeest can be installed from GitHub after installing the devtools package.

install.packages("devtools")
devtools::install_github(repo="polmath/modeest")