Replies: 1 comment 1 reply
-
Sounds like a homework problem 😀 The JAX function you might be looking for is I'd inquire elsewhere regarding matplotlib, ipywidgets, etc. A pro tip: if you want your question answered, it would be better to ask about a specific thing and show what you've already tried. A nice resource on asking good technical questions is StackOverflow's How do I ask a good question. Best of luck! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproduce the above figure showing samples from bivariate normal with marginal PDFs from scratch using JAX and matplotlib.
Add interactivity to the figure by adding sliders with ipywidgets. You should be able to vary the parameters of bivariate normal distribution (mean and covariance matrix) using ipywidgets.
Beta Was this translation helpful? Give feedback.
All reactions