@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:210402
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "t-test"@en, "prueba t"@es ;
  skos:hiddenLabel "Student’s t-distribution"@en, "students t test"@en, "student's-t-test"@en, "student t test"@en, "student's t-test"@en, "student's t-tests"@en, "student t-distribution"@en, "student's t tests"@en, "student's t distribution"@en, "students t-tests"@en, "t-tests"@en, "Hotelling's t-squared distribution"@en, "t test"@en, "student t-test"@en, "students t-test"@en, "Hotelling's t-test"@en, "students t tests"@en, "Hotelling's t test"@en ;
  ns0:marc001 "73986" ;
  skos:altLabel "student's t-distribution"@en, "Student's t test"@en ;
  dc:created "2014-02-12"^^xsd:date ;
  skos:broader nalt:137373 ;
  a skos:Concept, ns0:Topic ;
  skos:definition nalt:210402_def ;
  dc:modified "2017-02-28"^^xsd:date .

nalt:137373
  skos:prefLabel "distribución de probabildad"@es, "probability distribution"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:210402 .

nalt:210402_def
  rdf:value "Procedimiento estadístico dirigido a analizar la diferencia entre dos o más promedios. Se utiliza para calcular la probabilidad de que los promedios fueron extraídos de la misma población o de varias."@es, "A statistical procedure for testing the difference between two or more means. It is used for estimating the probability that the means have been drawn from the same or different populations."@en ;
  dc:source "National Oceanic and Atmospheric Administration, Coral Reef Information System: Glossary" ;
  a ns0:Definition .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

