home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / local / dlwb < prev    next >
Encoding:
Text File  |  1997-09-13  |  914 b   |  43 lines

  1.     
  2.     _d_l_w_b: _L_o_c_a_l _L_i_n_e_a_r _R_e_g_r_e_s_s_i_o_n _w_i_t_h _W_e_i_g_h_t_s
  3.     
  4.          dlwb(x, y, rw, f)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.                 x:
  9.          a vector containing the independent variable.
  10.     
  11.                 y:
  12.          a vector containing the response variable.
  13.     
  14.                rw:
  15.          an optional vector of weights.
  16.     
  17.                 f:
  18.          a smoothing parameter specifying the fraction of the
  19.          data to be used.
  20.     
  21.               Value:
  22.     
  23.               structure with the following components:
  24.     
  25.                 x:
  26.          the input x vector.
  27.     
  28.                ys:
  29.          the smoothed y vector.
  30.     
  31.          Description:
  32.     
  33.           Uses a modified version of the lowess algorithm.
  34.     
  35.          .Cleveland, W. S. (1979).  Robust locally weighted
  36.          regression and smoothing scatterplots.  J. Amer. Sta-
  37.          tist. Assoc. 74, 829-836.
  38.     
  39.     _E_x_a_m_p_l_e_s:
  40.     
  41.          see lowess.
  42.     
  43.