• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Pre-requisites for reading and solving through Schreve's books

Joined
11/5/14
Messages
294
Points
53
Hi folks,

I have a modest background in calculus based probability. I have begun studying mathematical analysis.

Steven Schreve's stochastic calculus books look accessible to me, it seems I can take them in slowly. But, I would like to ask for tips. With sufficient hard work, is it possible to gain a general knowledge of stochastic calculus fundamentals through these books(keeping in view I don't have a rigorous background in analysis yet)?

Kind regards,

Quasar
 
Shreve's older book (1996?) for Volume I, is shorter than a newer one. I think there's a solution manual out there. The book needs supplementation. You should here things in a complicated, and then simplified way. I think if you combine the book with videos, it will make sense. Also, if you know a bit of programming, go find tutorials (written/video/git repo) about implementing the basics of stochastic calculus - a Black Scholes option pricer.

Shreve + simple video + code tutorial = win
 
Back
Top