meets_basis: Compute Values of Basis Functions

View source: R/RcppExports.R

meets_basisR Documentation

Compute Values of Basis Functions

Description

Computes and returns the indicator value for the basis described by cols and cutoffs for a given row of X

Usage

meets_basis(X, row_num, cols, cutoffs, orders)

Arguments

X

The design matrix, containing the original data.

row_num

Numeri for a row index over which to evaluate.

cols

Numeric for the column indices of the basis function.

cutoffs

Numeric providing thresholds.

orders

Numeric providing smoothness orders


hal9001 documentation built on Nov. 14, 2023, 5:08 p.m.