Open
Description
Is your feature request related to a problem? Please describe.
- Calibration of a large number of measurements can still requires a large amount of memory. The current suggested approach is to calibrate the parameters that remain constant over time on a subset of the measurements, and in step two, fix those constants and calibrate the time variant parameters in chunks.
- Currently we are able to fix parameters with a certain variance, but all covariances to other parameters are neglected.
Describe the solution you'd like
- Sequential calibration that allows for calibration in chunks
- Bayesian flavoured least squares optimisation
- In practice, this would be a sparse least squares solver that supports a
p0_sol
, and ap0_cov
as a priori arguments
Describe alternatives you've considered
Fixing parameters works well, but neglecting covariance has downsides.
Additional context
Chapter 1 and 2 of John L. Crassidis and John L. Junkins. 2011. Optimal Estimation of Dynamic Systems, Second Edition (Chapman & Hall/CRC Applied Mathematics & Nonlinear Science) (2nd. ed.). Chapman & Hall/CRC.
Metadata
Metadata
Assignees
Labels
No labels