当前位置:网站首页>Data analysis thinking analysis methods and business knowledge -- analysis methods (II)
Data analysis thinking analysis methods and business knowledge -- analysis methods (II)
2022-07-06 00:21:00 【Begin to change】
Analysis method
Comparative analysis
What is it? ?
Compare several objects
- The price of clothes
- The big cup of milk tea 、 Middle cup 、 Small cup
What's the usage? ?
Track whether there is a problem with the business
A/B test
- Make two versions of the same goal , Only one aspect is different , The others are the same , Then see the final effect , Finally, launch a better version
How to use ?
With whom
- And their
- And Industry
How to compare
Overall size of data
- Average 、 Median 、 A business indicator
The volatility of the data as a whole
- The value obtained by dividing the standard deviation by the average value is called the coefficient of variation ( Measure the volatility of the overall data )
Trend change
From the perspective of time dimension, data changes over time
Time line chart
Take time as the horizontal axis 、 The data is the vertical axis
- You can understand what changes have taken place in the data from the past to the present , You can also predict future trends through past changes
Chain ratio
Compared with the previous period , That is, different months of the same year
- Data sets used to observe short-term
Year on year
Compared with the same period last year
- Used to observe long-term data sets
matters needing attention
- The scale of the comparison object should be consistent
Hypothesis testing analysis method
What is it? ?
logical reasoning
- suggest a hypothesis
- collect evidence
- Come to the conclusion
What's the usage? ?
- Improve the ability of logical thinking
- Analyze the cause of the problem ( Attribution analysis )
How to use ?
From user 、 product 、 Competing products 3 Put forward assumptions in three dimensions
User problem
- There is a problem with the channel
Product problems
- Whether the server crashed
- New product launch
- A large number of complaints
Competitive products
- Competitor promotions
from 4P Marketing theory puts forward assumptions
- product
- Price
- channel
- Sales promotion
Make assumptions from the business process
1、 New users download APP, Then register
- hypothesis 1: Low age users have no time to go to school during the day APP, Only play mobile phones on weekends
2、 Users see the recommended content on the home page
- hypothesis 2: Recommended content is not popular with younger users
3、 stay APP Find what you are interested in
- hypothesis 3: Younger users can't find their favorite content
matters needing attention
- The conclusion is not subjective conjecture , But rely on the evidence found to prove
- Hypothesis testing 3 Step is a process that needs to be repeated
- In the analysis method of using hypothesis verification , Other analytical methods are also used , For example, multi-dimensional disassembly analysis method
- In order to clarify the thinking , You can make a hypothesis test analysis chart , Put the question 、 hypothesis 、 The data is connected from top to bottom
Correlation analysis method
What is it? ?
- The relationship between various data
What's the usage? ?
- When studying the relationship between various data, or when something is affected by other factors
- Expand your thinking , Expand the field of vision from one data to multiple data
- Easy to understand
How to use ?
Scatter plot
- It can intuitively display the relationship between the two kinds of data
The correlation coefficient
The size of the value indicates the degree of correlation between the two data
The greater the absolute value , The more relevant
- 0~0.3 low correlation
- 0.3~0.6 Moderate Correlation
- 0.6~1 Highly correlated
Positive and negative reflect the direction of correlation between the two data
matters needing attention
The difference between causality and Correlation
Causal relationship
- A The occurrence of will lead to B happen ,B Because A
Correlation
- A change ,B And change
边栏推荐
- FFMPEG关键结构体——AVFormatContext
- notepad++正则表达式替换字符串
- Notepad + + regular expression replace String
- Cloudcompare & PCL point cloud randomly adds noise
- 【线上小工具】开发过程中会用到的线上小工具合集
- QT -- thread
- Hudi of data Lake (1): introduction to Hudi
- AtCoder Beginner Contest 258【比赛记录】
- N1 # if you work on a metauniverse product [metauniverse · interdisciplinary] Season 2 S2
- Global and Chinese market of valve institutions 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢
Transport layer protocol ----- UDP protocol
notepad++正则表达式替换字符串
notepad++正則錶達式替換字符串
Determinant learning notes (I)
Mathematical model Lotka Volterra
AtCoder Beginner Contest 254【VP记录】
18. (ArcGIS API for JS) ArcGIS API for JS point collection (sketchviewmodel)
云呐|公司固定资产管理系统有哪些?
How to solve the problems caused by the import process of ecology9.0
MySQL functions
随机推荐
权限问题:source .bash_profile permission denied
Huawei equipment configuration ospf-bgp linkage
Classic CTF topic about FTP protocol
Pointer pointer array, array pointer
7.5 装饰器
【DesignMode】装饰者模式(Decorator pattern)
USB Interface USB protocol
Leetcode:20220213 week race (less bugs, top 10% 555)
LeetCode 1189. Maximum number of "balloons"
Room cannot create an SQLite connection to verify the queries
Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters
There is no network after configuring the agent by capturing packets with Fiddler mobile phones
Intranet Security Learning (V) -- domain horizontal: SPN & RDP & Cobalt strike
Global and Chinese markets for hinged watertight doors 2022-2028: Research Report on technology, participants, trends, market size and share
PHP determines whether an array contains the value of another array
Multithreading and high concurrency (8) -- summarize AQS shared lock from countdownlatch (punch in for the third anniversary)
Yunna | what are the main operating processes of the fixed assets management system
Global and Chinese market of digital serial inverter 2022-2028: Research Report on technology, participants, trends, market size and share
电机的简介
[designmode] composite mode