records                 package:evir                 R Documentation

_C_a_l_c_u_l_a_t_e _R_e_c_o_r_d _D_e_v_e_l_o_p_m_e_n_t

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

     Creates a data frame showing the development of records in  a
     dataset and calculating the expected behaviour for iid data.

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

     records(data, do.plot = TRUE, conf.level = 0.95, ...)

_A_r_g_u_m_e_n_t_s:

    data: data vector

 do.plot: whether a plot of record development should be created

conf.level: confidence level for record development plot

     ...: graphics parameters

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

     Records are counted and the observations at which they occur 
     recorded. This is compared with the expected behaviour for iid 
     data.

_V_a_l_u_e:

     A data frame.

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

     ## Not run: data(danish)
     ## Not run: records(danish) 
     # Record fire insurance losses in Denmark 

