@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/parameter_estimation>
  skos:definition "Parameter estimation is concerned with finding the value of a population parameter from sample statistics. Population parameters are fixed and generally unknown quantities. [Source: <a href=\"https://sk.sagepub.com/reference/socialscience/n687.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Social Science Research Methods; Parameter Estimation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/parametric_statistics> ;
  skos:prefLabel "parameter estimation"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/parametric_statistics>
  skos:prefLabel "parametric statistics"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/parameter_estimation> .

<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/parameter_estimation> .

