compute_weights_precision: Constructing the precision matrix given the knot sequence

compute_weights_precisionR Documentation

Constructing the precision matrix given the knot sequence

Description

Constructing the precision matrix given the knot sequence

Usage

compute_weights_precision(object)

Arguments

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.

Value

A precision matrix of the corresponding basis function, should be diagonal matrix with size (k-1) by (k-1).


AgueroZZ/OSplines documentation built on Sept. 17, 2023, 9:24 a.m.