-
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 prior implementation (#286)
* Rename `AbstractODEFilterPrior` to `AbstractGaussMarkovPrior` * Use accessors instead of the fields directly * Small intermediate clean-up * Rename AbstractGaussMarkovPrior to AbstractGaussMarkovProcess * Make the initial distribution part of the prior * Specialize the initial distribution for Matern * Implement a `remake` to change elType and dimension of priors * Add MatrixEquations.jl * Add Compat entry for MatrixEquations.jl * Fix a typo * Fix vale.sh issues * Fix another bug * Fix an IOUP bug I introduced * JuliaFormatter.jl * JuliaFormatter.jl update apparently changed a bit * Add the priors to the basic ODE correctness tests * Test the Matern initial distribution in the priors tests * Make IOUP and Matern use the default LTISDE discretize * JuliaFormatter.jl * Add a plotting convenience function * Better plotting of priors with dimension > 1 * Improve the plotting some more * Add the new prior functionality to the tests * JuliaFormatter.jl * Make the plotting much nicer * Add many docstrings * Start working more on the prior documentation * More sensible Documenter.jl settings * Make the priors one-dimensional by default * Give the probabilistic exponential integrator tutorial an id * Make the prior plot layout less opinionated * Fix some prior bugs I introduced now that they're 1-D * Refactor priors some more * Make the plot recipe yet again less opinionated * Towards a better prior documentation * Fix a bug * Better docs * Better docs * Fix some tests * Better docs * Better plots * JuliaFormatter.jl * Somewhat better docs * Change the field names and actually use accessors * Remove things from the plot recipe * Better errors * Fix the Matern constructor * Fix the IOUP constructor * Fix more bugs * Test some prior-related error messages * JuliaFormatter.jl * Rely more on keywords for the priors * Make tip into info * Fix another failing test * JuliaFormatter.jl * JuliaFormatter.jl * Improve some more docstrings * Add a newline in the docstring math
- Loading branch information
1 parent
b5e36cf
commit fd739dc
Showing
22 changed files
with
566 additions
and
182 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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.