- 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.
- PHP動(dòng)態(tài)網(wǎng)站程序設(shè)計(jì)
- ServiceNow Application Development
- Learning Java Functional Programming
- Instant Apache Stanbol
- Web交互界面設(shè)計(jì)與制作(微課版)
- 微信小程序入門指南
- ExtJS高級程序設(shè)計(jì)
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- 零基礎(chǔ)學(xué)Kotlin之Android項(xiàng)目開發(fā)實(shí)戰(zhàn)
- ASP.NET程序開發(fā)范例寶典
- Mastering Akka
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計(jì)算及數(shù)據(jù)分析(第2版)
- 零基礎(chǔ)看圖學(xué)ScratchJr:少兒趣味編程(全彩大字版)
- Java程序設(shè)計(jì)
- Learning Redux