compute_weights_precision {BayesGP} | R Documentation |
Constructing the precision matrix given the knot sequence
Description
Constructing the precision matrix given the knot sequence
Usage
compute_weights_precision(object)
Arguments
object |
A fitted model object. |
Value
A precision matrix of the corresponding basis function, should be diagonal matrix with size (k-1) by (k-1).
[Package BayesGP version 0.1.3 Index]