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

nalt:49454
  skos:prefLabel "análisis de regresión"@es, "regression analysis"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:49452 .

nalt:49452
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85075570>, <http://id.cabi.org/cabt/65126>, <http://id.agrisemantics.org/gacs/C9132> ;
  skos:hiddenLabel "partial-least squares (PLS) regression"@en, "partial least square"@en, "partial least squares regression"@en, "partial-least squares"@en, "least-square models"@en, "least-square model"@en, "PLS regression analysis"@en, "partial least squares"@en, "least square model"@en, "least-squares"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "least squares"@en, "mínimos cuadrados"@es ;
  skos:definition nalt:49452_def ;
  skos:altLabel "least squares analysis"@en, "least squares method"@en, "least squares regression analysis"@en ;
  skos:broader nalt:49454 ;
  ns0:marc001 "20846" ;
  dc:modified "2020-01-29"^^xsd:date .

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

nalt:49452_def
  rdf:value "Método estadístico para encontrar una línea o una curva (i.e. ' mejor ajuste') y representa una relación entre dos cantidades medidas (e.g. la altura y la edad de un monte de árboles). Las mediciones se representan como puntos de un gráfico. Si se agrupan cerca de la misma línea, el método de los cuadrados mínimos se usa para encontrar la suma mínima de los cuadrados de la distancia vertical de cada punto desde la línea propuesta."@es, "A statistical method for finding a line or curve (i.e., the 'best fit') that represents a relationship between two measured quantities (e.g., height and age of a stand of trees). The measurements are plotted as points on a graph. If they fall near the same line, the least squares method is used to find the minimum of the sum of the squares of the vertical distances of each data point from the proposed line."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

