GitHub - robjhyndman/hdrcde: Highest density regions and conditional density estimation (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repository files navigation

hdrcde: Highest Density Regions and Conditional Density Estimation

R-CMD-check CRAN_Status_Badge Downloads Licence

The R package hdrcde provides tools for computing highest density regions in one and two dimensions, kernel estimates of univariate density functions conditional on one covariate, and multimodal regression.

This package implements the methods described in the following papers.

Installation

You can install the stable version onR CRAN.

install.packages('hdrcde', dependencies = TRUE)

You can install the development version fromGithub

install.packages("devtools")

devtools::install_github("robjhyndman/hdrcde")

License

This package is free and open source software, licensed under GPL 3.