2017年4月19日

Python Programming for Finance

摘要: Intro and Getting Stock Price Data We're going to run through the basics of importing financial (stock) data into Python using the Pandas framework. F 阅读全文

posted @ 2017-04-19 19:22 trp 阅读(1389) 评论(0) 推荐(0)

Monte Carlo Methods

摘要: 特卡罗方法方法介绍 一、概述 蒙特卡罗方法是一种计算方法。原理是通过大量随机样本,测试各种可能结果,去了解一个系统,进而得到所要计算的值。 它非常强大和灵活,又相当简单易懂,很容易实现。对于许多问题来说,它往往是最简单的计算方法,有时甚至是唯一可行的方法。 它诞生于上个世纪40年代美国的”曼哈顿计划 阅读全文

posted @ 2017-04-19 16:34 trp 阅读(497) 评论(0) 推荐(0)

导航