dlsun / symbulate

A symbolic algebra for specifying simulations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Side-by-side tables

kevindavisross opened this issue · comments

Calling .plot() multiple times in a cell returns a single graphic with plots overlaid. Is there similar functionality for tables? For example

RV(Binomial(4, 0.5)).sim(10000).tabulate()
RV(Binomial(4, 0.4)).sim(10000).tabulate()

to compare distributions in a table