You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"estimados usando mínimos cuadrados ordinarios. La regresión lineal simple "
"describe la relación entre la variable independiente *x* y la variable "
"dependiente *y* en términos de esta función lineal:"
#: ../Doc/library/statistics.rst:637
msgid "*y = slope \\* x + intercept + noise*"
msgstr ""
msgstr "*y = slope \\* x + intercept + noise*"
#: ../Doc/library/statistics.rst:639
msgid ""
Expand All
@@ -1001,13 +1011,20 @@ msgid ""
"explained by the linear regression (it is equal to the difference between "
"predicted and actual values of the dependent variable)."
msgstr ""
"donde ``slope`` e ``intercept`` son los parámetros de regresión que son "
"estimados, y ``noise`` representa la variabilidad de los datos que no fue "
"explicado por la regresión lineal (es igual a la diferencia entre los "
"valores predichos y reales de la variable dependiente)."
#: ../Doc/library/statistics.rst:645
msgid ""
"Both inputs must be of the same length (no less than two), and the "
"independent variable *x* cannot be constant; otherwise a :exc:"
"`StatisticsError` is raised."
msgstr ""
"Ambas entradas deben ser del mismo largo (no menor a dos), y la variable "
"independiente *x* no puede ser constante, de lo contrario se lanza :exc:"
"`StatisticsError`."
#: ../Doc/library/statistics.rst:649
msgid ""
Expand All
@@ -1016,6 +1033,10 @@ msgid ""
"cumulative number of Monty Python films that would have been produced by "
"2019 assuming that they had kept the pace."
msgstr ""
"Por ejemplo, podemos usar las `fechas de lanzamiento de las películas de "
"Monty Python <https://en.wikipedia.org/wiki/Monty_Python#Films>`_ para "
"predecir el número acumulativo de películas de Monty Python que se habría "
"producido en 2019 asumiendo que hubiesen mantenido el ritmo:"
#: ../Doc/library/statistics.rst:667
msgid "Exceptions"
Expand DownExpand Up
@@ -1253,6 +1274,10 @@ msgid ""
"deviations above or below the mean of the normal distribution: ``(x - "
"mean) / stdev``."
msgstr ""
"Computa el `Standard Score <https://www.statisticshowto.com/probability-and-"
"statistics/z-score/>`_ describiendo *x* en términos de los números de "
"desviaciones estándar sobre o bajo la media de una distribución normal: ``(x "
"- mean) / stdev``."
#: ../Doc/library/statistics.rst:807
msgid ""
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.