Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Noise class #50

Open
claudiofantacci opened this issue Mar 29, 2019 · 1 comment
Open

Implement Noise class #50

claudiofantacci opened this issue Mar 29, 2019 · 1 comment

Comments

@claudiofantacci
Copy link
Collaborator

No description provided.

@xEnVrE
Copy link
Collaborator

xEnVrE commented May 6, 2019

In this library, a very good work has been done in handling noise in general. There are many kind of distributions, i.e. gaussians, truncated gaussian, cauchy, uniform, etc..

What is more important, for each distribution they provide an interface that allows producing a sample for this distribution starting from gaussian noise. This is particularly useful when one needs to use the Unscented Transform since they assume normal distributed noise (additive or non-additive).

@claudiofantacci claudiofantacci self-assigned this May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants