cumtrapzRcpp: Cumulative Trapezoid Rule Numerical Integration

View source: R/RcppExports.R

cumtrapzRcppR 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.


fdapace documentation built on July 3, 2024, 5:08 p.m.