Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sefffal/orbitposteriordb
A set of standard orbit fitting problems for testing different MCMC samplers
https://github.com/sefffal/orbitposteriordb
Last synced: about 2 months ago
JSON representation
A set of standard orbit fitting problems for testing different MCMC samplers
- Host: GitHub
- URL: https://github.com/sefffal/orbitposteriordb
- Owner: sefffal
- License: mit
- Created: 2024-04-02T14:53:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T17:47:45.000Z (2 months ago)
- Last Synced: 2024-11-02T18:26:37.508Z (2 months ago)
- Language: Julia
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orbit PosteriorDB
This github repository will house a number of orbit-fitting problems expressed as Octofitter LogDensity problems.
In the future I will create a proper structure where you can load the model by name, and then fit as desired.
For now, I have included scripts that include defining the model, fitting the model, and plotting the results.
## Installation
1. clone this repository from GitHub
2. Open Julia 1.10, and activate this project directory `] activate .`
3. Instantiate all dependencies `] instantiate`