From 38c9584faaff09dd0cc6c258a1c75815a8c3fe96 Mon Sep 17 00:00:00 2001 From: Kaze Wong Date: Wed, 20 Sep 2023 14:54:07 -0400 Subject: [PATCH] update doc --- docs/tutorials/anatomy_of_jim.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/anatomy_of_jim.md b/docs/tutorials/anatomy_of_jim.md index 38f1532a..15ebef47 100644 --- a/docs/tutorials/anatomy_of_jim.md +++ b/docs/tutorials/anatomy_of_jim.md @@ -13,6 +13,8 @@ There should be two main ways to get your data into `jim`, either you fetch it f ## Prior +The prior class defined in `jim` takes care of a lot of bookkeeping for you, and it is a subclass to the distribution class in `flowMC`. + ## Sampler The main workhorse under the hood is a machine learning-enhanced sampler named [flowMC](https://flowmc.readthedocs.io/en/main/).