Data types
Sixteen data types, all in the same pattern: what it is, when to use it, how it is produced from classical data, common mistakes, field examples and sources.
- 01Classical
This is the data structure in which every cell holds one number and that number is taken as beyond dispute; every other data type exists only because something is missing from this structure.
Example cell: 5
207 methodsSee all → - 03Hesitant
This is the data structure that lets more than one plausible value be kept together for the same assessment.
Example cell: 0.4, 0.6, 0.7
30 methodsSee all → - 04Plithogenic
This is the data structure that, where a criterion splits into several sub-options (attribute values), keeps both the degrees given to each sub-option and how contradictory the sub-options are to one another.
Example cell: 0.7, 0.2, 0.1
28 methodsSee all → - 05Neutrosophic
This is the data structure that preserves the degrees of truth, indeterminacy and falsity in an assessment as three independent values.
Example cell: 0.7, 0.2, 0.1
27 methodsSee all → - 06Intuitionistic
This is the data structure that keeps how far you support a judgement and how far you reject it as two separate degrees, carrying the gap between them as a hesitation margin.
Example cell: 0.6, 0.3
24 methodsSee all → - 07Spherical
This is the data structure that takes all three of a judgement's degrees of support, rejection and hesitancy directly from the expert, and bounds the sum of their squares at 1.
Example cell: 0.5, 0.4, 0.3
19 methodsSee all → - 08Pythagorean
This is the data structure that lets the support and rejection degrees given to a judgement sum to more than 1, bounding only the sum of their squares.
Example cell: 0.8, 0.5
17 methodsSee all → - 09q-Rung Orthopair
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
16 methodsSee all → - 13Z-Number
This is the data structure that keeps an assessment's value and how far that value can be trusted together as two separate components.
Example cell: A: 2, 5, 7 · B: 0.6, 0.8, 1
14 methodsSee all → - 14Linguistic
This is the data structure in which an assessment is made not with a number but with a term drawn from a predefined, ordered set of words, and in which the calculation runs on those terms without ever converting them into numbers.
Example cell: s₄, 0
13 methodsSee all → - 16Stochastic
This is the data structure that keeps a value as a probability distribution rather than a single figure, and returns the decision result as "which alternative is acceptable, and with what probability."
Example cell: Normal(ort., sapma)
2 methodsSee all →