Bernstein basis polynomials calculations
bp.basis(time, degree, tau = max(time))
| time | a vector of times. |
|---|---|
| degree | Bernstein polynomial degree |
| tau | must be greater than times maximum value observed. |
A list containing matrices b and B corresponding BP basis and corresponding tau value used to compute them.