0.1.0 ā€¢ Published 7 years ago

old-faithful-geyser v0.1.0

Weekly downloads
6
License
-
Repository
github
Last release
7 years ago

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.

ā€“ Old Faithful Geyser Data

npm version ISC-licensed chat on gitter

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
}

Source

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