R/basis_functions.R
rbf.Rd
Compute a set of radial basis functions (dimension of them).
dimension
rbf(time_steps, dimension, scale = time_steps/dimension)
number of time steps in the model
number of gaussians in the basis
width of the gaussians
matplot(rbf(100, 5), type = "l")