by Steven Shreve 通俗易懂的教材,适合金融数学,金融工程入门者学习。
2022-04-07 01:46:38 1.19MB stochastic calculus and finance
1
随机微分方程的黑盒变分推断 Lotka-Volterra示例的Tensorflow实现在 , , 和 (ICML,2018)中进行了。 示例:Lotka-volterra 在这里,我们在本文的第5.1节中演示示例“具有未知参数的多个观察时间”的实现。 也就是说,在已知测量误差方差的情况下,二维Lotka-Volterra SDE的全参数推断观察到的离散时间步长为10。 系统要求 以下示例已使用tensorflow 1.5,numpy 1.14和python 3进行了测试。尚未在任何依赖项的更新和/或更高版本上进行严格测试。 如有任何相关问题,请参阅联系部分。 此示例还使用张量板(1.5)可视化训练。 这样,您应该在lotka_volterra_data.py中为张量板输出指定路径。 例如: PATH_TO_TENSORBOARD_OUTPUT = "~/Documents/my_
1
Microgrid_sim 顾问: 和 问题定义 我们将要建立一个关于小型电网的模型,称为“微电网”。 目标是满足微电网的(本地)需求、优化分配、公平要求、可靠和可扩展。 能源资源管理中的(随机)模型 潜在的参考论文: 博尔盖蒂、阿尔贝托等人。 “分布式能源的两阶段调度程序。” 电力技术,2007 年 IEEE 洛桑。 IEEE, 2007. 李,GC,等。 “为区域能源系统管理开发以温室气体减排为导向的不精确动态模型。” 能源 36.5 (2011):3388-3398。 Wong、Steven 和 J. David Fuller。 “在替代电力市场中使用随机优化对能源和储备进行定价。” 电力系统,IEEE Transactions on 22.2 (2007): 631-638。 Wallace、Stein W. 和 Stein-Erik Fleten。 “能源中的随机规划模型
1
本书介绍了应用随机过程的现代概念,这些概念被广泛应用在工程和科学的各个领域。 为具有适当数学背景的学生开设的高级本科课程而写。
2022-03-13 22:31:36 5.28MB 数学
1
APPLIED STOCHASTIC PROCESSES by G.A. Pavliotis, Department of Mathematics, Imperial College London, January 18, 2009.
2022-03-13 22:28:13 771KB STOCHASTIC PROCESS; Stochastic Differential
1
关于模糊随机多目标优化的电子书,经典著作,适合工学理学等领域
2022-03-12 22:37:26 1.58MB Fuzzy Programming
1
This volume presents selected and peer-reviewed contributions from the 14th Workshop on Stochastic Models, Statistics and Their Applications, held in Dresden, Germany, on March 6-8, 2019. Addressing the needs of theoretical and applied researchers alike, the contributions provide an overview of the latest advances and trends in the areas of mathematical statistics and applied probability, and their applications to high-dimensional statistics, econometrics and time series analysis, statistics for stochastic processes, statistical machine learning, big data and data science, random matrix theory, quality control, change-point analysis and detection, finance, copulas, survival analysis and reliability, sequential experiments, empirical processes, and microsimulations. As the book demonstrates, stochastic models and related statistical procedures and algorithms are essential to more comprehensively understanding and solving present-day problems arising in e.g. the natural sciences, machine learning, data science, engineering, image analysis, genetics, econometrics and finance.
2022-03-04 09:27:54 8MB Stochastic Model
1
英文第三版,不朽名著,用DJVU编辑器添加了书签,阅读更方便更高效
2022-02-26 09:42:01 10.69MB papoulis 帕普里斯 书签 djvu
1
Stochastic Differential Equations 6th ed - B. Oksendal
2022-02-22 11:02:39 1.37MB Stochastic Differential Equations 6th
1
随机 一个用于生成随机过程实现的python包。 安装 stochastic软件包在pypi上可用,可以使用pip安装 pip install stochastic 依存关系 随机使用numpy进行许多计算,使用scipy采样特定的随机变量。 Craft.io流程 该软件包提供了许多常见的离散时间,连续时间和噪声过程对象,用于将随机过程的实现生成为numpy数组。 扩散过程使用欧拉-丸山方法进行近似。 这是程序包中当前受支持的进程及其类引用。 随机过程 连续的 贝塞尔Craft.io 布朗桥 布朗旅行 布朗恩·梅德 布朗运动 柯西过程 小数布朗运动 伽玛过程 几何布朗运动 高斯逆过程 混合泊松过程 多分数布朗运动 泊松过程 SquaredBesselProcess 方差伽玛程序 维纳过程 扩散 扩散过程(广义) 恒定弹性方差过程 CoxIngersollRossProcess
1