ifiguero 2025-01-16 14:43:28 -03:00
parent d07cf51a6c
commit 8bf874013f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def analisis_univariado(dfi, target=None, continuas=[], discretas=[]):
# Test de normalidad (Shapiro-Wilk)
stat, p = shapiro(Xvar, nan_policy='raise')
normal = p >= 0.05
normal = p < 0.05
if normal:
# Distribución normal: media, desviación estándar, y test t