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

adding model with interpolated data #49

Open
jpdeleon opened this issue Jan 30, 2020 · 1 comment
Open

adding model with interpolated data #49

jpdeleon opened this issue Jan 30, 2020 · 1 comment

Comments

@jpdeleon
Copy link

Hi, I wonder if it's a good idea to add interpolated model for values with large gaps. For example, TESS data always has large gap mid-way each sector. As shown in the figure below, it would be great if best model prediction during data gap (+ uncertainty) can be superposed after flattening the data e.g. using gp method.

gp

@hippke
Copy link
Owner

hippke commented Jan 30, 2020

That would be a useful feature. For splines or GPs, it would be easy to implement. For a slider, if the boxcar is shorter than the gap, it would be impossible by definition. In the data you show here, there is a non-zero chance that some methods produce fits that "go to hell" (i.e., +-infinity) in the gap.
As of now, wotan offers no uncertainty estimate. If you need this, I recommend a GP-based tool like celerite.

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

No branches or pull requests

2 participants