.intWeights {funData} | R Documentation |
Calculate weights for numerical integration
Description
This function calculates the weights for numerical integration
Usage
.intWeights(argvals, method = "trapezoidal")
Arguments
argvals |
A numeric vector of x-Values |
method |
A character string, giving the numerical integration method to use (default is |
Value
A vector of integration weights
See Also
[Package funData version 1.3-9 Index]