compute_weights_precision | R Documentation |
Constructing the precision matrix given the knot sequence
compute_weights_precision(object)
x |
A vector of knots used to construct the O-spline basis, first knot should be viewed as "0", the reference starting location. These k knots will define (k-1) basis function in total. |
A precision matrix of the corresponding basis function, should be diagonal matrix with size (k-1) by (k-1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.