Learn R Programming

FlexVarJM (version 0.1.0)

gaussKronrod: Gauss-Kronrod nodes and weights

Description

Gauss-Kronrod nodes and weights

Usage

gaussKronrod(k = 15)

Value

A list with the following components :

sk

A k-vector of nodes

wk

A k-vector of weights

Arguments

k

the number of points for Gauss-Kronrod approximation : choice between 7 and 15. 15 by default.