@@ -11,8 +11,8 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
16
16
"Language : es_ES\n "
17
17
"Language-Team : python-doc-es\n "
18
18
"Plural-Forms : nplurals=2; plural=(n != 1)\n "
@@ -218,12 +218,14 @@ msgstr "Varianza muestral de los datos."
218
218
219
219
#: ../Doc/library/statistics.rst:72
220
220
msgid "Statistics for relations between two inputs"
221
- msgstr ""
221
+ msgstr "Estadísticas para relaciones entre dos entradas "
222
222
223
223
#: ../Doc/library/statistics.rst:74
224
224
msgid ""
225
225
"These functions calculate statistics regarding relations between two inputs."
226
226
msgstr ""
227
+ "Estas funciones calculan estadísticas sobre las relaciones entre dos "
228
+ "entradas."
227
229
228
230
#: ../Doc/library/statistics.rst:77
229
231
#, fuzzy
@@ -242,15 +244,15 @@ msgstr ":func:`mean`"
242
244
243
245
#: ../Doc/library/statistics.rst:78
244
246
msgid "Pearson's correlation coefficient for two variables."
245
- msgstr ""
247
+ msgstr "Coeficiente de correlación de Pearson para dos variables. "
246
248
247
249
#: ../Doc/library/statistics.rst:79
248
250
msgid ":func:`linear_regression`"
249
- msgstr ""
251
+ msgstr ":func:`linear_regression` "
250
252
251
253
#: ../Doc/library/statistics.rst:79
252
254
msgid "Slope and intercept for simple linear regression."
253
- msgstr ""
255
+ msgstr "Pendiente e intersección para regresión lineal simple. "
254
256
255
257
#: ../Doc/library/statistics.rst:84
256
258
msgid "Function details"
@@ -387,6 +389,10 @@ msgid ""
387
389
"*b* and *c* will be equivalent to ``3/(1/a + 1/b + 1/c)``. If one of the "
388
390
"values is zero, the result will be zero."
389
391
msgstr ""
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. "
390
396
391
397
#: ../Doc/library/statistics.rst:181
392
398
#, fuzzy
@@ -413,6 +419,9 @@ msgid ""
413
419
"to 60 km/hr for the remaining 30 km of the journey. What is the average "
414
420
"speed?"
415
421
msgstr ""
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? "
416
425
417
426
#: ../Doc/library/statistics.rst:202
418
427
#, fuzzy
@@ -435,7 +444,7 @@ msgstr ""
435
444
436
445
#: ../Doc/library/statistics.rst:211
437
446
msgid "Added support for *weights*."
438
- msgstr ""
447
+ msgstr "Soporte añadido a *weights* "
439
448
440
449
#: ../Doc/library/statistics.rst:216
441
450
msgid ""
@@ -947,6 +956,8 @@ msgid ""
947
956
"Return the sample covariance of two inputs *x* and *y*. Covariance is a "
948
957
"measure of the joint variability of two inputs."
949
958
msgstr ""
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. "
950
961
951
962
#: ../Doc/library/statistics.rst:585
952
963
msgid ""
0 commit comments