Learn R Programming

FuzzySTs (version 0.2)

int.ct: 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)

Value

An integer.

Arguments

cut

a vector.

a

fixed by default to 0.

b

fixed by default to 1.