multimode (version 1.4)

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)

Arguments

Format

geyser, geyserh and geyserw include data collected in October 1980. geyser and geyserh were obtained from Table 3 of H<U+00E4>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.

References

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

H<U+00E4>rdle, W. (1991). Smoothing techniques: with implementation in S. New York: Springer-Verlag.

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

Examples

Run this code
# NOT RUN {
data("geyser")
# Kernel density estimation with two modes
locmodes(geyser,mod0=2,display=TRUE)

# }

Run the code above in your browser using DataCamp Workspace