Thanks to everyone whose help has allowed us to offer this bilingual glossary!
If you have suggestions on how to improve any of our Spanish definitions, please share your comments with contact@BootstrapWorld.org
- absolute value
-
the (positive) distance of a number from zero, annotated | x |
- valor absoluto
-
la distancia (positiva) de un número al cero, anotada | x |
- accessor functions
-
functions to extract values from a data structure
- funciones de acceso
-
funciones para extraer valores de una estructura de datos
- Additive Inverse Property
-
Adding a number and its opposite always produces zero.
- Propiedad inversa aditiva
-
La suma de un número y su opuesto siempre produce cero.
- algebraic expression
-
a mathematical expression that consists of numbers, operators, and variables <b>·</b> The variables' values are sometimes unknown. If we define variables, algebraic expressions can be simplified to a single numeric value
- expresión algebraica
-
una expresión matemática que consta de números, operadores y variables. Los valores de las variables a veces son desconocidos. Si definimos variables, las expresiones algebraicas se pueden simplificar a un solo valor numérico.
- arithmetic expression
-
a mathematical expression that consists of numbers and operators, which does not have an equal sign. When we apply the laws of arithmetic, arithmetic expressions can be simplified to a single numeric value.
- expresión aritmética
-
una expresión matemática que consta de números y operadores, que no tiene un signo de igual. Cuando aplicamos las leyes de la aritmética, las expresiones aritméticas se pueden simplificar a un solo valor numérico.
- ascending
-
an order in which lower values appear first, and higher values appear after
- ascendente
-
un orden de valores en la cual los más bajos aparecen primero y los más altos aparecen después
- Associative Property
-
When adding three numbers or multiplying three numbers, it does not matter whether you start with the first pair or the last. The same is true when either adding or multiplying four numbers, five numbers, etc.
- La propiedad asociativa
-
Al sumar tres números o multiplicar tres números, no importa si comienzas con el primer par o el último. Lo mismo ocurre al sumar o multiplicar cuatro números, cinco números, etc.
- axis of symmetry
-
a line on either side of which a line, curve, or shape is the reflection of the other
- eje de simetría
-
una línea a cada lado de la cual una línea, curva o forma es el reflejo de la otra
- bar chart
-
a display of categorical data that uses bars positioned over category values; each bar’s height reflects the count or percentage of data values in that category
- gráfico de barras
-
una visualización de datos categóricos que utiliza barras colocadas sobre los valores de una categoría; la altura de cada barra refleja el número o el porcentaje de los valores en esa categoría
- base
-
the factors that will be multiplied by themselves the number of times indicated by the exponent or to reach the log input. In expressions like 9<sup>3</sup> and log<sub>2</sub>4, the 9 and 2 are called bases.
- base
-
En expresiones como 9<sup>3</sup> y log<sub>2</sub>4, el 9 y el 2 se llaman bases. Son los factores que se multiplicarán por sí mismos el número de veces indicado por el exponente o para alcanzar la entrada logarítmica.
- box plot
-
the box plot (a.k.a. box-and whisker-plot) is a way of displaying a distribution of data based on the five-number summary: minimum, first quartile, median, third quartile, and maximum
- diagrama de caja
-
el diagrama de caja (también conocido como diagrama de caja y bigotes) es una forma de mostrar la distribución de datos basada en el resumen de cinco números: mínimo (el valor más bajo), primer cuartil, mediana, tercer cuartil y máximo (el valor más alto)
- categorical data
-
data whose values are qualities that are not subject to the laws of arithmetic
- datos categóricos
-
datos cuyos valores son cualidades que no están sujetas a las leyes de la aritmética
- central tendency
-
a summary measure, that attempts to describe a whole set of data with a single value that represents the middle or center of its distribution. In other words, a value that all the others tend to cluster around.
- medidas de tendencia central
-
Medida de resumen, que intenta describir un conjunto completo de datos con un único valor que representa el punto medio o central de su distribución. En otras palabras, un valor alrededor del cual todos los demás tienden a agruparse.
- circle of evaluation
-
a diagram of the structure of a mathematical expression (Bootstrap-specific)
- círculo de evaluación
-
un diagrama de la estructura de una expresión matemática (específico de Bootstrap)
- cluster
-
a group of data points that are close together
- clúster de datos
-
un grupo de puntos de datos que están cerca unos de otros
- gap
-
an interval where there are no data points
- conjunto vacío
-
un intervalo en el que no hay puntos de datos
- combination
-
the number of possible arrangements in a collection of items where the order of the selection does NOT matter. (ABC and CBA would be considered the same combination.)
- combinación
-
el número de arreglos posibles con los elementos de un conjunto, donde el orden de los elementos usados NO importa. (ABC y CBA se consideran la misma combinación.)
- comments
-
messages in the code, generally ignored by the computer, to help people interacting with the code understand what it is doing
- comentarios de código
-
anotaciones en el código que facilitan nuestra comprensión de lo que el código intenta hacer; la computadora no los lee
- Commutative Property
-
For any expression involving only addition or only multiplication, changing the order of the numbers will not change the result.
- Conmutatividad
-
Para cualquier expresión que involucre solo suma o solo multiplicación, cambiar el orden de los números no cambiará el resultado
- compound inequality
-
an inequality that combines two simple inequalities using <i>and</i> or <i>or</i>
- desigualdad compuesta
-
una desigualdad que combina dos desigualdades simples con <i>o</i> o <i>y</i>
- conditional
-
an expression containing a list of boolean-producing "questions" (known as conditions), along with code to run if each condition is met
- condicional
-
una expresión de código compuesta de preguntas y respuestas
- confounding variable
-
an unaccounted-for variable that influences both of the variables being analyzed and confuses the interpretation of the relationship between them
- factor de confusión
-
una variable no contabilizada que influye en la relación entre las variables que se analizan
- constructor
-
a function that creates instances of a data structure
- constructor
-
la función que crea instancias de una estructura
- continuous
-
"Uninterrupted". On a graph, continuous functions appear as an unbroken curve. Some functions are continuous everywhere, while others may only be continuous over a specific interval.
- continua
-
"Ininterrumpido". En una gráfica, las funciones continuas aparecen como una curva ininterrumpida. Algunas funciones son continuas en todas partes, mientras que otras pueden ser continuas sólo durante un intervalo específico.
- contract error
-
errors where the code makes sense, but uses a function with the wrong number or type of arguments (Bootstrap-specific)
- error de contrato
-
errores donde el código tiene sentido, pero usa una función con el número o tipo de argumentos incorrectos (Específico de Bootstrap)
- convenience sample
-
a method of collecting data whereby the individuals in the sample are selected not because they are most representative of the entire population, but because they are most easily accessible
- muestreo por conveniencia
-
una modalidad de selección de una muestra estadística por la cual el investigador elige aquellos sujetos a los que tiene mayor facilidad de acceso.
- coordinate
-
a number describing an object’s location
- coordenada
-
un número que describe la ubicación de un objeto
- coordinate pair
-
a set of numbers describing an object’s location on the coordinate plane
- par ordenado
-
conjunto de números que describen la ubicación de un objeto relacionándola con el eje-x (el primer valor del par ordenado) y con el eje-y (el segundo valor del par ordenado)
- coordinate plane
-
a grid formed by a pair of intersecting horizontal and vertical number lines
- plano de coordinadas
-
una cuadrícula formada por un par de rectas numéricas horizontales y verticales que se cruzan
- correlation
-
the degree to which knowing the value of an <i>explanatory</i> variable helps us predict the value of another, <i>response</i>, variable
- correlación
-
el grado en que conocer el valor de una variable explicativa nos ayuda a predecir el valor de la otra variable (de respuesta)
- cosine
-
a periodic function with a graph that resembles a wave, repeating every 2π radians (or 360 degrees). Often written as cos(x), the function relates the angle of a right-angled triangle to the ratio between its "adjacent" side and the hypotenuse of the triangle.
- coseno
-
función periódica con una gráfica que se asemeja a una onda y que se repite cada 2π radianes (o 360 grados). A menudo escrita como cos(x), la función relaciona el ángulo de un triángulo rectángulo con la razón entre su lado adyacente y la hipotenusa.
- data block
-
code that lists the name, constructor(s), and field(s) of a data structure
- bloque de datos
-
código que enumera el nombre, los constructores y los elementos de una estructura de datos
- data row
-
a structured piece of data in a dataset that typically reports all the information gathered about a given individual
- fila de datos
-
un conjunto de datos estructurados que usualmente representa toda la información recopilada sobre un individuo particular
- data science
-
the science of collecting, organizing, and drawing general conclusions from data, with the help of computers
- ciencia de datos
-
la ciencia de recopilar, organizar y extraer conclusiones generales a partir de datos, con la ayuda de computadoras
- dataset
-
a collection of related information that is composed of separate elements, but can be manipulated as a unit by a computer
- conjunto de datos
-
una colección de información relacionada que se compone de elementos separados, pero que una computadora puede manipular como una unidad
- data structure
-
a 'container' data type, which has fields that can hold other data (e.g. - a 'coordinate' is a data structure holding number fields x and y)
- estructura de datos
-
un tipo de dato con campos que pueden contener otros datos (por ejemplo, una 'coordenada' es una estructura de datos que contiene los campos numéricos <b>x</b> y <b>y</b>)
- data type
-
a way of classifying values, such as: Number, String, Image, Boolean, or any user-defined data structure
- tipo de datos
-
Una manera de clasificar valores, como: Número, Cadena, Imagen, Booleano o cualquier estructura de datos definida por el usuario
- decay rate
-
the percentage each term in an exponential sequence shrinks by to get the next term
- tasa de decaimiento
-
el porcentaje en el que cada término en una secuencia exponencial se reduce para obtener el siguiente término
- definitions area
-
the left-most text box in the Editor where definitions for values and functions are written (Bootstrap-specific)
- área de definiciones
-
el cuadro de texto en el editor, donde se definen valores y funciones (Específico de Bootstrap)
- dependent variable
-
When modeling a relationship between an input and an output (e.g. - distance over time), we are curious about how a change in the input (typically graphed on the x-axis) impacts the output (y). When the output is entirely dependent on the input, we refer to the output as the "dependent variable".
- variable dependiente
-
Al modelar una relación entre una entrada y una salida (p. ej., la distancia en el tiempo), tenemos curiosidad acerca de cómo un cambio en la entrada (típicamente representado en el eje x) impacta la salida (y). Cuando la salida depende completamente de la entrada, nos referimos a la salida como la "variable dependiente".
- descending
-
an order in which higher values appear first, and lower values appear after
- descendiente
-
conjunto de valores ordenados de mayor a menor
- design recipe
-
a sequence of steps that helps people document, test, and write functions (Bootstrap-specific)
- receta de diseño
-
una secuencia de pasos que ayuda a las personas a documentar, probar y escribir funciones (Específico de Bootstrap)
- distribution
-
a description of the relative frequencies that different quantities occur in a sample
- distribución
-
una descripción del número de veces o probabilidades relativas de que diferentes cantidades ocurran en una muestra
- Distributive Property
-
Multiplying the sum of two addends by a number produces the same result as multiplying each addend by that number and then adding the products.
- distributividad
-
Multiplicar la suma de dos sumandos por un número produce el mismo resultado que multiplicar cada sumando por ese número y luego sumar los productos.
- dot accessor
-
a way to extract the values of fields an instance
- punto-accesor
-
Una manera de extraer valores de una estructura de datos
- dot plot
-
a data visualization showing each element of a small numerical data set as a point above a number line, making it easy to identify the variability, gaps, peaks and clusters of a data set
- diagrama de puntos
-
una visualización de datos que consta de puntos de datos trazados a lo largo de una recta numérica
- driver
-
in pair programming, the person who is doing the typing, as directed by the navigator
- conductora
-
en programación en pareja, la persona al teclado que sigue las indicaciones de la navegadora
- equivalent
-
expressions are equivalent when they simplify to the same value, no matter what value is assigned to their variables (if there are any)
- equivalente
-
las expresiones son equivalentes cuando se simplifican al mismo valor, sin importar el valor que se asigne a sus variables (si las hay)
- error message
-
information from the computer about errors in code
- mensaje de error
-
información que provee la computadora sobre errores en el Código
- event-based programming
-
a style of programming in which every functions are written to respond to mouse-clicks, keypresses, etc.
- programacion basada en eventos
-
un estilo de programación en el que se escriben todas las funciones para responder a los clics del ratón, pulsaciones de teclas, etc.
- examples block
-
code that lists examples
- bloque de ejemplos
-
código que enumera ejemplos
- explanatory variable
-
When modeling a possible relationship between an input and an output (e.g. - height and age), we are curious about how a change in the input (typically graphed on the x-axis of a scatter plot) might "explain" the output (y). When the behavior of the output may be explained by the input, we refer to the input as the "explanatory variable".
- variable explicativa
-
cualquier factor que pueda influir en la variable de respuesta, generalmente representada en el eje x de un diagrama de dispersión.
- exponent
-
tells you how many times to multiply the base times itself. For example, 9<sup>3</sup> = 9 × 9 × 9 and 7<sup>2</sup> = 7 × 7.In expressions like 9<sup>3</sup> and 7<sup>2</sup>, the 3 and the 2 are called exponents.
- exponente
-
En expresiones como 9<sup>3</sup> y 7<sup>2</sup>, el 3 y el 2 se llaman exponentes. Ellos indican cuántas veces debemos multiplicar la base por sí misma. Por ejemplo, 9<sup>3</sup> = 9 × 9 × 9 y 7<sup>2</sup> = 7 × 7.
- exponential decay
-
a sequence in which each number is multiplied by a constant amount - less than one - to produce the next, causing the sequence to decay rapidly at first and then slow to smaller and smaller reductions
- decaimiento exponencial
-
una secuencia en la que cada número se multiplica por una cantidad constante (menor que uno) para producir el siguiente, lo que hace que la secuencia decaiga rápidamente al principio y luego se lentifique a reducciones cada vez más pequeñas
- exponential growth
-
a sequence in which each number is multiplied by a constant amount - greater than one - to produce the next, causing the sequence to grow slowly at first and then switch to rapidly-accelerating increases
- crecimiento exponencial
-
una secuencia en la que cada número se multiplica por una cantidad constante (mayor que uno) para producir el siguiente, lo que hace que la secuencia crezca lentamente al principio y luego cambie a aumentos que se aceleran rápidamente
- exponential relationship
-
a mathematical relation between two variables x and y, in which the dominant term is raised to the power of x, and the y-values grow by a constant factor over equal intervals in the x-values. When graphed, an exponential relationship appears as a 'hockey stick' curve (sloping up or down). Exponential functions occur widely in the natural and social sciences, as in a self-reproducing population or a fund accruing compound interest
- función exponencial
-
una relación matemática entre dos variables, xey, en la que el término dominante se eleva a la potencia de x, y los valores de y aumentan en un factor constante en intervalos iguales en los valores de x. Cuando se representa gráficamente, una relación exponencial aparece como una curva de 'palo de hockey' (con pendiente hacia arriba o hacia abajo). Las funciones exponenciales ocurren ampliamente en las ciencias naturales y sociales, como en una población que se reproduce a sí misma o en un fondo que acumula interés compuesto
- expression
-
a computation written in the rules of some language (such as arithmetic, code, or a Circle of Evaluation)
- expresión
-
un cálculo escrito en las reglas de algún lenguaje (como aritmética, código o un Círculo de Evaluación)
- Factored Form of a Quadratic Fuction
-
a(x−r₁)(x−r₂), where a is a constant and r₁ and r₂ are the roots of the equation.
- forma de vértice de una función cuadrática
-
La forma general de una función cuadrática en su forma factorizada es f(x)=a(x−r₁)(x−r₂), donde a es el coeficiente principal y r₁ y r₂ son las raíces de la función.
- five number summary
-
a comprehensive snapshot of the distribution of a dataset using the five benchmark percentiles: the minimum, the lower quartile (Q1), the median, the upper quartile (Q3), and the maximum
- resumen de cinco números
-
una instantánea completa de la distribución de un conjunto de datos utilizando los cinco percentiles de referencia: el mínimo, el cuartil inferior (Q1), la mediana, el cuartil superior (Q3) y el máximo
- frequency table
-
a tool used to display data by summarizing how often specific values or categories appear in a data set
- tabla de frecuencias
-
una herramienta utilizada para mostrar datos resumiendo la frecuencia con la que aparecen valores o categorías específicos en un conjunto de datos
- function block
-
code that names a function, lists its variables, and states the expression to compute when the function is used
- bloque de función
-
código que denomina la función, clasifica sus variables, y propone la expresión a evaluar cuando se utiliza la función
- function composition
-
the act of connecting two or more functions so that they work together to produce the desired outcome. The output ("range") of one function is used as the input ("domain") of the next
- composición de funciones
-
el acto de conectar dos o más funciones para que trabajen juntas para producir el resultado deseado. La salida ("rango") de una función se utiliza como entrada ("dominio") de la siguiente
- function definition
-
code that names a function, lists its variables, and states the expression to compute when the function is used
- definición de función
-
que designa una función, enumera sus variables e indica la expresión a evaluar cuando se utiliza la función
- function notation
-
a standard way to denote functions, beginning with a function name, such as <i>f</i> or <i>gt</i>, the variable(s) the function takes in, such as <i>x</i> or <i>size</i>, and a definition of what the function does using a formula in terms of the variable. For example, f(x) = x + 1 takes in a number and adds 1.
- notación de funciones
-
una manera en la que una función puede ser representada usando símbolos y signos
- frequency
-
how often a particular value appears in a dataset
- frecuencia
-
el número de veces que aparece un valor particular en un conjunto de datos
- graph
-
a diagram (such as a series of one or more points, lines, line segments, curves, or areas) that describes how one variable changes as the value of another (independent) variable changes
- gráfico
-
la representación en un plano de coordenadas de los pares ordenados, líneas, curvas o áreas que describen la relación entre dos variables
- grouped sample
-
a non-random subset of individuals chosen from a larger set, where the individuals belong to a specific group
- muestra agrupada
-
un subconjunto no aleatorio de individuos elegidos de un conjunto de datos más grande, donde los individuos pertenecen a un grupo específico
- growth factor
-
the amount each term in an exponential sequence is multiplied by to get the next term (either 1 plus the growth rate or 1 minus the decay rate)
- factor de crecimiento
-
la cantidad por la que se multiplica cada término en una secuencia exponencial para obtener el siguiente término (ya sea 1 más la tasa de crecimiento o 1 menos la tasa de decaimiento)
- growth rate
-
the percentage each term in an exponential sequence grows or shrinks by to get the next term
- tasa de crecimiento
-
el porcentaje en el que crece cada término en una secuencia exponencial para obtener el siguiente término
- header row
-
the titles of each column of a table, usually shown at the top
- encabezado
-
los titulos de las columnas en una tabla de datos, que generalmente se muestran en la parte superior
- helper function
-
a small function that handles a specific part of another computation, and gets called from other functions
- función auxiliar
-
Una función invocada desde otras funciones con el propósito de realizar una tarea concreta requerida por éstas
- histogram
-
a display of quantitative data that uses vertical bars positioned over bins (or 'intervals'); each bar’s height reflects the count of values in that bin.
- histograma
-
Un gráfico de barras de frecuencia especial en el que cada barra cuenta la frecuencia de los valores que aparecen en un cierto intervalo.
- horizontal axis
-
axis on a coordinate plane that runs from left to right
- eje horizontal
-
eje en un diagrama de dispersión que va de izquierda a derecha
- horizontal shift
-
the amount that the graph of a function is shifted to the right (positive) or left (negative)
- desplazamiento horizontalmente
-
la cantidad que la gráfica de una función se desplaza hacia la derecha (positiva) o hacia la izquierda (negativa)
- hypotenuse
-
the side opposite the 90-degree angle in a right triangle
- hipotenusa
-
el lado opuesto al ángulo de 90 grados en un triángulo rectángulo
- identifier column
-
a column of unique values which identify all the individual rows (e.g. - student IDs, SSNs, etc)
- columna de identificador
-
una columna de valores únicos, que identifican todas las filas (por ejemplo - número de passaporte, número de estudiante, etc.)
- Identity Property
-
Multiplying or dividing an expression by 1 does not change its value; similarly, adding or subtracting 0 results in the original value.
- identidad
-
Multiplicar o dividir una expresión por 1 no cambia su valor; de manera similar, sumar o restar 0 da como resultado el mismo valor.
- independent variable
-
When modeling a relationship between an input and an output (e.g. - distance over time), we are curious about how a change in the input (typically graphed on the x-axis) impacts the output (y). When the output is entirely dependent on the input, we refer to the input as the "independent variable".
- la variable independiente
-
Al modelar una relación entre una entrada y una salida (p. ej., distancia en el tiempo), tenemos curiosidad acerca de cómo un cambio en la entrada (típicamente graficado en el eje x) impacta la salida (y). Cuando la salida depende completamente de la entrada, nos referimos a la entrada como la "variable independiente".
- inequality
-
a mathematical description of the relationship between two variables or quantities, in which they are not necessarily equal
- desigualdad
-
una afirmación que dos expresiones o valores no son iguales. hay varios símbolos de desigualdad que incluyen: desigual ≠, mayor que >, menor que <, menor o igual que ≤, mayor o igual que ≥
- interactions area
-
the right-most text box in the Editor, where expressions are entered to be evaluated (Bootstrap-specific)
- área de interacciones
-
el cuadro de texto a la derecha en el Editor, donde se ingresan las expresiones para ser evaluadas (Específico de Bootstrap)
- interquartile range
-
(IQR) is the range of the middle 50% of the data. This measure of spread is found by dividing a dataset into four parts. The values that divide each part are called the first quartile (Q1), the median, and third quartile (Q3). IQR is calculated as Q3 minus Q1
- rango intercuartil
-
Posible medida de dispersión que está basada en la división de un conjunto de datos en cuatro partes. Los valores que dividen cada parte se denominan primer cuartil (Q1), mediana y tercer cuartil (Q3). IQR se calcula como Q3 menos Q1
- intersection
-
the set of values that makes both inequalities true
- intersección
-
el conjunto de valores que hace que ambas desigualdades sean verdaderas
- legal expression
-
code that follows the Code Rules for a language
- expresión legal
-
expresión que sigue las Reglas de Código para un lenguaje de programación
- library
-
a file containing definitions (functions, values, etc) that can be imported into another program
- biblioteca
-
un archivo que contiene definiciones (funciones, valores, etc.) que se pueden importar a otro programa
- line graph
-
drawn by connecting consecutive data points with straight lines, this data visualization only makes sense for datasets where the explanatory variable changes continuously (e.g. time)
- gráfico de líneas
-
se dibuja comúnmente para mostrar la evolución de unos datos a lo largo del tiempo.
- linearization
-
transforming data that we want to fit with a logarithmic model so that we can fit it computationally with a linear model
- linealización
-
transformar los datos que queremos ajustar con un modelo logarítmico para que podamos ajustarlos computacionalmente con un modelo lineal
- linear relationship
-
a mathematical relation between two quantitative variables x and y such that y changes by a constant amount (the slope) for every unit increase in x. When graphed, a linear relationship appears as a straight line (sloping up or down)
- lineal
-
una relación matemática entre dos variables cuantitativas xey tal que y cambia en una cantidad constante (la pendiente) por cada unidad de aumento en x. Cuando se representa gráficamente, una relación lineal aparece como una línea recta (con pendiente hacia arriba o hacia abajo)
- linear regression
-
a type of analysis that models the relationship between two quantitative variables. The result is known as a regression line, or line of best fit
- regresión lineal
-
un tipo de análisis que modela la relación entre dos variables cuantitativas. El resultado se conoce como línea de regresión o línea de mejor ajuste
- line of best fit
-
summarizes the relationship (if linear) between two quantitative variables in such a way as to minimize the errors overall when using explanatory values to predict responses
- línea de mejor ajuste
-
resume la relación (si es lineal) entre dos variables cuantitativas de tal manera que se minimicen los errores generales cuando se utilizan valores explicativos para predecir respuestas
- log coefficient
-
the number in front of the logarithmic term, which describes the percent increase in the dependent variable for every 1% increase in the independent variable, much like how the slope in a linear function determines the magnitude of the change in the dependent variable for each change in the independent variable.
- coeficiente logarítmico
-
el coeficiente o número delante del término logarítmico en una ecuación describe el porcentaje en que cambia la variable dependiente por cada aumento del 1% en la variable independiente. Este coeficiente es análogo a la pendiente en una función lineal, ya que determina la magnitud del cambio en la variable dependiente por cada cambio en la variable independiente
- logarithmic relationship
-
a mathematical relation between two variables, x and y, in which a base must be raised to the power of y in order to equal the value of x. When graphed, a logarithmic relationship appears as a reflection of an exponential function across the diagonal line y = x, rising quickly at first along the y-axis and then the curve flattens out as the speed of growth decreases
- función logarítmica
-
una relación matemática entre dos variables, x e y, en la que se debe elevar una base a la potencia de y para igualar el valor de x. Cuando se representa gráficamente, una función logarítmica aparece como una curva de 'palo de hockey invertido' (con pendiente hacia arriba o hacia abajo)
- logic error
-
errors in the way a programmer is thinking about a problem
- errores de logica
-
errores en la forma en que un programador está pensando en un problema
- mean
-
a representation of the center, or 'typical' value in a set of numbers, calculated as the sum of those numbers divided by the number of values.
- el promedio
-
Un número que representa el centro o valor 'típico' en un conjunto de datos cuantitativos. Resultado que se obtiene al dividir la suma de varias cantidades entre el número de elementos sumados.
- midline
-
the line that passes exactly in the middle between the peaks and valleys of a periodic function
- línea media
-
la línea horizontal que pasa exactamente en el medio entre los puntos máximo y mínimo del gráfico
- model
-
a simplified representation of variables in a dataset, used to predict the value of one of those variables based on one or more of the other variables in the dataset
- modelo
-
una representación simplificada de variables en un conjunto de datos, utilizada para predecir el valor de una de esas variables en función de una o más de las otras variables en el conjunto de datos
- Multiplicative Inverse Property
-
Multiplying a number (other than zero) and its reciprocal always produces 1
- Propriedad del Inverso Multiplicativo
-
Multiplicar cualquier número diferente de 0 por su reciproco produce 1
- null hypothesis
-
the claim that "there’s nothing special going on" in the larger population from which we are sampling. This claim could mean "in general, the coin isn’t biased towards heads or tails" or "in general, breed doesn’t affect how long it takes for dogs to be adopted."
- hipótesis nula
-
la hipótesis de que no hay diferencia significativa entre poblaciones específicas, cualquier diferencia observada se debe a un error de muestreo o experimental
- navigator
-
in pair programming, the person who has their eyes on the screen directing the driver
- navegadora
-
en programación en pareja, la persona con los ojos en la pantalla, dirigiendo al conductor
- negative correlation
-
relationship in which one variable increases as the other decreases, and vice versa
- correlación negativa
-
una relación en la que una variable incrementa a medida que la otra disminuye, y viceversa
- nonlinear
-
a pattern that is not a straight line when it is graphed
- relación no lineal
-
tipo de relación que no es una línea recta cuando se representa gráficamente
- normal
-
A normal distribution has a particular symmetric shape that bulges in the middle and tapers at the ends.
- distribución normal
-
Una distribución normal tiene una forma simétrica particular que es más ancha en el medio y se estrecha en los extremos.
- outlier
-
a data point that differs significantly from other observations
- valore atípico
-
un punto de datos que difiere significativamente de otras observaciones en una muestra
- percentage
-
a ratio showing the parts per hundred
- porcentaje
-
la relación de proporción existente entre 2 números. Para hacerlo más intuitivo, se ha usado siempre la relación en términos de cien unidades
- peak
-
the point (or points) in a plot where the data reaches its highest value, before falling again
- máximo relativo
-
el punto (o puntos) en un gráfico donde los datos alcanzan su valor más alto, antes de volver a caer
- period
-
the length from one peak to the next, from one valley to the next, or from any point to the next matching point of a periodic function
- periodo
-
la longitud de la onda, ya sea desde un valle a otro valle, desde una cresta a otra cresta, o de cualquier punto de una función periódica al siguiente punto coincidente},
- periodic relationship
-
A mathematical relation between two variables, x and y, in which y returns to the same value over and over as x increases, and does so at regular intervals.
- funciones periódicas
-
relación matemática entre dos variables, x e y, en la que y vuelve al mismo valor una y otra vez a medida que x aumenta, y lo hace a intervalos regulares
- permutation
-
the number of possible arrangements in a collection of items where the order of the selection matters (ABC and CBA would be considered different permutations)
- permutación
-
el número de arreglos posibles en una colección de elementos donde el orden de la selección importa (ABC y CBA se considerarían permutaciones diferentes)
- piecewise function
-
in contrast to conventional functions that have a single "rule" used for every input in their domain, these functions divide their domain into "pieces" and use a different rule for each piece.
- funciones por trozos
-
una función que evalua diferentes expresiones basado en su argumento
- pie chart
-
a display that uses areas of a circular pie’s slices to show percentages in each category
- gráfico circular
-
Un gráfico donde el tamaño de cada sector circular corresponde a un valor en el conjunto de datos. Un recurso estadístico que se utiliza para representar porcentajes y proporciones
- Point-Slope Form
-
the equation of a straight line in the form y − y1 = m(x − x1) where m is the slope of the line and (x1, y1) are the coordinates of a given point on the line
- Punto-Pendiente
-
la ecuación de una recta en la forma y − y1 = m(x − x1) donde 'm' es la pendiente de la línea y (x1, y1) son las coordenadas de un punto dado en la línea
- positive correlation
-
relationship in which one variable increases as the other increases, and vice versa
- correlación positiva
-
una relación en la que los valores de ambas variables tienden a aumentar juntos
- predictor function
-
a model of patterns in data. These models reduce the complexity of the data, predicting the value of the response variable as if completely dependent on the explanatory (independent) variable
- función predictora
-
una función que, dado un valor de un conjunto de datos, hace una suposición fundamentada sobre un valor relacionado en un conjunto de datos diferente
- probability
-
a measure of the chance that a particular event will occur, given the number of possible events. The value is expressed as a number between zero and one, where zero is an impossible event and one is an event that will definitely happen.
- probabilidad
-
una medida de la certidumbre de que ocurra un evento. Su valor es un número entre 0 y 1, donde un evento imposible corresponde a cero y uno seguro corresponde a uno.
- programming language
-
a set of rules for writing code that a computer can evaluate
- lenguaje de programación
-
un conjunto de reglas para escribir código que una computadora puede evaluar
- proportional
-
two variables that change at a consistent rate in relation to each other (e.g. the height is always 10x the width)
- proporcional
-
dos variables que cambian a una tasa de cambio constante entre sí (por ejemplo, la altura siempre es 10 veces el ancho)
- purpose statement
-
a concise, detailed description of what a function does with its inputs
- declaración de propósito
-
una breve descripción de lo que hace una función
- Pythagorean Theorem
-
the relationship between the squares of the sides of a right triangle; can be used to find diagonal distances on the coordinate plane
- Teorema de Pitágoras
-
en todo triángulo rectángulo, el cuadrado de la hipotenusa es igual a la suma de los cuadrados de los catetos; se puede usar para encontrar distancias diagonales en el plano de coordenadas
- quadratic coefficient
-
the number in front of the quadratic term, which both determines the parabola’s width (larger magnitudes will result in narrower parabolas) and whether the parabola opens up (positive) or down (negative).
- coeficiente cuadrático
-
el número delante del término cuadrático, que determina tanto el ancho de la parábola (magnitudes mayores darán como resultado parábolas más estrechas) como si la parábola se abre hacia arriba (positiva) o hacia abajo (negativa)
- quadratic relationship
-
A mathematical relation between two variables, x and y, in which the dominant term is squared. When graphed, a quadratic relationship appears as a parabola.
- función cuadrática
-
Una relación matemática entre dos variables, x e y, en la que el término dominante está al cuadrado. Cuando se representa gráficamente, una relación cuadrática aparece como una parábola
- quantitative data
-
number values for which arithmetic makes sense
- datos cuantitativos
-
datos con valores que miden alguna cantidad; puede no tener un número fijo de valores posibles
- Q1 (lower quartile)
-
the number that separates the first quarter of the data from the second quarter of the data
- primer cuartil (Q1)
-
quel valor de la variable tal que la cuarta parte (25%) de las observaciones son inferiores o iguales a él, y el resto (75%) es superior o igual
- Q3 (upper quartile)
-
the value that separates the third quarter of the data from the last
- tercer cuartil (Q3)
-
el valor que separa el 75% inferior del 25% superior de los datos
- quartile
-
one of 3 data points that divide the data set into four equal groups. For example, the data point that separates the 1st quarter of data from the 2nd quarter of data is called Q1, the first quartile or the lower quartile.
- cuartiles
-
valores que dividen una muestra de datos en cuatro partes iguales
- R²
-
a number indicating what percentage of the variation in the response values can be explained by a prediction based on the <i>explanatory</i> values in the data set. Any model computed from linear regression will have an r-squared value that fall between 0 and 1.
- R-cuadrado
-
un número que indica qué porcentaje de la variación en los valores de respuesta se puede explicar mediante una predicción basada en los valores <i>explicativos</i> del conjunto de datos. (Por ejemplo, "el 25% de la variación de las alturas se puede explicar mediante un modelo lineal basado en tallas de calzado")
- random sample
-
a subset of individuals chosen from a larger set, such that each individual has an equal probability of being chosen
- muestra aleatoria
-
un subconjunto de individuos elegidos de un gran conjunto de datos que tiene la misma probabilidad de ser seleccionados
- range of a dataset
-
the distance between minimum and maximum values (not to be confused with the range of a function!)
- rango de un conjunto de datos
-
la distancia entre los valores mínimo y máximo
- reciprocal
-
the reciprocal of any real number n is 1/n.
- rango de un conjunto de datos
-
la distancia entre los valores mínimo y máximo
- rectangular prism
-
a solid figure which has 6 faces, all of which are rectangular
- prisma rectangular
-
una figura sólida que tiene 6 caras, todas ellas rectangulares
- refactor
-
the process of changing the style or structure of a program’s code, without changing the program’s behavior
- refactorizar
-
el processo de cambiar el estilo o la estructura del código de un programa, sin cambiar el comportamiento del programa
- residual
-
when fitting a model to data, the residual is the difference between the predicted value and the actual value of the response variable. The predicted value comes from the regression line and the actual value comes from the dataset
- el residuo
-
al ajustar un modelo a los datos, el residual es la diferencia entre el valor predicho y el valor real de la variable de respuesta. Es importante tener en cuenta que el valor predicho proviene de nuestra línea de regresión. El valor observado proviene de nuestro conjunto de datos
- response variable
-
the variable in a relationship, generally plotted on the y-axis of a scatter plot, that is presumed to be affected by the explanatory variable; in some contexts the response variable is referred to as the "dependent variable" or the "output"
- variable de respuesta
-
la variable en una relación, generalmente representada en el eje y de un diagrama de dispersión, que se supone afectada por la variable explicativa; en algunos contextos, la variable de respuesta se denomina "variable dependiente" o "salida"
- sample instances
-
a collection of single instances, or also used to describe illustrative instances that we use to provide examples of a data structure
- instancias de muestra
-
un conjunto de instancias únicas, usado para describir instancias ilustrativas que utilizamos para proporcionar ejemplos de una estructura de datos
- sample size
-
the number of individuals (people or things) for which data is gathered in a study
- tamaño de la muestra
-
aquel número determinado de sujetos o cosas que componen la muestra extraída de una población
- scatter plot
-
a display of the relationship between two quantitative variables, graphing each explanatory value on the x axis and the accompanying response on the y axis
- gráfico de dispersión
-
Un gráfico donde los puntos se colocan en los ejes según pares de valores
- selection bias
-
failure to ensure that the sample obtained will be representative of the population intended to be studied
- sesgo de selección
-
la selección no aleatoria de individuos, grupos o datos
- shape
-
The aspect of a dataset - visible in a histogram, dot plot or box plot - that describes the frequency and clustering of different values
- forma de la distribución
-
el aspecto de un conjunto de datos -visible en una histograma o diagrama de caja - que describe cuáles de los valors son más o menos comun
- sine
-
a periodic function with a graph that resembles a wave, repeating every 360 degrees (or 2π radians). Often written as sin(x), the function relates the angle of a right-angled triangle to the ratio between its
opposite
side and the hypotenuse. - seno
-
Función periódica con una gráfica que se asemeja a una onda y que se repite cada 360 grados (o 2π radianes). A menudo escrita como sen(x), esta función relaciona el ángulo de un triángulo rectángulo con la razón entre su lado opuesto y la hipotenusa.
- skew
-
lack of balance in a dataset’s shape, arising from more values that are unusually low or high. Such values tend to trail off, rather than be separated by a gap (as with outliers).
- sesgo de una distribución
-
falta de equilibrio en la forma de un conjunto de datos, que surge de la existencia de valores que son inusualmente bajos o altos. Estos valores tienden a aparecer como una cola más larga, en lugar de estar separados por un espacio (como es el caso de los valores atípicos).
- skewed left
-
a distribution is skewed left if there are a few values that are fairly low compared to the others. A histogram of data that is skewed left will have a clump of taller bars on the right, with smaller ones trailing off to the left, like the shape of the toes on a left foot
- sesgo a la izquierda
-
una distribución está sesgada hacia la izquierda si hay algunos valores que son bastante bajos en comparación con los demás. Un histograma de datos que está sesgado hacia la izquierda tendrá un grupo de barras más altas a la derecha, y una cola de barras más reducida hacia la izquierda, como la forma de los dedos de un pie izquierdo
- skewed right
-
a distribution is skewed right if there are a few values that are fairly high compared to the bulk of data values. A histogram of data that is skewed right will have a clump of taller bars on the left, with smaller ones trailing off to the right, like the shape of the toes on a right foot
- sesgo a la derecha
-
una distribución está sesgada a la derecha si hay algunos valores que son bastante altos en comparación con la mayor parte de los valores de los datos. Un histograma de datos que está sesgado a la derecha tendrá un grupo de barras más altas a la izquierda, y una cola de barras más reducida hacia la derecha, como la forma de los dedos del pie derecho
- Slope-Intercept Form
-
the equation of a straight line in the form y = mx + b where m is the slope of the line and b is its y-intercept
- forma pendiente-ordenada al origen
-
la ecuación de una recta en la forma y = mx + b en la que 'm' es la pendiente de la línea y 'b' es su intersección con el eje y
- solution set
-
the set of all values or coordinate pairs that will make an equation, inequality, set of equations or set of inequalities true
- conjunto solución
-
el conjunto de todos los elementos que hacen verdadera una ecuación o desigualdad
- spread
-
the aspect of a dataset that describes the extent to which values vary, either from one another or from the center
- dispersión
-
el aspecto de un conjunto de datos que describe la medida en que los valores varían, entre sí o desde el centro
- standard deviation
-
a number that measures spread of a dataset using the typical distance of values from their mean
- desviación estándar
-
un número que mide la dispersión de un conjunto de datos usando la distancia típica de los valores desde su media
- S
-
a statistic summarizing the distance from a model to the points in the data set
- desviación estándar
-
un número que mide la dispersión de un conjunto de datos usando la distancia típica de los valores desde su media
- Standard Form of a line
-
the definition of a straight line in the form Ax + By = C
- forma estándar de una función lineal
-
Ax + By = C
- Standard Form of a Quadratic Function
-
f(x) = ax² + bx + c. When a is positive, the parabola will open up. When a is negative the parabola will open down. The standard form of any polynomial is written with the terms from highest to lowest degrees
- forma estándar de una función cuadrática
-
f(x) = ax² + by + c
- state
-
the value of a changing system at any point in time (i.e. a stoplight can be in the 'red', 'yellow' or 'green' state). In Pyret, the state of a Reactor is it’s current value
- estado
-
el valor de un sistema que cambia en cualquier momento (es decir, un semáforo puede estar en un estado 'rojo', 'amarillo' o 'verde'). En Pyret, el estado de un reactor es su valor actual
- statistical inference
-
using information from a sample to draw conclusions about the larger population from which the sample was taken
- inferencia estadística
-
utilizar información de una muestra para sacar conclusiones sobre la población más grande de la que se origina la muestra
- statistical question
-
questions that expect some variability in the data related to the question and account for it in the answers. They focus on describing or analyzing patterns and trends in data sets, to gain understanding of what is generally true about the data, rather than computing a single precise value
- inferencia estadística
-
Preguntas que esperan cierta variabilidad en los datos relacionados con la pregunta y la tienen en cuenta en las respuestas. Se centran en describir o analizar patrones y tendencias en conjuntos de datos, para comprender lo que es generalmente cierto acerca de los datos, en lugar de calcular un único valor preciso
- substitute
-
replace a variable with a value or expression and evaluate or simplify the resulting expression
- sustitución
-
reemplazar una variable por una cantidad o expresión y evaluar o simplificar
- surface area
-
the sum of the areas of all of the faces of a solid figure (polyhedron) or the total area that the surface of the object occupies
- área de superficie
-
la suma de las áreas de todas las caras de una figura sólida (poliedro) o el área total que ocupa la superficie del objeto
- symmetric
-
made up of exactly similar parts facing each other or around an axis
-
formado por partes exactamente similares enfrentadas entre sí o alrededor de un eje
- syntax error
-
errors where the computer cannot make sense of the code (e.g. - missing commas, missing parentheses, unclosed strings)
- errores de sintaxis
-
errores en los que la computadora no puede entender en el código (por ejemplo, comas faltantes, paréntesis faltantes, cadenas sin cerrar)
- table
-
a data structure that organizes data into rows and columns
- tabla de datos
-
una colección de datos organizados en filas y columnas
- testing table
-
a carefully-selected sample from a dataset, which is designed to test a particular table operation for correctness (Bootstrap-specific)
- tabla de pruebas
-
una muestra cuidadosamente seleccionada de un conjunto de datos, que está diseñada para probar la corrección de una operación de tabla particular (Específico de Bootstrap)
- threats to validity
-
factors that can undermine the conclusion of a study
- amenazas a la validez
-
factores que pueden perjudicar o debilitar la conclusion de un estudio
- typicality
-
what is typical or expected in a dataset
- tipicidad
-
lo qué es típico o esperado en un conjunto de datos
- unit test
-
an example showing the use of a function with a specific value or values, and the answer it should produce
- unidad de prueba
-
un ejemplo que muestra el uso de una función con un valor o valores específicos y la respuesta que debe producir
- validity
-
the degree to which a study both measures what it is supposed to and then draws conclusions from the data gathered that are reasonable and supported by the data
- validez
-
el grado en el que un estudio mide lo que se supone que debe medir y luego extrae conclusiones de los datos recopilados que son razonables y están respaldadas por los datos
- variability
-
how spread out a set of data is. Range, Interquartile Range, Standard Deviation, and Variance (the average of the squared differences from the mean) can all be used to describe variability in the dataset
- variabilidad
-
qué tan disperso está un conjunto de datos. El rango, el rango intercuartil, la desviación estándar y la varianza (el promedio de las diferencias al cuadrado de la media) se pueden utilizar para describir la variabilidad en el conjunto de datos
- variable name
-
name of the information that can be different each time a function is used
- nombre de variable
-
nombre de la información que puede ser diferente cada vez que se utiliza una función
- Vertex Form of a Quadratic Fuction
-
y = a(x−h)² +k, where the point (h, k) represents the vertex of the parabola
- forma de vértice de una función cuadrática
-
f(x) = a(x−h)² +k, donde (h,k) es el vértice de la parábola
- vertical axis
-
number line on a coordinate plane that runs from bottom to top, indicating values in that direction
- eje vertical
-
el eje en un gráfico de dispersión que corre de arriba hacia abajo
- vertical line test
-
a strategy for determining whether or not a graph represents a function by confirming that no vertical line can be drawn such that it would pass through 2 points on the plot. In a function, each x-value may only correspond to a single y-value.
- prueba de la línea vertical
-
establece que una gráfica representa una función si y solo si todas las líneas verticales intersectan la gráfica a lo más una vez
- vertical shift
-
the amount that the graph of a function is shifted up (positive) or down (negative)
- traslación vertical
-
la cantidad que la gráfica de una función se desplaza hacia arriba (positiva) o hacia abajo (negativa)
- x-coordinate
-
first number of an ordered pair; represents the horizontal location of a point
- coordenada x
-
primer número de un par ordenado; representa la ubicación horizontal del punto
- x-intercept
-
the point where a line or curve crosses the x-axis of a graph (also called the 'root' or 'zero' because this is the x-value for which y=0)
- intercepto
-
El punto donde la recta o curva cruza el eje horizontal (también llamado 'raíz' o 'cero' porque este es el valor de x para el cual y=0).
- y-intercept
-
the point where a line or curve crosses the y-axis of a graph
- intercepto
-
El punto donde la recta o curva cruza el eje vertical (y).
- Artificial Intelligence
-
technologies that enable computers to perform tasks that were once thought to be for humans only
-
'''
- data-driven algorithm
-
the instructions that tell a computer how to perform a task, which produce better results when given more data
-
'''
- training
-
the act of transforming data into a model
-
'''
- bag of words
-
a model that represents text as an unordered collection of words with frequencies
-
'''
- dimensionality
-
the number of dimensions in a 3D vector space; for a bag-of-words model, dimensionality reflects how many different words are in the corpus
-
'''
- vector
-
an ordered list of numbers within parentheses and separated by commas, representing a point
-
'''
- normalization
-
organizing data to remove unneeded characteristics and eliminate redundancy
-
'''
- decision tree
-
a machine learning algorithm that uses a tree-like model to show decisions and their possible consequences
-
'''
- node
-
on a decision tree, this represents a decision or condition; root nodes are at the top of the tree, while leaf nodes do not split
-
'''
- splitting
-
on a decision tree, the process of dividing a node into sub-nodes
-
'''
- overfitting
-
building a model that corresponds too closely to the training dataset, resulting in poor performance on new data
-
'''
- supervised learning
-
a type of machine learning where the computer trains on example data tagged by a human and learns a function that maps from input to output
-
'''
- clustering
-
a machine learning algorithm that groups unlabeled data based on similarity
-
'''
- centroid
-
the average of a cluster
-
'''
- Gini coefficient
-
a measure between 0 and 1, quantifying the inequality in a set of values; 0 represents perfect equality and 1 represents perfect inequality
-
'''
- unsupervised learning
-
a type of machine learning where the computer analyzes an unlabeled dataset to discover patterns
-
'''
- regression
-
a machine learning algorithm that can be trained to predict continuous real-number outputs
-
'''
- statistical language model
-
a probabilistic model that predicts the likelihood of various word sequences using statistical patterns in data
-
'''
- n-gram
-
a chunk of a given number of words; for special cases where n is 1, 2, or 3, the n-grams are called unigrams, bigrams, and trigrams.
-
'''
- sampling
-
randomly selecting the next word in a sequence by referencing a statistical language model
-
'''
- temperature
-
the parameter that controls the randomness of the model’s output as it generates text
-
'''
- decision stump
-
a one-level decision tree that makes a prediction based on the value of just a single input feature
-
'''
- machine learning
-
a branch of artificial intelligence dealing with statistical algorithms that can learn from data and generalize to unseen data in order to make predictions
-
'''
- training corpus
-
a collection of data used to train artificial intelligence and machine learning systems
-
'''
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, 1738598, 2031479, and 1501927).
Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.