MENU
01
All
02
IT Audit
03
Data Analytics
04
Blockchain
05
Cryptocurrency
Article
게시물 검색
검색대상
Subject
Content
All
Hashtag
검색어
필수
검색
Blog 카테고리
All
IT Audit
열린 분류
Data Analytics
blockchain
cryptocurrency
NFT
11
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 8, Regression Analysis ②)
As an example of the multiple regression analysis discussed in the previous post, let's look at how to predict home prices using the California housing dataset. We'll walk through the process of loadi..
10
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 8, Regression Analysis ①)
In today's data-driven world, making informed decisions is critical to success, and understanding regression analysis is a fundamental and important key to gaining valuable insights from your data. In..
9
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 7, Bayes' Theorem)
Bayes' theorem is a fundamental concept in probability theory, and can be thought of as a formula for finding conditional probabilities given some prior knowledge or data. In other words, we can..
8
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 6, Normal distribution example for business data analysis)
We'll walk through the process of analyzing real-world sales data using probability distributions such as the normal distribution. Analyzing sales trends is the most common business use case, but it c..
7
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 5, Probability Distributions)
Probability distributions are widely used in data analysis to model various phenomena, understand data patterns, and make informed decisions. 1. Predict data trends and patterns: ..
6
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 4, Pearson's correlation coefficient)
Understanding correlation coefficients is crucial in business.It can be extended to identifying relationships, modeling forecasting and risk management to infer causality.1. Identify relationships:It ..
5
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 3, Null and Alternative Hypotheses (3) - Hypothesis Testing Python Code)
In the previous article we learned about the null hypothesis testing procedure.Link: http://tokenterrace.com/eng/212Let's implement it in Python code so that you can put the theory into practice.First..
4
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 3, Null and Alternative Hypotheses (2) - Hypothesis Testing)
In the previous article, we discussed the null and alternative hypotheses. It gets a little boring when we get too theoretical, so let's look at a hypothesis testing scenario and create a h..
3
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 3, Null and Alternative Hypotheses (1))
Hypothesis testing is a statistical method used to evaluate the validity of a hypothesis by examining differences in sample statistics and population parameters. In business, it is very important..
2
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 2, Independent and Dependent Variables)
You've probably heard of independent and dependent variables in statistics, but do you know what they are and how they relate to each other?An independent variable is a variable that a researcher can ..
1
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 1, Random Variables)
In truth, statistics has lost some of its significance as programming languages, machine learning, and deep learning have advanced. Of course, data scientists and analysts who examine data to comprehe..
LIST
상단으로