cumtrapzRcpp {fdapace} | R Documentation |
Cumulative Trapezoid Rule Numerical Integration
Description
Cumulative Trapezoid Rule Numerical Integration using Rcpp
Usage
cumtrapzRcpp(X, Y)
Arguments
X |
Sorted vector of X values |
Y |
Vector of Y values. |
[Package fdapace version 0.6.0 Index]