|
Shown below are two sets of rules, one using fuzzy variables, the other using the "equivalent"
non-fuzzy, or "crisp", rules. These rules advise whether you should consider a covered call strategy
in buying a particular stock based on the PEG ratio, the price of the stock, and the ratio of the
next month's call option price to the current price of the stock. If you don't know what that means,
that's okay. There are thousands of ways to select stocks; this is just one of them.
The crisp rules make binary (0/1) recommendations, while the fuzzy rules make decisions using
continuous values between 0 and 1. So, in the example, when a rule premise says "IF peg is <= 1..." and
the value of peg is 1.01, the premise will evaluate to false. If the value of peg is only slightly lower,
say 0.99, the premise evaluates to true. This behavior does not make intuitive sense, as the decision should
not be so sensitive to a small change. Fuzzy systems fill this inadequacy by evaluating rules in a more
smooth, continuous way. The idea of peg being under or over 1.0 is divided into fuzzy regions, called
fuzzy sets, that have smooth borders. For example, look at the definitions for under1 and over1 in the
graph below. To view the other fuzzy sets for this demonstration,
click here.
|