Skip to content

Extremely

Extremely

Bases: Hedge

Hedge that modifies the membership function value of a term as follows.

Equation

\(h(x) = \begin{cases} 2x^2 & \mbox{if } x \le 0.5 \cr 1-2(1-x)^2 & \mbox{otherwise} \cr \end{cases}\)

related

Functions

hedge

hedge(x: Scalar) -> Scalar

Compute \(\text{Extremely}(x)\).

Parameters:

Name Type Description Default
x Scalar

membership function value

required

Returns:

Type Description
Scalar

\(h(x) = \begin{cases} 2x^2 & \mbox{if } x \le 0.5 \cr 1-2(1-x)^2 & \mbox{otherwise} \cr \end{cases}\)