You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
I'd like to add the following examples to the code:
transfer pedagogical example from Dynamical-Insights-From-Data.jl
All of can use
AlgebraicArrays.jl
The text was updated successfully, but these errors were encountered: