"Statistical Learning for Data Science" is an advanced course designed to equip working professionals with the knowledge and skills necessary to excel in the field of data science. Through comprehensive instruction on key topics such as shrink methods, parametric regression analysis, generalized linear models, and general additive models, students will learn how to apply … [Read more...] about Resampling, Selection and Splines
Probability and Statistics
Using probability distributions for real world problems in R
By the end of this project, you will learn how to apply probability distributions to solve real world problems in R, a free, open-source program that you can download. You will learn how to answer real world problems using the following probability distributions – Binomial, Poisson, Normal, Exponential and Chi-square. You will also learn the various ways of visualizing these … [Read more...] about Using probability distributions for real world problems in R
Advanced Probability and Statistical Methods
The course "Advanced Probability and Statistical Methods" provides a deep dive into advanced probability and statistical methods, essential for mastering data analysis in computer science. Covering joint distributions, expectation, statistical testing, and Markov chains, you'll explore key concepts and techniques that underpin modern data-driven decision-making. By engaging … [Read more...] about Advanced Probability and Statistical Methods
Statistics for Data Science Essentials
Review the basics of discrete math and probability before enhancing your probability skills and learning how to interpret data with tools such as the central limit theorem, confidence intervals and more. Complete short weekly mathematical assignments. … [Read more...] about Statistics for Data Science Essentials
Basic Statistics in Python (Correlations and T-tests)
By the end of this project, you will learn how to use Python for basic statistics (including t-tests and correlations). We will learn all the important steps of analysis, including loading, sorting and cleaning data. In this course, we will use exploratory data analysis to understand our data and plot boxplots to visualize the data. Boxplots also allow us to investigate any … [Read more...] about Basic Statistics in Python (Correlations and T-tests)