Description Usage Arguments Examples
Given a distr distribution, it returns a probability density function as used by the sampler functions of the current package
1 | make_distr_pdf(distrib)
|
distrib |
Distr6 distribution |
1 2 | distribution <- distr::Norm()
density_function <- make_distr_pdf(distribution)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.