verify_shapes()#
- DerivativeEstimatorTemplate.verify_shapes(r: int = 5, m: int = 3)[source]#
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
inputs
argument used to verifyestimate()
is a two-dimensional array of shape(m, k)
even ifm = 1
, wherek
is the size of the time domain.