@@ -11,8 +11,8 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14- "PO-Revision-Date : 2020 -10-20 20:40+0200 \n "
15- "Last-Translator : Francisco Jesús Sevilla García <fjsevilla.dev @gmail.com>\n "
14+ "PO-Revision-Date : 2021 -10-29 22:00-0500 \n "
15+ "Last-Translator : Pedro Aarón <p.luis.aaron @gmail.com>\n "
1616"Language : es_ES\n "
1717"Language-Team : python-doc-es\n "
1818"Plural-Forms : nplurals=2; plural=(n != 1)\n "
@@ -218,12 +218,14 @@ msgstr "Varianza muestral de los datos."
218218
219219#: ../Doc/library/statistics.rst:72
220220msgid "Statistics for relations between two inputs"
221- msgstr ""
221+ msgstr "Estadísticas para relaciones entre dos entradas "
222222
223223#: ../Doc/library/statistics.rst:74
224224msgid ""
225225"These functions calculate statistics regarding relations between two inputs."
226226msgstr ""
227+ "Estas funciones calculan estadísticas sobre las relaciones entre dos "
228+ "entradas."
227229
228230#: ../Doc/library/statistics.rst:77
229231#, fuzzy
@@ -242,15 +244,15 @@ msgstr ":func:`mean`"
242244
243245#: ../Doc/library/statistics.rst:78
244246msgid "Pearson's correlation coefficient for two variables."
245- msgstr ""
247+ msgstr "Coeficiente de correlación de Pearson para dos variables. "
246248
247249#: ../Doc/library/statistics.rst:79
248250msgid ":func:`linear_regression`"
249- msgstr ""
251+ msgstr ":func:`linear_regression` "
250252
251253#: ../Doc/library/statistics.rst:79
252254msgid "Slope and intercept for simple linear regression."
253- msgstr ""
255+ msgstr "Pendiente e intersección para regresión lineal simple. "
254256
255257#: ../Doc/library/statistics.rst:84
256258msgid "Function details"
@@ -387,6 +389,10 @@ msgid ""
387389"*b* and *c* will be equivalent to ``3/(1/a + 1/b + 1/c)``. If one of the "
388390"values is zero, the result will be zero."
389391msgstr ""
392+ "La media armónica es recíproco de la :func:`mean` aritmética de los "
393+ "recíprocos de los datos. Por ejemplo, la media armónica de tres valores *a*, "
394+ "*b* and *c* es equivalente a ``3/(1/a + 1/b + 1/c)``. Si alguno de los "
395+ "valores es cero, el resultado va a ser cero. "
390396
391397#: ../Doc/library/statistics.rst:181
392398#, fuzzy
@@ -413,6 +419,9 @@ msgid ""
413419"to 60 km/hr for the remaining 30 km of the journey. What is the average "
414420"speed?"
415421msgstr ""
422+ "Supongamos que un un automóvil viaja 5 km a 40 km/h, y cuando el tráfico se "
423+ "despeja, acelera a 60 km/h durante los 30 km restantes del viaje. ¿Cuál es "
424+ "su velocidad media? "
416425
417426#: ../Doc/library/statistics.rst:202
418427#, fuzzy
@@ -435,7 +444,7 @@ msgstr ""
435444
436445#: ../Doc/library/statistics.rst:211
437446msgid "Added support for *weights*."
438- msgstr ""
447+ msgstr "Soporte añadido a *weights* "
439448
440449#: ../Doc/library/statistics.rst:216
441450msgid ""
@@ -947,6 +956,8 @@ msgid ""
947956"Return the sample covariance of two inputs *x* and *y*. Covariance is a "
948957"measure of the joint variability of two inputs."
949958msgstr ""
959+ "Devuelve la covarianza de muestra de dos entradas *x* y *y*. La covarianza "
960+ "es una medida de la variabilidad conjunta de dos entradas. "
950961
951962#: ../Doc/library/statistics.rst:585
952963msgid ""
0 commit comments