Data types
q-Rung Orthopair Fuzzy
This is the data structure that regulates how large the support and rejection degrees given to a judgement may be together through an exponent (q) chosen to fit the data.
Example cell: 0.7, 0.4
What Is It?
A q-Rung orthopair fuzzy data structure asks the same question as the intuitionistic and Pythagorean fuzzy structures: how far do you support a judgement (membership, μ), and how far do you reject it (non-membership, ν)? The difference lies in the constraint governing how large the two degrees may be together. In the intuitionistic structure, μ + ν can be at most 1; in the Pythagorean structure, μ² + ν². In the q-Rung structure the exponent is not fixed: μ^q + ν^q must be at most 1, and q is chosen so as to cover the whole of the expert pairs.
The intuitionistic fuzzy structure is the special case q = 1, the Pythagorean fuzzy structure q = 2, and the Fermatean fuzzy structure q = 3. As q grows, the accepted (μ, ν) pairs widen: at q = 1, (0.8, 0.5) is invalid; at q = 2, it becomes valid; (0.9, 0.7) is invalid at q = 2 but valid at q = 4. The hesitation margin, again, is not taken from the expert; it is derived from the two degrees and from q.
When to Use It
Use it where experts report both very strong support and a very strong reservation for the same judgement, and these pairs exceed even the Pythagorean constraint. It is useful in problems where "both very good and very problematic" judgements arise naturally: high-risk, high-return investments; treatments with a strong benefit and a serious side effect; policies that produce both a large benefit and a strong backlash.
By contrast, where the expert pairs already fit the intuitionistic or Pythagorean constraint, there is no need to raise q; a larger q only reduces discrimination.
Can Classical Data Be Converted into q-Rung Orthopair Fuzzy Data?
Yes, but two steps are required.
First, turn the criterion into a judgement. The pair carries the support and rejection degrees of a proposition, not of a quantity. "Gold is 2,450 Turkish lira" is a measurement; "Gold is a suitable investment for the next six months" is a judgement.
Second, derive μ and ν from separate sources, and only then fix q. Once the pairs across all cells have been gathered, the smallest q that covers all of them is chosen. q is not fixed in advance and the pairs forced to fit it; the pairs come first, and q follows from them.
In DM3, q is not entered by the user; it comes bundled with the method's own definition (for QR-TOPSIS, for instance, q = 3; the interface shows this as "q comes from the method"), and on upload the cells' pairs are checked for validity under that q. The order therefore runs in reverse: first the smallest q covering the expert pairs is established, then the method that works with that q is chosen; the system asks for your data type and recommends a matching method.
What must not be done is computing ν as 1 − μ; in that case the sum is always exactly 1, q = 1 is already enough, and raising q serves no purpose.
A Larger q Is Not the Same as a Stronger Model
As q grows, the structure accepts more pairs; that does not make it more accurate or more powerful. As the accepted region widens, different judgements move closer together: at q = 10, almost every pair is valid, and the difference between (0.9, 0.9) and (0.9, 0.5) barely shows up in the ranking. Using a large q not to record what the expert actually said, but to smooth the ranking, causes a loss of information.
For that reason:
"q = 5 was chosen because a larger q is a more flexible model"
is better replaced by:
"The most extreme expert pair was (0.9, 0.7), so q = 4, the smallest exponent covering this pair, was chosen"
Strengths
The chief advantage of the q-Rung structure is that it fits the constraint to the data: rather than choosing among the intuitionistic, Pythagorean and Fermatean structures, the required exponent is determined by looking at the expert pairs. None of the expert's judgement is clipped.
Furthermore, because the three special cases sit under one roof, studies that used different constraints for different problems can be compared within the same framework.
Limitations
Choosing q is itself a decision, and it affects the result: the same pairs can give different scores and different rankings under q = 2 and q = 4. How q was chosen must be stated explicitly in the report.
As the accepted region widens, discrimination falls; at a large q, experts' genuinely different judgements can be reduced to similar scores. The score, distance and aggregation rules also depend on q; different studies use different rules, and results may not be directly comparable.
When Is Fermatean Fuzzy Used?
If the most extreme expert pair exceeds the Pythagorean constraint but its cubes still sum to less than 1 (for example (0.9, 0.6): sum of squares 1.17, sum of cubes 0.95), the Fermatean fuzzy structure (q = 3) is enough. Fermatean is a fixed-exponent member of the q-Rung family, not a separate concept. If the expert pairs also exceed the cube constraint, a q-Rung structure with q = 4 or higher is used.
Common Mistakes
The most frequent mistake is choosing a large q without looking at the data, "for flexibility." This erases the differences between experts.
The second frequent mistake is using the q-Rung structure for pairs that already fit the intuitionistic or Pythagorean constraint; choosing q = 3 when q = 1 or 2 would do only reduces discrimination. Likewise, writing ν = 1 − μ, deriving both degrees from a single source, choosing a different q cell by cell (a single q is required for the whole matrix), and failing to state q in the report all lead to methodological problems.
The governing principle is this:
q is chosen as the smallest exponent covering the whole of the expert pairs: neither smaller (the pairs get clipped) nor larger (discrimination is lost).
Examples
Each example opens with a familiar, single exact figure and shows the conditions and steps under which that same figure moves into q-Rung orthopair fuzzy form.
1. Energy: A site's average annual wind speed of 7.4 m/s
An exact figure. A measurement mast has kept records for a year; the annual average wind speed is 7.4 m/s. It is a measurement, not a judgement.
Step 1: Turn the criterion into a judgement. The choice is a wind farm site among three locations, on the criterion "site suitability." Judgement: "This site is suitable for the plant."
Step 2: Derive the support and rejection degrees from separate sources, then fix q. Support comes from technical reports: of 10 indicators across wind speed, grid proximity, ground conditions and access, 8.5 are favourable. Rejection comes from environmental and social assessment: of 10 indicators across bird migration routes, noise and village objections, 6.5 are unfavourable:
- •μ (support) = 0.85, ν (rejection) = 0.65
- •Intuitionistic constraint: sum 1.50, invalid. Pythagorean constraint: sum of squares 0.72 + 0.42 = 1.15, invalid. Sum of cubes: 0.61 + 0.27 = 0.89, valid → q = 3
In q-Rung orthopair fuzzy form. On the criterion "suitability," the site is (0.85, 0.65). In DM3, q comes bundled with the method; this pair is valid for a q-Rung method that works with q = 3 (QR-TOPSIS, for instance). The system recommends the method matching your data type and your pairs.
Same figure, different case. At a second site, if the technical indicators are equally favourable but objection is weak, the pair becomes (0.85, 0.30); the sum, 1.15, exceeds the intuitionistic constraint, while the sum of squares, 0.72 + 0.09 = 0.81, fits the Pythagorean constraint. For this site alone, q = 2 would have sufficed; but every cell in the matrix runs on a single q, and since the first site requires q = 3, the whole matrix is assessed at q = 3.
2. Business: A target market worth 120 million Turkish lira
An exact figure. A market research report puts the target market's annual size at 120 million Turkish lira. It is a measured quantity.
Step 1: Turn the criterion into a judgement. The choice is among three country markets, on the criterion "fitness of the entry decision." Judgement: "This market should be entered."
Step 2: Derive the support and rejection degrees from separate sources, then fix q. Support comes from commercial indicators: size, growth rate, few competitors, distribution network; 8 of 10 indicators favourable. Rejection comes from risk indicators: currency volatility, regulatory uncertainty, collection times; 7 of 10 indicators unfavourable:
- •μ = 0.80, ν = 0.70
- •Sum 1.50, invalid. Sum of squares 0.64 + 0.49 = 1.13, invalid. Sum of cubes 0.51 + 0.34 = 0.85, valid → q = 3
In q-Rung orthopair fuzzy form. On the criterion "fitness of entry": (0.80, 0.70), q = 3. The judgement "great opportunity, great risk" is recorded through q, not by clipping either degree.
Same figure, different case. For a neighbouring country's market, if only 3 of the risk indicators are unfavourable, the pair becomes (0.60, 0.30); the sum, 0.90, fits the intuitionistic constraint. Assessed on its own, this market would have needed only q = 1.
3. Health: A hospital information system's demo score, 82/100
An exact figure. Three information-system candidates have gone through a demo evaluation; the first candidate scored 82 out of 100. The score is a measurement.
Step 1: Turn the criterion into a judgement. The choice is among three systems, on the criterion "institutional fit." Judgement: "This system is suitable for the hospital."
Step 2: Derive the support and rejection degrees from separate sources, then fix q. Support comes from clinical staff's assessment: ease of use, speed, patient safety; 9 out of 10. Rejection comes from the IT and security team's assessment: data-migration difficulty, incompatibility with legacy infrastructure, audit gaps; 6 out of 10:
- •μ = 0.90, ν = 0.60
- •Sum 1.50, invalid. Sum of squares 0.81 + 0.36 = 1.17, invalid. Sum of cubes 0.73 + 0.22 = 0.95, valid → q = 3
In q-Rung orthopair fuzzy form. On the criterion "institutional fit": (0.90, 0.60), q = 3. Strong support from the clinical team and a marked objection from the IT team are both preserved in the same cell.
Same figure, different case. If the supplier completes its security audits and the IT team's objection drops to 3.5 out of 10, the pair becomes (0.90, 0.35); the sum of squares, 0.81 + 0.12 = 0.93, fits the Pythagorean constraint. The same 82-point score; what has changed is the updated rejection evidence.
4. Urban regeneration: A feasibility score of 78/100
An exact figure. An urban regeneration project scored 78 out of 100 in a feasibility report.
Step 1: Turn the criterion into a judgement. The criterion is "practicability." Judgement: "This project should go ahead."
Step 2. Two separate stakeholder scales: economic benefit 9/10, neighbourhood objection 8/10.
- •μ = 0.90, ν = 0.80
- •Sum of squares 1.45, sum of cubes 1.24, sum of fourth powers 0.66 + 0.41 = 1.07, sum of fifth powers 0.59 + 0.33 = 0.92 → q = 5
In q-Rung orthopair fuzzy form. (0.90, 0.80), q = 5. The 78-point score alone does not carry the "great benefit, great backlash" duality; the pair does. A method accepting this pair requires q = 5; if the system has no such method, it says so.
5. What Not to Do
Choosing q = 5 "for a general model" for a pair that already fits the intuitionistic constraint, say (0.55, 0.25). The pair is already valid at q = 1; a large q adds no information, and only narrows the difference between this cell and the others. Likewise, writing the measured score of 82 as (0.82, 0.18) and then searching for a q is pointless; ν must rest on counter-evidence, not be computed as 1 − μ.
The numbers in the examples are fictional; they are not real data.
Short decision rule
A single, reliable value → Crisp
Support and rejection for a judgement, sum at most 1 → Intuitionistic fuzzy (q = 1)
Sum exceeds 1, sum of squares does not → Pythagorean fuzzy (q = 2)
Sum of squares exceeds it, sum of cubes does not → Fermatean fuzzy (q = 3)
Sum of cubes also exceeds it → q-Rung orthopair, q = the smallest exponent covering the pairs
Hesitation margin given separately by the expert → Spherical fuzzy or picture fuzzy
True / uncertain / false, independent of one another → Neutrosophic
Key sources
Yager, R. R. (2017). Generalized orthopair fuzzy sets. IEEE Transactions on Fuzzy Systems, 25(5), 1222–1230. DOI: 10.1109/TFUZZ.2016.2604005
Senapati, T., & Yager, R. R. (2020). Fermatean fuzzy sets. Journal of Ambient Intelligence and Humanized Computing, 11(2), 663–674. DOI: 10.1007/s12652-019-01377-0
Liu, P., & Wang, P. (2018). Some q-rung orthopair fuzzy aggregation operators and their applications to multiple-attribute decision making. International Journal of Intelligent Systems, 33(2), 259–280. DOI: 10.1002/int.21927