int.simpson: Numerical integration by the Simpson method - method 4

Description Usage Arguments Value

Description

Numerical integration by the Simpson method - method 4

Usage

1
int.simpson(alpha, cut, a = 0, b = 1)

Arguments

alpha

a vector of alpha values between 0 and 1.

cut

a vector.

a

fixed by default to 0.

b

fixed by default to 1.

Value

An integer.


FuzzySTs documentation built on Nov. 23, 2020, 5:11 p.m.