Description Usage Arguments Value Examples
Integrates discrete vector by quadrature.
1  | quadrature(x)
 | 
x | 
 target density object calculated by function   | 
integration of x.
1 2 3  | n <- rnorm(100)
dens <- density(n)
quadrature(dens)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.