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 / base / chol2inv < prev    next >
Encoding:
Text File  |  1997-04-23  |  856 b   |  31 lines

  1.     
  2.     _I_n_v_e_r_s_e _f_r_o_m _C_h_o_l_e_s_k_i _D_e_c_o_m_p_o_s_i_t_i_o_n
  3.     
  4.          chol2inv(x, size=ncol(x))
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.                x : a matrix.  The first nc columns of the upper
  9.                    triangle contain the Choleski decomposition
  10.                    of the matrix to be inverted.
  11.     
  12.             size : the number of columns of x containing the
  13.                    choleski decomposition.
  14.     
  15.     _V_a_l_u_e:
  16.     
  17.          This matrix uses the given Choleski decomposition to
  18.          invert the original positive definite matrix.  It
  19.          returns the inverse of the decomposed matrix.
  20.     
  21.     _R_e_f_e_r_e_n_c_e_s:
  22.     
  23.          Dongarra, J. J., J. R. Bunch, C. B. Moler and G. W.
  24.          Stewart (1978).  LINPACK Users Guide.  Philadelphia:
  25.          SIAM Publications.
  26.     
  27.     _S_e_e _A_l_s_o:
  28.     
  29.          chol, solve.
  30.     
  31.