Skip to content

AlgebraicSum

AlgebraicSum

Bases: SNorm

SNorm to compute the algebraic sum of values any two values.

Equation

\(a \oplus b=a+b-(a \times b)\)

related

Functions

compute

compute(a: Scalar, b: Scalar) -> Scalar

Compute the algebraic sum of two membership function values.

Parameters:

Name Type Description Default
a Scalar

membership function value

required
b Scalar

membership function value

required

Returns:

Type Description
Scalar

\(a \oplus b=a+b-(a \times b)\)