phys2cvr.regressors.create_legendre¶
- phys2cvr.regressors.create_legendre(degree, length)[source]¶
Produce the Legendre polynomials of order degree.
- Parameters:
- Returns:
- legendre
np.ndarray A degree`*`length array which includes all the polynomials up to order degree.
- legendre