@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/prior_probability>
  skos:definition "A certain kind of PROBABILISTIC reasoning uses the observed data to update probabilities that existed before the data were collected, the so-called prior probabilities. This approach is called BAYESIAN INFERENCE and is in sharp contrast to the other existing approach, which is called frequentist. [Source: <a href=\"https://sk.sagepub.com/reference/socialscience/n750.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Social Science Research Methods; Prior Probability</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Bayesian_inference> ;
  skos:prefLabel "prior probability"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/Bayesian_inference>
  skos:prefLabel "Bayesian inference"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/prior_probability> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/methods>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "methods"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/prior_probability> .

