Methods · Defuzzification
Gaussian Centroid Defuzzification (Gaussian Centroid Method)
This method finds the centre of mass of a fuzzy number whose membership degree is defined as a bell curve (a Gaussian curve); if the curve is symmetric this centre falls directly on the curve's peak, and if it spreads differently to the two sides the centre departs from the peak.
Base method's data type: Fuzzy
What Is the Method?
In some fuzzy systems, membership degree is defined not as a triangle or a trapezoid but as a Gaussian (bell) curve: a peak point (the highest membership) and a spread that decreases smoothly the further one moves from that peak. This definition is particularly favoured for sensor measurements and continuous physical quantities, because natural measurement error tends to follow a smooth distribution rather than a sharp-cornered one. This card describes the defuzzification rule that reduces such a Gaussian fuzzy number to a single crisp number. Its output is a single crisp score; it produces no weights, it only converts a Gaussian fuzzy number into a number. This rule is the Gaussian-curve adaptation of the centroid used for classical triangular numbers, and it is frequently used in engineering and fuzzy-control applications.
The Philosophy Behind It
The idea is the same as the centroid for triangular fuzzy numbers: finding the centre of mass of the area beneath the membership curve. The Gaussian curve has a special property: if the curve is symmetric (opening with the same spread to the left and the right), the centre of mass falls exactly on the peak, with no extra calculation needed. This is what makes the Gaussian centroid, in most cases, as simple as "take the peak". But in real applications a measurement's margin of error rarely spreads equally in both directions; a sensor, for instance, may rarely undershoot the true value but often overshoot it. In such cases the curve opens to different widths on the two sides and is no longer symmetric; the centre of mass then shifts away from the peak.
This philosophy carries a consequence: the Gaussian centroid is a rule that is very simple when the assumption of "symmetric spread" holds true, and easy to overlook when it does not. If, in an application, measurement error is known to be wider in one particular direction (say, consistently downward), ignoring this asymmetry and reporting only the peak understates the true uncertainty.
How It Works
The method proceeds through two steps.
First, finding the centre of mass of a symmetric Gaussian curve. A Gaussian fuzzy number is defined by a peak point (where the highest membership value sits) and a spread width. Because the curve itself is symmetric, the area's centre of mass is algebraically exactly equal to the peak; no additional calculation is needed.
Second, finding the centre of mass of a Gaussian curve that spreads differently to the two sides (asymmetric). In some applications the curve's left and right spread differ; this is defined by joining two half-Gaussian curves at a single peak point. In this case the curve is no longer symmetric, and the centre of mass departs from the peak by an amount proportional to the difference between the two spreads. The shift runs towards the more widely spread side.
The formulas behind each step, the intermediate tables and the citation formats are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
The number this rule gives is the Gaussian curve's area-weighted average. If the curve is symmetric, this number is identical to the peak and can also be read as the "most likely value". If the curve is asymmetric, this number departs from the peak, and it no longer means only "the most likely value" but "a balanced summary that also accounts for the spread". Even if two alternatives' peaks sit very close to one another, their defuzzified scores can diverge markedly if their spreads differ.
Thus instead of writing:
"The defuzzified score is the measurement's most likely (peak) value"
the report should read:
"The defuzzified score is a joint summary of the measurement's most likely value and its spread; if the spread is symmetric the two coincide, if not the defuzzified score shifts towards the more widely spread side"
Data Type and Inputs
This rule works with fuzzy data, specifically fuzzy numbers defined in Gaussian (bell-curve) form. In DecisionMind, this building block has no extension of its own; it is separate from the centroid building block that works with triangular fuzzy numbers and is used only with Gaussian-type fuzzy inputs. You need a peak point (mean) and one or two spread values (a single one if symmetric, separate left and right values if asymmetric); the spread values must be greater than zero. This data typically comes from a sensor's calibration uncertainty, the distribution of repeated measurements, or an expert's judgement of the kind "roughly this value, but it may deviate by this much".
When to Use It, When Not To
If your fuzzy data is naturally defined by a bell curve rather than a triangle or trapezoid (sensor measurement error or repeated experimental results, for instance), this rule is the right choice. If the spread is known not to be equal in both directions (a device with a known tendency to drift in one direction, for instance), the asymmetric form should be used, and the peak alone should not be reported. If your data is given as a triangular or trapezoidal fuzzy number (sharp-cornered, of the kind an expert describes as "at least, most likely, at most"), the classical centroid, bisector or MOM rules are more suitable; applying the Gaussian formula to triangular data is a wrong type match.
Bell-curve (Gaussian) measurement uncertainty, symmetric → Gaussian Centroid (peak directly)
Bell-curve measurement uncertainty, asymmetric → Gaussian Centroid (asymmetric formula)
Triangular/trapezoidal fuzzy number (expert judgement, "at least, most likely, at most") → Centroid, Bisector or MOM
Type-2 fuzzy number (upper and lower bound together) → Type Reduction
Strengths
This rule's clearest strength is how simple the calculation is in the symmetric case: taking the peak is enough, no extra formula is needed. The Gaussian curve represents natural measurement error more realistically than a triangle or trapezoid, because physical processes tend to follow a smooth rather than a sharp-cornered distribution. The asymmetric form can carry directly into the result the information that a measurement is differently reliable in the two directions, for instance that a sensor is more prone to drifting downward.
Weaknesses
This rule's limitations stem from its data requirements. Within Zadeh's (1965) general fuzzy-set framework, the Gaussian form is a specific choice; whether the data genuinely fits this form must be checked, otherwise the analysis proceeds on a wrong assumption. Runkler (1997), comparing which application properties different defuzzification rules suit, showed that a mismatch between the curve's shape and the defuzzification rule can distort the result. The asymmetric Gaussian formula is less well known than the symmetric case and is easy to forget or misapply by hand. Finally, whether the spread values (sigma) come from a small measurement error or a large uncertainty requires separate interpretation; the rule does not make this distinction on its own.
Common Mistakes
The most common mistake is reporting only the peak (the mean) for an asymmetric Gaussian curve and ignoring the difference in spread; this produces the same outcome as applying the symmetric formula to asymmetric data. A second mistake is confusing the spread width (sigma) with the curve's support (the outer points where membership drops to zero); sigma alone does not affect a symmetric Gaussian's centre of mass, but the two concepts are frequently mixed up. A third mistake is applying the triangular fuzzy number's formula (the average of three corners) to Gaussian-type data; this is the wrong formula and does not give the correct result.
The governing principle is this:
The Gaussian centroid gives the bell curve's centre of mass; if the curve is symmetric this coincides with the peak, if not it shifts towards the more widely spread side, and the report must explain the reason for this shift.
Cases
Each case starts from a Gaussian fuzzy measurement produced by a host method, describes in words what different readings do to that measurement, and shows how to read the result.
1. Mining: defuzzifying the ore estimate from two drill sites (illustrative example)
A mining company is comparing ore-density estimates from two drill sites. Both estimates are expressed as a Gaussian fuzzy number drawn from repeated measurements: a most likely value (the mean) and one or two spread values showing the measurement uncertainty.
| Drill site | Most likely value | Spread |
|---|---|---|
| S1 | 10 | symmetric, 1 |
| S2 | 9.9 | asymmetric, left 0.5 / right 3 |
S1's measurement carries a symmetric margin of error: the instrument is equally likely to deviate upward or downward. S2's measurement is asymmetric: geologists have stated that at this site the probability of the true value lying above the estimate (right spread 3) spans a far wider range than the probability of it lying below (left spread 0.5); this reflects the possibility of an additional ore vein around S2.
Looking only at the most likely value (the mean), S1 (10) appears ahead of S2 (9.9). With the Gaussian centroid applied, S1's centre of mass remains 10 because of its symmetry; for S2, the asymmetric formula shifts the centre of mass from 9.9 to 10.47.
| Drill site | Most likely value alone | Rank (most likely value) | Gaussian centroid | Rank (centroid) |
|---|---|---|---|---|
| S1 | 10 | 1 | 10.00 | 2 |
| S2 | 9.9 | 2 | 10.47 | 1 |
The result reads as follows. S2's most likely value is slightly lower than S1's, so a reading that looks only at the mean puts S1 ahead. But S2's wide right spread shows that the probability of the true ore density coming out considerably above the estimate is too large to ignore; the Gaussian centroid accounts for this probability and puts S2 ahead.
The company hesitates here: should S2's wide right spread be read as an opportunity (the possibility of additional ore) or as a risk (low reliability of the estimate)? This is not a question a single number can settle; the spread itself should also be shown separately in the report.
In the report: "S1's measurement is symmetric and stable around 10; S2's measurement is asymmetric, and its defuzzified score (10.47) is higher than a reading based only on the most likely value (9.9), because the probability of exceeding the estimate is wider."
Source: The drill-site values in this case were constructed for illustrative purposes; the defuzzification formulas are anchored to Zadeh (1965) and Mamdani and Assilian (1975), and the figures were computed and verified in Python while preparing this card. This is the validation example for DecisionMind's Gaussian centroid building block.
2. Maritime: defuzzifying a harbour-depth measurement
A port operator is assessing seabed-depth measurements for a new berth. Sonar scans have expressed the depth as a Gaussian fuzzy number; because of the measuring instrument's physics, the probability of the depth coming out shallower than the true value has a different spread from the probability of it coming out deeper.
An engineer looking only at the mean value might judge the measurement safe. With the Gaussian centroid applied, the asymmetric spread shifts the defuzzified value away from the mean, and this shift can change the safety margin once compared against the ship's draught.
The engineer hesitates here: ignoring the asymmetric spread and reporting only the mean can conceal the risk on the shallow side. The direction of the spread must also be stated alongside the defuzzified score when the safety margin is calculated.
In the report: "The defuzzified value of the seabed depth departs from the mean because of the asymmetric measurement uncertainty; the safety margin should be recalculated taking this shift into account."
3. Theatre: defuzzifying a stage light intensity calibration
A theatre's technical crew is calibrating the output intensity of a new lighting fixture. Repeated measurements produce a Gaussian fuzzy number; depending on the fixture's warm-up period, the probability of the intensity rising above the expected value spans a wider range than the probability of it falling below.
A stage plan set only to the mean value could turn out brighter than expected once the fixture warms up. The Gaussian centroid, accounting for this asymmetric tendency, suggests a defuzzified value somewhat higher than the mean.
The crew hesitates here: should the stage design be built around the mean value or around the defuzzified value that accounts for the asymmetry? The decision should be supported by observing the fixture's warm-up curve during rehearsal.
In the report: "The lighting fixture's defuzzified output intensity is somewhat higher than the mean measurement because of the expected post-warm-up deviation; the stage setting has been made on the basis of this value."
4. What Not to Do
If S2's measurement in the mining case were treated as if it were symmetric and reported directly as "the mean is 9.9", the information that the probability of exceeding the estimate is far wider than the opposite direction would be lost. A second mistake is confusing S2's left and right spread values (0.5 and 3) with the measurement's support interval and adding or subtracting them directly to or from the defuzzified score; the spread shifts the centre of mass by an amount, it is not a number to be added directly. A third mistake is presenting the 0.47 difference between S1's and S2's defuzzified scores as though it meant the two measurements were equally reliable in terms of instrument precision; S2's wide spread also separately indicates a lower precision.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/defuzz-centroid-gaussian
Zadeh, L. A. (1965). Fuzzy sets. Information and Control, 8(3), 338–353. DOI: 10.1016/S0019-9958(65)90241-X
Mamdani, E. H., & Assilian, S. (1975). An experiment in linguistic synthesis with a fuzzy logic controller. International Journal of Man-Machine Studies, 7(1), 1–13. DOI: 10.1016/S0020-7373(75)80002-2
van Leekwijck, W., & Kerre, E. E. (1999). Defuzzification: criteria and classification. Fuzzy Sets and Systems, 108(2), 159–178. DOI: 10.1016/S0165-0114(97)00337-0
Runkler, T. A. (1997). Selection of appropriate defuzzification methods using application specific properties. IEEE Transactions on Fuzzy Systems, 5(1), 72–79. DOI: 10.1109/91.554449