discretizate_bivdensity | R Documentation |
Discretizates a bivariate density function using Simpson's rule.
discretizate_bivdensity(
density,
parameters,
ini_point1,
truncation_point1,
max_deltat1,
ini_point2,
truncation_point2,
max_deltat2,
max_probability
)
density |
The density function. |
parameters |
Parameters of the density function. |
ini_point1 |
Max value for the discretization - first component. |
truncation_point1 |
Max value for the discretization - first component. |
max_deltat1 |
Maximum size of interval - first component. |
ini_point2 |
Max value for the discretization - second component. |
truncation_point2 |
Max value for the discretization - second component. |
max_deltat2 |
Maximum size of interval - second component. |
max_probability |
Maximum probability of a discrete point. |
List with values and weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.