Local-Polynomial Basis Dimension Helper
dimBS.RddimBS returns the number of columns implied by an additive,
generalized local-polynomial, or tensor-product basis specification.
It is a compatibility wrapper around the internal dim_basis()
helper used by np.
Usage
dimBS(basis = "additive",
kernel = TRUE,
degree = NULL,
segments = NULL,
include = NULL,
categories = NULL)Arguments
Basis Specification
Basis family, continuous-kernel counting mode, polynomial degree, and segment controls.
- basis
basis family. One of
"additive","glp", or"tensor".- kernel
logical indicating whether only the continuous-kernel basis should be counted. When
FALSE, optional categorical augmentation controlled byincludeandcategoriesis included.- degree
non-negative integer vector of local-polynomial degrees.
- segments
positive integer vector giving the number of segments for each continuous predictor. Defaults to one segment per degree entry.