@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2024-10-21 22:15 +0200\n "
14
+ "PO-Revision-Date : 2024-10-24 23:47 +0200\n "
15
15
"Last-Translator : Carlos Mena Pérez <@carlosm00>\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"Language : es_ES\n "
@@ -1056,8 +1056,7 @@ msgstr ""
1056
1056
1057
1057
#: ../Doc/library/statistics.rst:699
1058
1058
msgid "Added support for Spearman's rank correlation coefficient."
1059
- msgstr ""
1060
- "Soporte añadido para el coeficiente de correlación de rangos de Spearman."
1059
+ msgstr "Soporte añadido para el coeficiente de correlación de Spearman."
1061
1060
1062
1061
#: ../Doc/library/statistics.rst:704
1063
1062
msgid ""
@@ -1467,7 +1466,7 @@ msgid ""
1467
1466
"size is large and when the probability of a successful trial is near 50%."
1468
1467
msgstr ""
1469
1468
"Las distribuciones normales se pueden utilizar para aproximar "
1470
- "`distribuciones binomiales <http ://mathworld.wolfram.com/"
1469
+ "`distribuciones binomiales <https ://mathworld.wolfram.com/"
1471
1470
"BinomialDistribution.html>`_ cuando el tamaño de la muestra es grande y la "
1472
1471
"probabilidad de un ensayo exitoso es cercana al 50%."
1473
1472
@@ -1572,12 +1571,12 @@ msgid ""
1572
1571
"smoothing is controlled by a single parameter, ``h``, representing the "
1573
1572
"variance of the kernel function."
1574
1573
msgstr ""
1575
- "La idea básica es suavizar los datos utilizando `` una función de núcleo como "
1574
+ "La idea básica es suavizar los datos utilizando `una función de núcleo como "
1576
1575
"una distribución normal, una distribución triangular o una distribución "
1577
1576
"uniforme <https://en.wikipedia.org/wiki/"
1578
1577
"Kernel_(statistics)#Kernel_functions_in_common_use>`_. El grado de suavizado "
1579
1578
"se controla mediante un único parámetro, ``h``, que representa la varianza "
1580
- "de la función kernel ."
1579
+ "de la función del núcleo ."
1581
1580
1582
1581
#: ../Doc/library/statistics.rst:1097
1583
1582
msgid ""
@@ -1594,8 +1593,8 @@ msgstr ""
1594
1593
#: ../Doc/library/statistics.rst:1109
1595
1594
msgid "The points in ``xarr`` and ``yarr`` can be used to make a PDF plot:"
1596
1595
msgstr ""
1597
- "Los puntos de ``xarr`` y ``yarr`` pueden utilizarse para hacer un gráfico "
1598
- "PDF :"
1596
+ "Los puntos de ``xarr`` y ``yarr`` pueden utilizarse para hacer una gráfica "
1597
+ "de la función de densidad de probabilidad :"
1599
1598
1600
1599
msgid "Scatter plot of the estimated probability density function."
1601
1600
msgstr ""
0 commit comments