# OnCo record uncertainty-quantification (term). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/terms/uncertainty-quantification/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "uncertainty-quantification" ;
  schema:name "Uncertainty quantification and confidence gates"@en ;
  schema:alternateName "uncertainty quantification"@en, "UQ"@en, "predictive uncertainty"@en, "prediction uncertainty"@en, "confidence gate"@en, "confidence gates"@en, "high, low or refused"@en, "abstention"@en, "selective prediction"@en ;
  schema:description "Uncertainty quantification attaches to each prediction an estimate of how much to trust it, so a system can report high confidence, low confidence or refuse."@en ;
  schema:url <https://onco.cc/terms/uncertainty-quantification/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Uncertainty_quantification> ;
  schema:citation <https://en.wikipedia.org/wiki/Uncertainty_quantification> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/ood-detection/>, <https://onco.cc/terms/conformal-prediction/>, <https://onco.cc/terms/bootstrap/>, <https://onco.cc/terms/calibration/> .
