- Learning pandas(Second Edition)
- Michael Heydt
- 194字
- 2021-07-02 20:37:02
Single and multivariate analysis
Statistics, from a certain perspective, is the practice of studying variables, and specifically the observation of those variables. Much of statistics is based upon doing this analysis for a single variable, which is referred to as univariate analysis. Univariate analysis is the simplest form of analyzing data. It does not deal with causes or relationships and is normally used to describe or summarize data, and to find patterns in it.
Multivariate analysis is a modeling technique where there exist two or more output variables that affect the outcome of an experiment. Multivariate analysis is often related to concepts such as correlation and regression, which help us understand the relationships between multiple variables, as well as how those relationships affect the outcome.
pandas primarily provides fundamental univariate analysis capabilities. And these capabilities are generally descriptive statistics, although there is inherent support for concepts such as correlations (as they are very common in finance and other domains).
Other more complex statistics can be performed with StatsModels. Again, this is not per se a weakness of pandas, but a specific design decision to let those concepts be handled by other dedicated Python libraries.
- Flask Web全棧開發(fā)實(shí)戰(zhàn)
- Kibana Essentials
- CentOS 7 Linux Server Cookbook(Second Edition)
- Selenium Design Patterns and Best Practices
- ASP.NET動(dòng)態(tài)網(wǎng)頁設(shè)計(jì)教程(第三版)
- 數(shù)據(jù)結(jié)構(gòu)(Python語言描述)(第2版)
- Windows Forensics Cookbook
- AppInventor實(shí)踐教程:Android智能應(yīng)用開發(fā)前傳
- Java Web開發(fā)詳解
- MATLAB 2020 GUI程序設(shè)計(jì)從入門到精通
- SQL Server實(shí)例教程(2008版)
- LabVIEW入門與實(shí)戰(zhàn)開發(fā)100例(第4版)
- Puppet 5 Beginner's Guide(Third Edition)
- Expert Cube Development with SSAS Multidimensional Models
- Java Web開發(fā)任務(wù)教程