Basic Statistics - Applied Time Series Analysis in Python and TensorFlow
๐Get the course at 87% off: https://www.udemy.com/course/applied-time-series-analysis-in-python/?couponCode=TSPYTHON2021
Link to the full notebook: https://github.com/marcopeix/AppliedTimeSeriesAnalysisWithPython/blob/main/HOTSAP_basic_statistics.ipynb
Link to the datasets: https://github.com/marcopeix/AppliedTimeSeriesAnalysisWithPython/tree/main/data
Email me for a coupon if the one above expired: peixmarco@gmail.com
--------------------------------------------------
This might be review for some of you, but these concepts represent the building blocks of time series analysis using the statistical approach. In this lesson, we will differentiate between descriptive and inferential statistics.Descriptive statistics are a set of values and coefficients that summarizes a dataset. It provides us with information about tendency and variability.
For example, the mean, the median, standard deviation, minimum and maximum values are all part of descriptive statistics.Visualizations are another important aspect of descriptive statistics. They allow us to quickly gain insights and steer the analysis in the right direction.
Usually, histograms and scatter plots are often used in time series analysis, and you will see how important they are, once we start modelling.
Inferential statistics are used to infer properties from a dataset. These properties will help us to forecast the future. Also, this is the time where we test different hypotheses.
Now, hypothesis testing is a major component of inferential statistics. It allows to determine if the trend we observe is due to randomness or if there is a real statistical significance.To do so, we must define a hypothesis and a null hypothesis.
The hypothesis is the trend we are trying to extract from the data, while the null hypothesis is its exact opposite.Then, we can run some tests to see if there is statistical significance or not. In this case, the F-statistic is large, and the p-value for our parameters is less th
Watch on YouTube โ
(saves to browser)
Sign in to unlock AI tutor explanation ยท โก30
Playlist
Uploads from Data Science with Marco ยท Data Science with Marco ยท 10 of 38
1
2
3
4
5
6
7
8
9
โถ
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Linear Regression in Python | Data Science with Marco
Data Science with Marco
Classification in Python | logistic regression, LDA, QDA | Data Science With Marco
Data Science with Marco
Resampling and Regularization | Data Science with Marco
Data Science with Marco
Decision Trees | Data Science with Marco
Data Science with Marco
Suppor Vector Machine (SVM) in Python | Data Science with Marco
Data Science with Marco
Unsupervised Learning | PCA and Clustering | Data Science with Marco
Data Science with Marco
Data Science Portfolio Project: Regression #1 | Data Science with Marco
Data Science with Marco
Data Science Portfolio Project: Regression #2 | Data Science with Marco
Data Science with Marco
What Are Time Series - Applied Time Series Analysis in Python and TensorFlow
Data Science with Marco
Basic Statistics - Applied Time Series Analysis in Python and TensorFlow
Data Science with Marco
Autocorrelation and White Noise - Applied Time Series Analysis in Python and TensorFlow
Data Science with Marco
Stationarity and Differencing - Applied Time Series Analysis in Python and TensorFlow
Data Science with Marco
Random Walk Model - Applied Time Series Analysis in Python and TensorFlow
Data Science with Marco
Moving Average Process - Applied Time Series Analysis in Python and TensorFlow
Data Science with Marco
Autoregressive Process - Applied Time Series Analysis in Python and TensorFlow
Data Science with Marco
ARMA Model - Time Series Analysis in Python and TensorFlow
Data Science with Marco
What is data science?
Data Science with Marco
Answering DATA SCIENCE questions #1 - Why learn SQL when Python and R exist?
Data Science with Marco
R vs Python in the Industry - Data Science Q&A #datascience #datasciencecareer #careeradvice
Data Science with Marco
Data science or data engineering - which is best for you? #datascience #datasciencecareer
Data Science with Marco
Where to find data for data science projetcs? #datascience #datasciencecareer
Data Science with Marco
Data science certificates on resume? #datascience #datasciencecareer #careeradvice
Data Science with Marco
Should you aim for data science or data engineering? | Data Science Q&A #1
Data Science with Marco
Don't waste time on this | #datascience #datasciencecareer
Data Science with Marco
Low-code AI tools - are they good? | #datascience #datasciencecareer #careeradvice
Data Science With Marco
How to grow as a data scientist after 2+ years of experience? #datascience #datasciencecareer
Data Science with Marco
Transition into DATA SCIENCE without a masters or bootcamp #careertransition
Data Science With Marco
How to improve your data science profile?
Data Science With Marco
How to learn Python for data science?
Data Science With Marco
Does Scrum/Agile work for data science?
Data Science With Marco
What are the major roles in analytics and how to choose?
Data Science with Marco
Thoughts and advice for a live SQL coding round
Data Science With Marco
Data science interview question: difference between type 1 and type 2 error
Data Science With Marco
Feature selection in machine learning | Full course
Data Science With Marco
Anomaly detection in time series with Python | Data Science with Marco
Data Science With Marco
Podcast - TimeGPT, predicting the future, and more
Data Science With Marco
Big announcement - Revealing my new book
Data Science With Marco
Get Started in Time Series Forecasting in Python | Full Course
Data Science With Marco
More on: ML Maths Basics
View skill โRelated AI Lessons
โก
โก
โก
โก
AI Is Changing Architecture Faster Than Most Architects Realize
Medium ยท AI
Best Free AI Tools Everyone Should Use in 2026
Medium ยท ChatGPT
Knowledge Base Software for B2B Support: Architecture, API Design, and AI Readiness
Dev.to ยท Kumar Harsh
From sysadmin to solutions engineer: why I'm spending the next year learning AI in production
Dev.to ยท Jay Thomason
๐
Tutor Explanation
DeepCamp AI