computational-finance Questions
2
Solved
I need to perform rolling VaR estimation of daily stock returns. At first I did the following:
library(PerformanceAnalytics)
data(edhec)
sample<-edhec[,1:5]
var605<-rollapply(as.zoo(sample),...
Hardy asked 28/8, 2014 at 10:57
1
Solved
I've written a haskell version of a limit order book, referencing this version written in C:
https://github.com/jordanbaucke/Limit-Order-Book/blob/master/Others/C%2B%2B/engine.c
A limit order boo...
Zosima asked 9/2, 2014 at 1:32
2
Can anyone explain the difference between “in-sample” and “out-of-sample” forecasts?
Dorrisdorry asked 23/2, 2011 at 6:16
8
I don't have a strong mathematical background, but I would love to work on some computational finance problems. I got "An Introduction to Computational Finance Without Agonizing Pain
" by Pet...
Snub asked 28/7, 2009 at 2:40
7
Solved
I work for a boutique specialized in finance.
We thought about designing a language to describe financial entities related to financial markets.
This would be mainly used as some kind of...
Arsenal asked 11/12, 2009 at 17:9
1
© 2022 - 2024 — McMap. All rights reserved.