Quant的笑话
- Q) Why was the FX quant so unlucky with the ladies?
A) Because he always kept his dates short. - Q) Why do quants always have the best gardens?
A) Because they spend time so much time working on their trees and hedging! - Q) Why are quants so lucky?
A) Because they get to work with models all day. - Q) Why do quants never get ripped off in Bangkok?
A) Because they are experts in pricing exotics. - Q) Why did one quant say hush to the other?
A) Because he was working on the library! - Q) Why are quants always happy?
A) Because they are always working on their smiles. - Q) Who is a quant's favourite actor?
A) Heston - Q) Why was the quant willing to sell his own mother?
A) Because he figured out relative value! - A quant goes to a bookstore to buy a book. The service person says, "Can I help you?"
The quant says "My Life As a Quant".
The service person, misunderstanding him, says, "My wife is a cunt too! I know exactly how you feel! Can I help you find a book?" - Q) What's the difference between quants and F1 racers ?
A) Quants run Monte Carlo, F1 racers run through Monte Carlo. - Q) How did the quant wreck his yacht
A) He ran aground on Black-Scholes. - Q) What are the evolutionary ancestors of quants?
A) Apes living in binomial trees. - Q) Why do quants avoid ocean waves at the beach?
A) Because they don't like oscillating boundary conditions. - Q) What's cruel and unusual punishment for a quant?
A) Disintegration by parts. - Q) What do credit derivatives and the great Dirac have in common?
A) The Delta. - Q) Why did the black swan painted his feathers white?
A) So people stop talking about her fat-tails - Quants love duration, convexity and jumps.
解:
1.dates short(约会时间短)
2.trees(二叉树,三叉树);hedging(修围栏)
3.models(美女模特哦,好羡慕!!!)
4.exotics(外来植物,曼谷可是东南亚城市)
5.library(C++里的library,比如Quantlib)这个不太把握
6.smiles(波动率微笑)
7.Heston(Heston波动率模型,这里指著名演员Charlton Heston)
8.relative value(亲戚,亲属的价值)
9.Quant和Cunt,好XE的谐音
10.Monte Carlo,摩洛哥城市,著名赌城
11.Scholes,英国地名
12.不解释
13.oscillating boundary conditions会使得衍生品定价问题难于处理(这个不太把握)
14.(不明白,求解释)
15.Delta有两个意思,delta对冲和Dirac提出的delta函数
16.金融市场里的“黑天鹅事件”和统计学中的“肥尾”
17.太邪恶,不解释,自行YY
Quant的笑话的更多相关文章
- yuecheng 笑话
http://115.28.189.219:9898/stock/manager_articles/fundamentals 要闻 http://115.28.189.219:9898/stock/m ...
- 关于Stock Quant与生产内容的理解
Stock Quant对象是8.0中新增加的内容,主要用于核算库存,与Stock Move相关联,没个Stock Move动作都会关联一个或者多个Stock Quant对象.库存移动的过程实际上就是将 ...
- python爬取糗百第一页的笑话
自学python网络爬虫,发现request比urllib还是要好用一些,因此利用request和BeautifulSoup来实现糗百的首页笑话的抓取.BeautifulSoup通过find和find ...
- 有趣 GIF 动图集 - 仿佛每张小动图都诉说了一个小笑话或者小故事
点这里 来自法国南特(Nantes)的 Guillaume Kurkdjian 目前还是个学生.Kurkdjian 擅长创作一些平面动态图像,这些有趣的小动图仿佛每张都诉说了一个小笑话或者小故事,像个 ...
- Quant面试准备5本书
Heard on The Street: Quantitative Questions from Wall Street Job Interviews - Timothy Falcon Crack F ...
- Python爬虫:获取糗事百科笑话
为了收集笑话也是挺拼的,我就不相信你所有的都看过了.还有,请问哪位仁兄能指点之下怎么把网上抓取到的图片写到word里面,捉摸了好久都没弄出来. 糗百不需要登录,html直接解析,只要在reques ...
- 给你讲个笑话,我是创业公司CEO
文/办公室奇葩说(Office 78)一个在办公室较为正经的八卦号. 前几天你看见朋友圈刷屏的文章<给你讲个笑话:我是做互联网的>. 你心想,写文章的那人是傻逼吗?觉得做互联网就是个笑 ...
- 广域网佰腾玩O2O笑话——它看起来很漂亮,注定不低于
据说 2014.8.29:中国最大的商业运营商万达在一起的互联网服务供应商百度.腾讯在深圳(属性)战略合作签约仪式举行. 从功能表面上.万达代表实体,百度代表数据.腾讯代表社区:按三个合伙人理解,是要 ...
- Python--定时给Ta讲笑话
受到这篇文章的启发http://python.jobbole.com/84796/,我也动手写了个程序玩一玩. 接口请求说明: 接口请求地址http://api.1-blog.com/biz/bizs ...
随机推荐
- 也来说说C/C++里的volatile关键字
去年年底的样子,何登成写了一篇关于C/C++ volatile关键字的深度剖析blog(C/C++ Volatile关键词深度剖析).全文深入分析了volatile关键字的三个特性.这里不想就已有内容 ...
- 第三章 DOM
节点的概念 5个常用的DOM方法:getElementById.getElementsByTagName.getElementsByClassName.getAttribute.getAttribut ...
- cookie 保存导航菜单的展开状态
菜单展开状态保存,最开始是用session来存的,用session存没点击一次菜单就会多次访问后台页面,影响页面加载速度,后来改用js的cookie来存:代码如下 //获取cookie ...
- [Python]logging模块使用basicConfig后记录日志重复问题
logging.basicConfig配置日志记录到文件A后,再使用logging.FileHandler生成记录到文件B的logger 在使用此logger记录日志时,会同时记录的文件A和文件B,感 ...
- final修饰的变量是引用不能改变,还是引用的对象不能改变???
对于这个问题,我们不能只记结论,要拿实例说话,参看以下代码: public class Demo { public static void main(String[] args) { final St ...
- Material Design使用记录
出现过的问题记录: 1.Crash on Android 6.0 in RippleView.draw() 解决方法: This has very simple solution. Just down ...
- Sweet Alert
http://www.dglives.com/demo/sweetalert-master/example/ Sweet Alert A beautiful replacement for Javas ...
- 利用win服务定时为网卡启用/禁用
上周,Boss和我说,他儿子夜里爬起来用笔记本在被窝里玩CF,问路由器可以解决么,我看了是TPLINK的普通家用无线路由器,不支持禁用CF客户端网游,可以通过配置端口屏蔽什么的,但是白天又要开启,想想 ...
- [GodLove]Wine93 Tarining Round #8
比赛链接: http://vjudge.net/contest/view.action?cid=47644#overview 比赛来源: 2012 ACM/ICPC Asia Regional Tia ...
- 第五章 搭建 S3C6.410 开发板的 测试环境
一.简介: 对于嵌入式驱动开发者来说,你必须要了解什么是开发板:它与我们经常用的手机类似, 包含了显示屏. 键盘. Wi-Fi. 蓝牙等模块等,是开发者必备的硬件设备.但与手机不同的是:在开发板上安装 ...