- 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.
- 現代C++編程:從入門到實踐
- WildFly:New Features
- Mobile Application Development:JavaScript Frameworks
- Java從入門到精通(第5版)
- Neo4j Essentials
- Magento 2 Development Cookbook
- Django Design Patterns and Best Practices
- NativeScript for Angular Mobile Development
- 零基礎學Python編程(少兒趣味版)
- BeagleBone Robotic Projects(Second Edition)
- Arduino機器人系統設計及開發
- AI自動化測試:技術原理、平臺搭建與工程實踐
- 微信小程序開發邊做邊學(微課視頻版)
- ArcPy and ArcGIS(Second Edition)
- Python繪圖指南:分形與數據可視化(全彩)