- Learning pandas(Second Edition)
- Michael Heydt
- 161字
- 2021-07-02 20:37:02
Stochastic models
Stochastic models are a form of statistical modeling that includes one or more random variables, and typically includes use of time series data. The purpose of a stochastic model is to estimate the chance that an outcome is within a specific forecast to predict conditions for different situations.
An example of stochastic modeling is the Monte Carlo simulation. The Monte Carlo simulation is often used for financial portfolio evaluation by simulating the performance of a portfolio based upon repeated simulation of the portfolio in markets that are influenced by various factors and the inherent probability distributions of the constituent stock returns.
pandas gives us the fundamental data structure for stochastic models in the DataFrame, often using time series data, to get up and running for stochastic models. While it is possible to code your own stochastic models and analyses using pandas and Python, in many cases there are domain-specific libraries such as PyMC to facilitate this type of modeling.
- 軟件項目估算
- Learning ROS for Robotics Programming(Second Edition)
- Ceph Cookbook
- Vue.js 2 and Bootstrap 4 Web Development
- Machine Learning with R Cookbook(Second Edition)
- 實戰低代碼
- Java應用開發技術實例教程
- Python數據可視化之Matplotlib與Pyecharts實戰
- 深入理解Elasticsearch(原書第3版)
- Salesforce Reporting and Dashboards
- jQuery炫酷應用實例集錦
- Python Data Structures and Algorithms
- 機器學習微積分一本通(Python版)
- Practical Microservices
- Node.js實戰:分布式系統中的后端服務開發