Creates Possibilistic Membership directly from possibility and necessity values.

The output cannot be properly represented as Expression outcome. It is only used in other expressions.

Syntax

possibilistic_membership(possibility, necessity)

Arguments

possibility Numeric value of possibility membership, should be from range [0, 1].
necessity Numeric value of necessity membership, should be from range [0, 1].

Examples