Entradas

Mostrando las entradas con la etiqueta Análisis de regresión en Excel

Which FIFA World Cup 2026 Match Should You Watch Again? A Python Data Analysis

Imagen
Which FIFA World Cup 2026 Match Should You Watch Again? After every FIFA World Cup, one question always comes up: Which matches are worth watching again? Instead of answering this question based on personal opinion, I decided to analyze every match from the FIFA World Cup 2026 using Python, Pandas and Matplotlib. The objective was simple: Find the matches with the most goals. Identify the strongest defensive performances. List every game that required extra time. Show every match decided by a penalty shootout. The result is a collection of custom visualizations generated entirely with Python using the FIFA World Cup 2026 dataset. ⚽ Highest Scoring Matches If you enjoy attacking football and goal-filled games, this ranking is the perfect place to start. Using the official match results, I ranked every match by the total number of goals scored by both teams. The visualization highlights the ten highest-scoring matches of the tournament. NOTE : Englan...

👉 Regresión lineal en Excel: plantilla para predecir valores (sin programar)

Imagen
📊 Regresión lineal en Excel (Plantilla lista para predecir valores sin programar) 💡 Aprende cómo hacer regresión lineal en Excel paso a paso usando una plantilla lista para usar. Podrás predecir valores fácilmente sin necesidad de programar. Si trabajas con datos y necesitas hacer predicciones (precios, tiempos o cantidades), la regresión lineal es una de las técnicas más utilizadas en análisis de datos y Machine Learning. En este tutorial te muestro cómo aplicar regresión lineal directamente en Excel usando fórmulas y gráficas, sin necesidad de código. 📈 ¿Qué es la regresión lineal en Excel? La regresión lineal permite predecir valores a partir de una relación entre dos variables. La ecuación básica es: y = bx + a + e Donde: x: variable independiente (ej. cantidad) y: variable dependiente (ej. precio) b: pendiente a: intercepto 📊 Ejemplo de regresión lineal en Excel En esta plantilla usamos datos de ejemplo para predecir el precio de un...

🚀 Mantener este blog funcionando requiere tiempo y café. ¡Puedes contribuir con uno aquí!