Statistics
Everything on SkillVeris tagged Statistics — collected across the glossary, study notes, blog, and cheat sheets.
12 resources across 2 libraries
Study Notes(3)
Statistical Analysis in R
Learn how to compute descriptive statistics, run hypothesis tests, and fit regression models using R's base stats package.
What Is R?
An introduction to R as a statistical programming language: its history, design philosophy, real-world applications, and how it compares to other data tools.
Aggregations and Statistics
NumPy provides fast, axis-aware aggregation functions like sum, mean, std, and var, plus NaN-safe variants for handling missing values in numerical data.
Blog Articles(9)
Data Analytics Roadmap for Beginners in 2026
Step-by-step roadmap to become a data analyst from scratch — no prior experience needed.
Data Science vs Data Analytics vs Data Engineering
A comprehensive guide to data science vs data analytics vs data engineering — written for learners at every level.
How to Become a Data Analyst From Scratch
A comprehensive guide to how to become a data analyst from scratch — written for learners at every level.
Top 10 Data Science Projects for Your Portfolio
A comprehensive guide to top 10 data science projects for your portfolio — written for learners at every level.
Pandas for Beginners: A Complete Tutorial
A comprehensive guide to pandas for beginners: a complete tutorial — written for learners at every level.
SQL Tutorial for Beginners with Examples
Master SQL with simple examples and real-world queries. Perfect for aspiring data analysts.
NumPy for Data Science: Arrays and Vectorisation
NumPy is the foundation of Python's scientific computing stack. This guide covers ndarrays, vectorised operations, broadcasting, linear algebra, and why NumPy…
Matplotlib and Seaborn: Data Visualisation in Python
The best data insight is worthless if no one understands the chart. This guide covers matplotlib's core API, Seaborn's statistical plots, best practices for cl…
Scikit-Learn for Beginners: Machine Learning in Python
Scikit-learn is the most widely used Python library for classical machine learning. This guide covers the fit-predict workflow, train/test splits, classificati…