verify_shapes()#
- InterpDerivativeEstimator.verify_shapes(r: int = 5, m: int = 3)#
Verify that
estimate()is consistent in the sense that the all outputs have the same number of columns. This method does not check the accuracy of the derivative estimation.- Parameters:
- rint
State dimension to use in the check.
- mint
Number of inputs to use in the check. The
inputsargument used to verifyestimate()is a two-dimensional array of shape(m, k)even ifm = 1, wherekis the size of the time domain.