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.


functionaldata/tPACE documentation built on Aug. 16, 2022, 8:27 a.m.