Community Profile

photo

Akash


Active since 2014

Statistics

Content Feed

View by

Question


How can we optimize this code using vectorization?
% initialize temporary array to store cumulative return factors cumRetFact = zeros(13); cumRetFact(13) = 1; % the index ...

9 years ago | 1 answer | 0

1

answer

Question


Error using optimset (line 214) Unrecognized parameter name 'NonlEqnAlgorithm'.
Hi, I have the following piece of Matlab 2008a code: fcn = @(x)objfcn(x, Recovery, DiscountFactors, Tenors) - Spreads; % ...

9 years ago | 1 answer | 0

1

answer