Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

geyser

Waiting time between geyser eruptions


Description

This dataset contains the interval times between the starts of the geyser eruptions on the Old Faithful Geyser in Yellowstone National Park, Wyoming, USA.

Usage

data(geyser)
data(geyserab)
data(geyserh)
data(geyserw)

Format

geyser, geyserh and geyserw include data collected in October 1980. geyser and geyserh were obtained from Table 3 of Härdle (2012), in geyser some repeated data are removed. geyserw was obtained from the Supplementary material of Weisberg (2005). geyserab include data collected in August 1985 from Table 1 in Azzalini and Bowman (1990).

Details

This is a classic example for estimating the density.

Source

Obtained from the original tables in Azzalini and Bowman (1990), Härdle (2012) and Supplementary material of Weisberg (2005).

References

Azzalini, A. and Bowman, A. W. (1990). A look at some data on the Old Faithful geyser. Applied Statistics, 39, 357–365.

Härdle, W. (1991). Smoothing techniques: with implementation in S. New York: Springer-Verlag.

Weisberg, S. (2005). Applied Linear Regression. New York: Wiley.

Examples

data("geyser")
# Kernel density estimation with two modes
locmodes(geyser,mod0=2,display=TRUE)

multimode

Mode Testing and Exploring

v1.5
GPL-3
Authors
Jose Ameijeiras-Alonso [aut,cre], Rosa M. Crujeiras [aut], Alberto Rodríguez-Casal [aut], The R Core Team 1996-2012 [ctb,cph] (C function 'BinDist2' obtained from package 'stats'), The R Foundation 2005 [ctb,cph] (C function 'BinDist2' obtained from package 'stats')
Initial release
2021-03-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.