- Added a `hess_calc` argument to `recoverSim` to control whether error bars are calculated in the recovery of simulated weights.
- Added a `hess_calc` argument to `crossValidate` to control whether error bars are calculated in the recovery of simulated weights.
- Change display of error bars from 2 standard errors, to 1.96 which maps more precisely to a 95% credible interval.
- Update the analysis function to handle `s_a` and `s_b` as inputs.
- Update the analysis function to better plot session boundaries.
- Update the analysis function to handle Left/Right sides coded as {0,1}, as well as {1,2}.
- The default z-order (plotting order) of different inputs can now be accessed through `psy.ZORDER`, similar to `psy.COLORS`.
- Made a few superficial updates to the tutorial notebook.