N/A
Followers: 0 Following: 0
Feeds
提问
Piecewise function for black-scholes
hello, I am trying to get a piecewise function, f(x) = blsprice for Put if exercise price < S_0; blsprice for Call if exercise...
7 years 前 | 1 个回答 | 0
1
个回答提问
Simple simulation of stock price
I am new with MATLAB. Could you help out with simulating X amount of what is inside the loop? r = 0.02; sigma = .2; ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Recursion, stock simulation
I am new to Matlab, could you help me out with automating this process: S_1 = S_0*(1+r*dt+sigma*a*normrnd(0,1)) S_2 = S_1...
7 years 前 | 1 个回答 | 0