Learn R Programming

sindyr (version 0.2.4)

features: Build a matrix of features for SINDy

Description

Takes a raw matrix of data and converts into polynomial features

Value

Returns a new matrix of data with features from raw data

Arguments

x

Raw data to be converted into features

polyorder

Order of polynomials (including k-th self products)

intercept

Include column of 1s in features to represent intercept (default = TRUE)

Author

Rick Dale and Harish S. Bhat

Details

Expands raw data into a set of polynomial features.