gaussKronrod {FlexVarJM} | R Documentation |
Gauss-Kronrod nodes and weights
Description
Gauss-Kronrod nodes and weights
Usage
gaussKronrod(k = 15)
Arguments
k |
the number of points for Gauss-Kronrod approximation : choice between 7 and 15. 15 by default. |
Value
A list with the following components :
sk
A k-vector of nodes
wk
A k-vector of weights
[Package FlexVarJM version 0.1.0 Index]