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

optimal interpolation examples #60

Open
3 tasks
anthony-meza opened this issue Nov 5, 2024 · 2 comments · Fixed by #66
Open
3 tasks

optimal interpolation examples #60

anthony-meza opened this issue Nov 5, 2024 · 2 comments · Fixed by #66
Assignees
Labels
enhancement New feature or request

Comments

@anthony-meza
Copy link

anthony-meza commented Nov 5, 2024

I'd like to add the following examples to the code:

  • Optimal interpolation of a time series (used in the tests)
  • Optimal interpolation of a 2D field

transfer pedagogical example from Dynamical-Insights-From-Data.jl

  • Optimal interpolation of a 1D field

All of can use AlgebraicArrays.jl

@ggebbie
Copy link
Owner

ggebbie commented Nov 6, 2024

It would be great to add a 2D objective mapping test to BLUEs! 1D is already handled in the tests, as you note above.

Also note that the term "objective mapping" better represents what you want to do, as this algorithm is not always optimal and it is not interpolation.

If you would like to make an example or tutorial rather than a test, then it is better to do it in a new environment that uses BLUEs.jl as a dependency.

@ggebbie ggebbie added the enhancement New feature or request label Nov 19, 2024
@ggebbie ggebbie linked a pull request Dec 2, 2024 that will close this issue
@ggebbie
Copy link
Owner

ggebbie commented Dec 2, 2024

Three objective mapping notebooks now exist in the notebooks branch.

2.9_objectivemapping.jl - pedagogical example from Dynamical Insights From Data class

objectivemapping_blues.jl - objective mapping that uses BLUEs to solve the Gauss-Markov problem

objectivemapping_BLUES_AlgebraicArrays.jl - full featured notebook using whole ecosystem, including BLUEs for the Gauss-Markov problem, AlgebraicArrays.jl to handle conversion from a 2D grid to matrices and vectors, and DimensionalData.jl for labeling the variables.

Take a look. If there are no problems, we can close this issue as completed.

@ggebbie ggebbie reopened this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants