Computes and returns the indicator value for the basis described by cols and cutoffs for a given row of X (X[row_num, ])
meets_basis(X, row_num, cols, cutoffs)
| 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. |