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

Include input uncertainty in output estimation #67

Open
manna88aero opened this issue Oct 20, 2023 · 2 comments
Open

Include input uncertainty in output estimation #67

manna88aero opened this issue Oct 20, 2023 · 2 comments
Labels

Comments

@manna88aero
Copy link

At the moment the tool can estimate the uncertainty of the output given an input. But what happens when the input is also uncertain?
In many practical cases the uncertainty in the input could be as large as the uncertainty of the output.
Would it be possible to integrate input uncertainty to the tool?

@felipe-tobar
Copy link
Contributor

felipe-tobar commented Nov 13, 2023 via email

@tdewolff tdewolff added the idea label Dec 4, 2023
@tdewolff
Copy link
Collaborator

On a side note, you can set Y_err when calling mogptk.Data(...) (see https://games-uchile.github.io/mogptk/data.html#mogptk.data.Data) to pass the standard deviation of the input data. When using the Exact model (the default), these will be passed as data_variance to https://games-uchile.github.io/mogptk/gpr/model.html#mogptk.gpr.model.Exact. Hopefully that satisfies your need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants