data.CONFIDENCE

Confidence is expressed as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly true.
Module
Used by
These class-based attributes use data.CONFIDENCE
att.ranging/@confidenceSpecifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range.
Declaration
<macroSpec ident="data.CONFIDENCE" module="MEI" type="dt">
<desc xml:lang="en">Confidence is expressed as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly true.</desc>
<content>
<rng:data type="decimal">
<rng:param name="minInclusive">0</rng:param>
<rng:param name="maxInclusive">1</rng:param>
</rng:data>
</content>
</macroSpec>