int.ct: Numerical integration by the composite trapezoidal method -...

View source: R/Numerical_integration_18102018.R

int.ctR Documentation

Numerical integration by the composite trapezoidal method - method 3

Description

Numerical integration by the composite trapezoidal method - method 3

Usage

int.ct(cut, a = 0, b = 1)

Arguments

cut

a vector.

a

fixed by default to 0.

b

fixed by default to 1.

Value

An integer.


FuzzySTs documentation built on Sept. 11, 2024, 8:46 p.m.