geyser: Waiting time between geyser eruptions

Description Usage Format Details Source References Examples

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

1
2
3
4

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

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

multimode documentation built on March 21, 2021, 1:06 a.m.