int.simpson | R Documentation |
Numerical integration by the Simpson method - method 4
int.simpson(alpha, cut, a = 0, b = 1)
alpha |
a vector of alpha values between 0 and 1. |
cut |
a vector. |
a |
fixed by default to 0. |
b |
fixed by default to 1. |
An integer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.