码迷,mamicode.com
首页 >  
搜索关键字:quantitative trading    ( 103个结果
poj 2940
Wine Trading in GergoviaTime Limit:1000MSMemory Limit:65536KTotal Submissions:3187Accepted:1454DescriptionAs you may know from the comic “Asterix and ...
分类:其他好文   时间:2015-12-30 09:15:41    阅读次数:252
通过CreateOrUpdate函数更新实体,并产生回调
var tradingManager = CompositionManager.GetValue(); return tradingManager.CreateOrUpdate(trading.Id, x => { x.State = Partner.Model.Enums.Tra...
分类:其他好文   时间:2015-11-06 08:29:36    阅读次数:173
生成编号
Random random = new Random(); string strRandom = (random.Next(100, 999).ToString() + "0").Substring(0, 2); detial.TradingID = this.Trading.Id; ...
分类:其他好文   时间:2015-10-24 18:54:27    阅读次数:193
《QUANTITATIVE METHODS FOR INVESTMENT ANALYSIS Second Edition》翻译(2)
3 单笔资金流的未来值 在本章中,我们介绍和单笔资金流或一次总付的投资相关的时间价值。我们描述最初的投资的现值(PV)和终值(FV)之间的关系。其中现值赚取回报率(每一期的利率),记作r,终值指的是从今开始N年后收到的资金。 接下来这个例子描绘了这个概念。假设你在一个带息的账户投资了100美金,.....
分类:其他好文   时间:2015-09-29 13:11:23    阅读次数:252
hdu 5383 Yu-Gi-Oh!(游戏王! + 费用流)
hdu 5383 Yu-Gi-Oh!Problem Description “Yu-Gi-Oh!”, also known as “Dueling Monsters”, is a popular trading card game which has nearly 20 years history. Next year, YGO will reach its 20th birthday.Stilw...
分类:其他好文   时间:2015-08-29 11:12:55    阅读次数:259
为什么“高大上”的算法工程师变成了数据民工?
1、算法与算法工程师 先来一段我在知乎里回答“做算法工程师是一种怎样的体验?”的答案(其中的思想并非原创,而是山寨自新加坡某大学一门Quantitative Investment课程的ppt) 理想中的算法工程师:提出假设->收...
分类:编程语言   时间:2015-08-20 06:56:36    阅读次数:248
Google笔试(2015/8/6)
华电北风吹 天津大学认知计算与应用重点实验室 日期:2015/8/16Problem 1:Problem 2:Problem 3: Moist has a hobby ­­ collecting figure skating trading cards. His card collection has been growing, and it is now too large to keep...
分类:其他好文   时间:2015-08-16 16:41:36    阅读次数:137
Quality control
定义测试 为测试添加测试项 测试项目按类型分2种 Qualitative 定性,描述类的,比如颜色,是,否 Quantitative 定量,有明确的衡量 定性 定量 测试 检测 添加测试 触发检测 产品分类触发 产品模板触发 ...
分类:其他好文   时间:2015-07-30 21:20:03    阅读次数:191
PARSEC测试集的应用领域
参考:PARSEC vs. SPLASH-2: A Quantitative Comparison of Two Multithreaded Benchmark Suites on Chip-Multiprocessors下面展示的是parsec测试集中应用程序的使用领域:...
分类:其他好文   时间:2015-07-30 17:12:22    阅读次数:137
scikit-learn:4.5. Random Projection
参考:http://scikit-learn.org/stable/modules/random_projection.html The sklearn.random_projection module 通过trading accuracy(可控的范围)来降维数据,提高效率。实现了两类unstructured random matrix:: Gaussian random mat...
分类:其他好文   时间:2015-07-26 14:19:28    阅读次数:222
103条   上一页 1 ... 5 6 7 8 9 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!