trapezoidal.rule: Trapezoidal rule for numerical integration over a threshold

View source: R/trapezoidal.rule.R

trapezoidal.ruleR Documentation

Trapezoidal rule for numerical integration over a threshold

Description

This functions implements the trapezoidal rule for numerical integration of a function f over a threshold.

Usage

trapezoidal.rule(f, step, y)

Arguments

f

Function to be integrated.

step

Numeric value of the distance between points for integration.

y

Numeric value of the threshold.

Value

A numeric value of the integral.

Author(s)

Paula Saavedra-Nieves and Rosa M. Crujeiras.


HDiR documentation built on Nov. 16, 2022, 5:14 p.m.

Related to trapezoidal.rule in HDiR...