old-faithful-geyser
v0.1.0
Published
Testing data with waiting times between eruptions of the Old Faithful Geyser.
Downloads
7
Maintainers
Readme
old-faithful-geyser
A testing dataset containing waiting times between eruptions of the Old Faithful Geyser.
Waiting time between eruptions and the duration of the eruption for the Old Faithful geyser in Yellowstone National Park, Wyoming, USA. A data frame with 272 observations on 2 variables.
Installing
npm install old-faithful-geyser
Usage
const faithful = require('old-faithful-geyser')
console.log(faithful[10])
{
d: 1.833, // duration of the eruption, in minutes
w: 54 // waiting time to the next eruption, in minutes
}