xSim                 package:lokern                 R Documentation

_S_i_m_u_l_a_t_e_d _L_i_n_e_a_r _p_l_u_s _E_x_p_o_n_e_n_t_i_a_l _P_e_a_k

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

     This is simulated data, a linear plus an exponential peak. In
     similar form, data like this appears in the smoothing literature
     since at least the eighties.

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

     data(xSim)

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

     A vector of 75 numbers between -3.1323 and 4.4505, all rounded to
     4 digits after the decimal.

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

     <URL: http://www.unizh.ch/biostat/Software/kernf77.html>.

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

     The example in `glkerns' replicates the computations and plots
     from the source given.

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

     data(xSim)
     plot(xSim, main = "`xSim' - N=75 simulated linear + peak")

