int_val | R Documentation |
Local polynomial integral evaluation calculation of elements of S_y and middle integral (evaluating integral at end points).
int_val(l, a, b, kernel_type)
l |
Degree of polynomial being integrated. |
a |
Lower limit of integration. |
b |
Upper limit of integration. |
kernel_type |
Type of kernel function. Choose from "uniform", "triangular", "epanechnikov". |
Value of integral.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.