bat / BAT.jl

A Bayesian Analysis Toolkit in Julia
Other
212 stars 30 forks source link

Switch Recipes PriorOverview _all_expr -> _all_active_expr #385

Closed waldie11 closed 2 years ago

waldie11 commented 2 years ago

A element of prior can be const. So far these are not plotted (and there probably is no need to anyways). This patch reenables to plot overview on priors which have constant elements aka number of elements in _all_active_expr is smaller then in _all_expr.

One could open up a TODO to plot prior overviews by Symbol and Expr as well (those are the accepted vsel arguments for a single plot)