-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
enhancementNew feature or requestNew feature or requestplottingImprove or fix plottingImprove or fix plotting
Description
At the moment we have no in-built plotting capabilities to plot the model prior predictions. Adding this would be very useful.
The most obvious thing we could do is to use the existing plot
methods, but simply plot from the prior, not the posterior. This might require some changes to the experiment classes so that we have a prior version of everything to plot. This would be an interesting approach because it would allow you to see the implied estimated treatment effect based on the priors you've specified.
NOTE: This may well be easier to implement after #524 because we'd have more consolidated idata objects.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestplottingImprove or fix plottingImprove or fix plotting