-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the plotting in favor of a
Gaussian
plot recipe (#291)
* Refactor the plotting in favor of a Gaussian plot recipe Previously we had a recipe for the specific solution type that we implemented. But for some reason, this broke du to sanges of SciML. So to not have such issues again, let's just use their plot recipe! To do this we just needed to implement some recipes for the `Gaussian` type that we use in the solutions, and make sure that the solution interpolation etc is doing what it should do. * Towards using the `sol.interp` argument for interpolation * Add PNStats object and make the solution immutable * Respect the `idxs` interpolation argument to fix the tests * Make clear that we don't support plotting derivatives right now Though we might want to add this in this PR!! * JuliaFormatter.jl * Add proper types to the posterior object * Fix the mean solution again * Add Printf compat * Fix an unexpected secondorderode bug * Solve another classic solver init problem * Simplify the prior plots yet again * Remove inefficient `push!` loop in favor of `append!` * Add the mean solution tests again * Add docstring to PNStats * Fix a bug * The solution interpolation can return derivatives now! * For some reason I needed this to fix the plotting * Fix the plots once again * Test the derivative interpolation * Update the implementation docs a bit * Add compat entry for DiffEqDevTools to the test env
- Loading branch information
1 parent
815af08
commit 6935a52
Showing
16 changed files
with
202 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.