# OnCo record bootstrap (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/bootstrap/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "bootstrap" ;
  schema:name "Bootstrap resampling"@en ;
  schema:alternateName "bootstrap"@en, "bootstrap resampling"@en, "bootstrapped confidence interval"@en, "bootstrap confidence intervals"@en, "resampling with replacement"@en, "P10 to P90 spread"@en ;
  schema:description "Bootstrapping refits a model or recomputes a statistic on many resamples of the data drawn with replacement, and the spread of the results is a confidence interval that needs no formula."@en ;
  schema:url <https://onco.cc/terms/bootstrap/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Bootstrapping_(statistics)> ;
  schema:citation <https://en.wikipedia.org/wiki/Bootstrapping_(statistics)> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/cross-validation/>, <https://onco.cc/terms/uncertainty-quantification/>, <https://onco.cc/terms/permutation-test/> .
