Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tutorials/model_testing_pps/pps_inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,11 @@ Iter | Posterior | Likelihood | Prior |
-----------------------------------------------------------------------------------------------------------------------
0 | -9345.75 | -9353.53 | 7.77435 | 2.322464 | 00:00:00 | --:--:-- |
100 | 9.04115e+271 | 0 | 9.04115e+271 | 2.322464 | 00:00:00 | --:--:-- |
200 [...]
~~~
{:.Rev-output}

Now that we have a full set of MCMC analyses for our simulated data, we can move on to calculating test statistics.
Once we have a full set of MCMC analyses for our simulated data, we can move on to calculating test statistics.

Calculating the Test Statistics
-------------------------------
Expand Down
Loading