Data, Analytics and AI
Statistics and experimentation
A chart shows that two lines moved together; statistics decides whether that means anything at all. This page deals with the part of the field that turns observations into claims: probability, sampling, confidence intervals, regression and controlled experiments such as A/B tests. It is the skill interviewers probe when an analyst wants to become a data scientist, and the one most often skipped by people who went straight to machine learning.
Why this topic exists: Probability, inference, regression and A/B tests separate a chart from a claim (Google's Advanced Data Analytics; SFIA Data science).
Statistics is the discipline of deciding how much a set of observations can bear. A chart built during data analysis shows what happened in the data you hold; inference asks what that implies about data you do not hold: the customers who never responded, next month, the population a sample was drawn from. SFIA 9 builds its data science skill on mathematics, statistics and probability modelling. Google's Advanced Data Analytics certificate devotes a module each to statistics and regression and lists hypothesis testing and A/B testing among its skills, while the entry-level Google Data Analytics certificate barely touches the subject. That gap is the usual line between an analyst and a data scientist.
The core vocabulary
Five ideas carry most of the weight.
- Distributions and sampling. Any figure computed from a sample would come out differently from another sample; the sampling distribution says by how much.
- Confidence intervals. A range expressing that uncertainty, more honest than a single number and easier for non-specialists to read than a test result.
- Hypothesis tests and p-values. A p-value measures how surprising the data would be if nothing were going on. It is not the probability that a finding is true, the most frequent misreading in the whole field.
- Regression. Modelling one quantity as a function of others, where statistics and machine learning meet: linear and logistic regression appear in the textbooks of both.
- Experiments. Assigning people to variants at random so that the only systematic difference between groups is the thing under test. An A/B test is the web's version.
Where experiments go wrong
The beginner's mistake with A/B tests is peeking: checking results daily and stopping the moment a difference looks significant. Every look is another chance for noise to cross the line, so tests stopped this way crown winners that vanish on rollout. Fix the sample size in advance from the smallest effect worth detecting, run to it, and choose the primary metric before launch. Two further traps are testing many metrics and reporting whichever moved, and comparing groups that picked their own variant, which measures who chooses rather than what works. A third is ignoring novelty: users click on anything new for a while, and the early lift fades once the change is familiar.
Tooling matters less than reasoning. R was written by statisticians and still has the deepest library of methods; Python's statistical packages cover what most analysts need, and Python for data describes that kit. From here the path leads to machine learning, where the same ideas return as validation and overfitting, and back to data analysis fundamentals, where they make every chart's caption more careful. Interviews for data science roles probe this reasoning directly, often by asking a candidate to design an experiment or explain a surprising result, so practise saying the ideas aloud as well as computing them. The data and AI hub places both topics in the wider field.
Next to this topic
- Data analysis fundamentalsAsk, prepare, process, analyse, share: the analyst's workflow as Google's programme and DP-900's core data concepts teach it, before any tool (SFIA Data analytics).
- SQL for analysisQuerying, joining, aggregating and windowing data is the analyst's first real tool and the language of every warehouse (DP-900 relational concepts; DMBOK Data Storage and Operations; the programming field owns database design).
- Data visualisation and business intelligenceDashboards, reports and the semantic models behind them: PL-300's four skill areas and DMBOK's Data Warehousing and BI area (Tableau, Power BI, Looker).
- Python for data workpandas, NumPy, notebooks and plotting: the working environment of analysis and machine learning (SFIA Data science; the AI pillar's argument for Python).
- Data engineering and pipelinesIngestion, transformation, warehouses, lakehouses and orchestration (DMBOK Data Integration and Interoperability; DEA-C01; DP-700; Databricks; Spark, Airflow, dbt).
- Data governance, quality and privacyOwnership, definitions, metadata, master data, quality rules and lawful use are DMBOK's centre and half its wheel; nobody hires for them until the numbers disagree.
- Machine learningSupervised and unsupervised learning, model evaluation, deep learning and the discipline of not fooling yourself (SFIA Machine learning; AIF-C01; Azure AI Fundamentals).
- Generative AI, LLMs and agentsFoundation models, prompting, retrieval, fine-tuning and agents: the newest layer of the field and the one AIF-C01 and Azure AI Fundamentals now test (the AI portal reads the concepts in order).
- Natural language processing and computer visionText and images are the two applied fields where classic machine learning met deep learning first, and where most production AI still lives (SFIA Machine learning; Azure AI Fundamentals AI-901 workloads).
- Responsible AI and AI governanceBias, transparency, privacy, safety and the frameworks that make them work (NIST AI RMF; AIF-C01's responsible-AI domain; SFIA 9's AI and data ethics skill; the EU AI Act).
- MLOps and AI engineeringGetting a model or an LLM application into production and keeping it there: deployment, monitoring, evaluation, cost (SFIA Machine learning and Data engineering; Applied Skills in Foundry; MLOps in the AI portal).
Concepts to know
Glossary entries with the reason each one matters here.
- Data Analysis
Inference is what turns a chart into a claim.
- ML
Statistical learning is where the two fields meet.
Certifications that test it
Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.
Tools of the trade
- R
The statistician's language.
Frequently asked
- How much maths do I need for applied statistics?
- Algebra, comfort with notation and an intuitive grasp of probability. Calculus and linear algebra matter once you study how models are fitted rather than simply using them. Many working analysts first understand the concepts by simulating them in code, and the formulas make sense afterwards.
- Is a statistically significant result an important one?
- Not necessarily. With enough data, tiny differences become significant. Report the size of the effect with its interval, and ask whether an effect of that size would change any decision.
- When is an A/B test the wrong tool?
- When traffic is too low to detect a worthwhile effect in reasonable time, when users interact so that one group contaminates the other, or when a change cannot fairly be withheld from half the audience. Careful before-and-after comparisons are the fallback, with weaker conclusions.
Courses in the directory
420 courses are filed here; the top 6 by our ranking, details and the provider link on each course page.
Ecology in R
Udemy
Last reviewed 26 September 2026 · Getting Digital
