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


jeremyrcoyle/mangolassi documentation built on Nov. 18, 2023, 6:22 p.m.