Faithful                package:mixAK                R Documentation

_O_l_d _F_a_i_t_h_f_u_l _G_e_y_s_e_r _D_a_t_a

_D_e_s_c_r_i_p_t_i_o_n:

     Waiting time between eruptions and the duration of the eruption
     for the Old Faithful geyser in Yellowstone National Park, Wyoming,
     USA, version used in H&#228rdle, W. (1991).

_U_s_a_g_e:

     data(Faithful)

_F_o_r_m_a_t:

     A data frame with 272 observations on 2 variables.

     '_e_r_u_p_t_i_o_n_s' eruption time in minutes

     '_w_a_i_t_i_n_g' waiting time to the next eruption in minutes    

_D_e_t_a_i_l_s:

     There are many versions of this dataset around. Azzalini and
     Bowman (1990) use a more complete version.

_S_o_u_r_c_e:

     R package MASS

_R_e_f_e_r_e_n_c_e_s:

     H&#228rdle, W. (1991). _Smoothing Techniques with Implementation
     in S_. New York: Springer.

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

_S_e_e _A_l_s_o:

     'geyser'.

_E_x_a_m_p_l_e_s:

     data(Faithful)
     summary(Faithful)

