.get_distribution_parms | R Documentation |
Get relevant parameters from distribution
.get_distribution_parms(distribution, f)
distribution |
list. probability distribution specified in list format
e.g. list(name = "gamma", shape = 2, scale = 4).
The |
f |
distribution function from stats package. |
list containing elements of distribution
that overlap with arguments of f
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.