@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/nuisance_parameters>
  skos:definition "A nuisance parameter is a type of parameter that is of no or only secondary interest in parametric estimation. For example, in a certain statistical model that involves a normally distributed random variable, the researcher's interest often focuses on the estimation of the expectation of the variable µ, whereas the variance of the random variable σ 2 is of no interest and is then considered a nuisance parameter. [Source: <a href=\"https://sk.sagepub.com/reference/socialscience/n640.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Social Science Research Methods; Nuisance Parameters</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/population_parameters> ;
  skos:prefLabel "nuisance parameters"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/population_parameters>
  skos:prefLabel "population parameters"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/nuisance_parameters> .

