probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
922 stars 64 forks source link

SIMULATE f(x) FROM p LIMIT n #533

Open riastradh-probcomp opened 7 years ago

riastradh-probcomp commented 7 years ago
fsaad commented 6 years ago

For those looking for this feature, a simple workaround is to create a table of simulations, and use sql select to apply f to the samples.