integrate.num: Numerical integration by a particular method

View source: R/Numerical_integration_18102018.R

integrate.numR Documentation

Numerical integration by a particular method

Description

Numerical integration by a particular method

Usage

integrate.num(alpha, cut, method, a = 0, b = 1)

Arguments

alpha

a vector of alpha values between 0 and 1.

cut

a vector.

method

the integration method could be one of the following four methods: "int.0", "int.t", "int.ct" and "int.simpson".

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.