Top Mathematics discussions

NishMath - #statistics

Amir Najmi@unofficialgoogledatascience.com //
References: medium.com , medium.com , medium.com ...
Data scientists and statisticians are continuously exploring methods to refine data analysis and modeling. A recent blog post from Google details a project focused on quantifying the statistical skills necessary for data scientists within their organization, aiming to clarify job descriptions and address ambiguities in assessing practical data science abilities. The authors, David Mease and Amir Najmi, leveraged their extensive experience conducting over 600 interviews at Google to identify crucial statistical expertise required for the "Data Scientist - Research" role.

Statistical testing remains a cornerstone of data analysis, guiding analysts in transforming raw numbers into actionable insights. One must also keep in mind bias-variance tradeoff and how to choose the right statistical test to ensure the validity of analyses. These tools are critical for both traditional statistical roles and the evolving field of AI/ML, where responsible practices are paramount, as highlighted in discussions about the relevance of statistical controversies to ethical AI/ML development at an AI ethics conference on March 8.

Recommended read:
References :
  • medium.com: Data Science: Bias-Variance Tradeoff
  • medium.com: Six Essential Statistics Concepts Every Data Scientist Should Know
  • www.unofficialgoogledatascience.com: Quantifying the statistical skills needed to be a Google Data Scientist
  • medium.com: These are the best Udemy Courses you can join to learn Mathematics and statistics in 2025
  • medium.com: Python by Examples: Quantifying Predictor Informativeness in Statistical Forecasting

admin@ICNAAM 2025 //
References: ICNAAM 2025 , medium.com
The International Conference of Numerical Analysis and Applied Mathematics (ICNAAM) 2025 will feature a symposium on Statistical Modeling and Data Analysis. The event, organized by Luis M. Grilo from the University of Évora and the Research Centre for Mathematics and Applications in Portugal, aims to gather researchers from various fields with expertise in statistical models and data analysis. Academics, professionals, and students interested in these areas are encouraged to submit original, unpublished results for peer review.

Applications with real-world data are particularly welcome, spanning disciplines such as Health Sciences, Natural and Life Sciences, Social and Human Sciences, Economics, Engineering, Education, Sports, and Tourism. The conference aims to foster collaboration and knowledge sharing within the international Numerical and Applied Mathematics community. It is organized with the cooperation of the European Society of Computational Methods in Sciences and Engineering (ESCMCE).

Recommended read:
References :
  • ICNAAM 2025: Organizers: Luis M. Grilo, University of Évora (UÉ); Research Centre for Mathematics and Applications (CIMA), UÉ; Portugal
  • medium.com: Statistics for Data Science — Part 5: Advanced Statistical Concepts

Megan Murphy@STATTRAK //
References: STATTRAK
The Causality in Statistics Education Award, established by Judea Pearl, is seeking nominations. This award acknowledges the growing importance of incorporating causal inference into undergraduate and lower-division graduate statistics courses. The award provides a $5,000 cash prize annually, and nominations are due by April 5th. Further details regarding selection criteria and nomination requirements can be found on the American Statistical Association's STATtr@k website.

In other news, the Carnival of Maths 237, which rounds up various mathematics blog posts, is now available online. A mathematics conference organized by DEA SCUOLA is scheduled for secondary school mathematics teachers which aims to enhance mathematics teaching through innovative strategies and the integration of AI. Musically, Day 30 of a practice series features bass drum exercises from Mark Guiliana's book, highlighting complex coordination challenges in alternating snare and bass drum strokes.

Recommended read:
References :
  • STATTRAK: Nominations Sought for Causality in Statistics Education Award

@phys.org //
References: phys.org
A new mathematical model developed by the University of Rovira i Virgili's SeesLab research group, along with researchers from Northeastern University and the University of Pennsylvania, has made it possible to predict human mobility between cities with high precision. The model offers a simpler and more efficient way than current systems and is a valuable tool for understanding how people move in different contexts, which is crucial for transport planning, migration studies, and epidemiology. The research was published in the journal *Nature Communications*.

The model builds on traditional "gravitational models," which estimate mobility based on population size and distance between cities. While these models are simple, they lack accuracy. Modern approaches leverage artificial intelligence and machine learning to incorporate many variables besides origin and destination, such as the density of restaurants and schools, and the socio-demographic characteristics of the population. The COVID-19 pandemic highlighted the importance of predicting mobility for understanding the spread and evolution of viruses.

Recommended read:
References :
  • phys.org: Mathematical model improves prediction of human mobility between cities

@vatsalkumar.medium.com //
References: medium.com
Recent articles have focused on the practical applications of random variables in both statistics and machine learning. One key area of interest is the use of continuous random variables, which unlike discrete variables can take on any value within a specified interval. These variables are essential when measuring things like time, height, or weight, where values exist on a continuous spectrum, rather than being limited to distinct, countable values. The concept of the probability density function (PDF) helps us to understand the relative likelihood of a variable taking on a particular value within its range.

Another significant tool being explored is the binomial distribution, which can be applied using programs like Microsoft Excel to predict sales success. This distribution is suited to situations where each trial has only two outcomes – success or failure, like a sales call resulting in a deal or not. Using Excel, one can calculate the probability of various sales outcomes based on factors like the number of calls made and the historical success rate, aiding in setting achievable sales goals and comparing performance over time. Also, the differentiation between binomial and poisson distribution is critical for correct data modelling, with binomial experiments requiring fixed number of trials and two outcomes, unlike poisson. Finally, in the world of random variables, a sequence of them conditionally converging to a constant value has been discussed, highlighting that if the sequence converges, knowing it passes through some point doesn't change the final outcome.

Recommended read:
References :
  • medium.com: Using Binomial Distribution in Excel to Predict Sales Success.