Skip to content

Use the Unbiased Cross Validation Criterion to create a histogram in R with good bin widths and origin.

Notifications You must be signed in to change notification settings

iamgiddyaboutgit/optimal-histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

optimal-histogram

This script creates a function that allows R users to make better histograms.
This new histogram function is meant as an improvement over the base R function hist. We use the Unbiased Cross Validation Criterion to choose good bin widths and origin.

Idea for this function came from the text: Modern Multivariate Statistical Techniques: Regression, Classification, and Manifolding Learning by Alan Julian Izenman

About

Use the Unbiased Cross Validation Criterion to create a histogram in R with good bin widths and origin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages