OldFaithful2011 {densEstBayes} | R Documentation |
Intervals between geyser eruptions
Description
The OldFaithful2011
array has time interval between eruptions (minutes) for all 3,507 eruptions of the Old Faithful Geyser (Yellowstone National Park, U.S.A.) in the year 2011.
Usage
data(OldFaithful2011)
Format
Each entry of the array is the time interval in minutes between each geyser eruption in chronological order.
Source
The Geyser Observation and Study Association (www.geyserstudy.org).
Examples
library(densEstBayes) ; data(OldFaithful2011)
hist(OldFaithful2011,breaks = 25,col = "gold",
xlab = "time interval between geyser eruptions (minutes)")
dest <- densEstBayes(OldFaithful2011,method="SMFVB")
plot(dest,xlab = "time interval between geyser eruptions (minutes)")
rug(OldFaithful2011,col = "dodgerblue",quiet = TRUE)
[Package densEstBayes version 1.0-2.2 Index]