JohannesBuchner / UltraNest

Fit and compare complex models reliably and rapidly. Advanced nested sampling.
https://johannesbuchner.github.io/UltraNest/
Other
142 stars 30 forks source link

Missing documentation for results dictionary #119

Closed jacopok closed 2 months ago

jacopok commented 6 months ago

Description

I cannot seem to find any spot in the documentation where the meaning of all the various entries in the result dictionary (e.g. obtained by result = sampler.run() in the Basic usage tutorial). In the API documentation, all it says is "Yields: results (dict)"

Proposal

I'd be glad to contribute with a PR to add this reference! Here is what I think I got from the names and some guessing.

JohannesBuchner commented 6 months ago

Yes please. Some of it is documented at https://johannesbuchner.github.io/UltraNest/performance.html#output-files but it would be best to have it in the API docs.

JohannesBuchner commented 3 months ago

Hi @jacopok, would you be able to help out with a pull request? You'd need to add information here: https://github.com/JohannesBuchner/UltraNest/blob/master/ultranest/integrator.py#L2433

jacopok commented 3 months ago

Hi, sorry for disappearing! I meant to do this quickly but then other things took priority. I made a draft PR now, it's not complete yet since I had some trouble building the docs.

jacopok commented 2 months ago

Solved by #138