search for: nullspac

Displaying 2 results from an estimated 2 matches for "nullspac".

Did you mean: nullspace
2003 May 08
2
natural splines
...x,,knots,intercept=TRUE) produces an n by K+2 matrix N, the values of K+2 basis functions for the natural splines with K (internal) knots, evaluated at x. It does this by first generating an n by K+4 matrix B of unconstrained splines, then postmultiplying B by H, a K+4 by K+2 representation of the nullspace of C (2 by K+4), which contains the 2nd derivatives of the unconstrained splines evaluated at the boundary knots. E.g. see Hastie and Tibshirani, Generalized Additive Models, exercise 2.5, p36. The QR decomposition is used to get H. This can produce basis functions which, while technically corr...
2012 Dec 12
4
Matrix multiplication
Hi, I have a transition matrix T for which I want to find the steady state matrix for. This could be approximated by taking T^n , for large n. T= [ 0.8797 0.0382 0.0527 0.0008 0.0212 0.8002 0.0041 0.0143 0.0981 0.0273 0.8802 0.0527 0.0010 0.1343 0.0630 0.9322] According to a text book I have T^200 should have reached the steady state L L