JamesYang007 / autoppl

C++ template library for probabilistic programming
https://jamesyang007.github.io/autoppl/
MIT License
46 stars 5 forks source link

Add support for multivariate samples and distributions #31

Closed jacobaustin123 closed 4 years ago

jacobaustin123 commented 4 years ago

To do:

Design ideas:

ppl::Data<double> var {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}};
ppl::Param<double> param {{1, 2, 3}};
ppl:DataView<3, 4> view(double * ptr);