Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
9answers
1k views

How to design a programming language adapted to financial instruments?

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 scripting ...
1
vote
2answers
743 views

Suggest a good book for Quantitative Methods & R Programming

Please suggest a good book for beginner in Quantitative Methods/Techniques. Adding to this, a good book for beginners in R programming language, used in Quantitative Methods. And I've a few questions ...
0
votes
1answer
64 views

R language: Remove duplicate rows from xts object

I am having trouble deleting duplicated rows in an xts object. I have a R script that will download tick financial data of a currency and convert it to an xts object of OHLC format. The script also ...