What we provide:
IPLF filter:
IPLFKalmanUpdater, iterated posterior linearisation filter
slr_definition, statistical linear regression function
GeneralLinearGaussian measurement model that consumes explicitly specified transition matrix and bias
IPLS smoother:
IPLSKalmanSmoother, iterated posterior linearisation smoother
AugmentedGaussianStatePrediction, the state prediction class that can host cross-covariance
LinearTransitionModel, a transition model that consumes explicitly specified transition matrix and bias
AugmentedKalmanPredictor, predictor that uses the bias vector in LinearTransitionModel
AugmentedUnscentedKalmanPredictor that generates the cross-covariance and is able to suppress prediction noise
This is just a first iteration, apparently we need to split the branch into two separate pull requests
What we provide:
IPLF filter:
IPLFKalmanUpdater, iterated posterior linearisation filter
slr_definition, statistical linear regression function
GeneralLinearGaussian measurement model that consumes explicitly specified transition matrix and bias
IPLS smoother:
IPLSKalmanSmoother, iterated posterior linearisation smoother
AugmentedGaussianStatePrediction, the state prediction class that can host cross-covariance
LinearTransitionModel, a transition model that consumes explicitly specified transition matrix and bias
AugmentedKalmanPredictor, predictor that uses the bias vector in LinearTransitionModel
AugmentedUnscentedKalmanPredictor that generates the cross-covariance and is able to suppress prediction noise
This is just a first iteration, apparently we need to split the branch into two separate pull requests