-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# GaussianParticleFlow | ||
An implementaion of the Gaussian flow method of importance sampling via optimal transport/SDE approximation. Used only for conditional non-linear Gaussian systems with known observational variance and non-linear transformation function. The original paper is: Pete Bunch, Simon Godsill, "Approximations of the Optimal Importance Density Using Gaussian Particle Flow Importance Sampling", Journal of American Statistical Association 2016, https://doi.org/10.1080/01621459.2015.1038387 | ||
|
||
Future work: clean up and documentation is required. |