Open
Description
Summary
ParmEst/Pyomo.DoE both need capabilities to compute the Jacobian of the measurement outputs with respect to parameters. This can be done several ways:
- Finite difference
- AD with kaug
- AD with PyNumero
Rationale
Reduce duplicate code
Description
Proposal: Move this capability to the Measurement class.