Code covered by the BSD License
function [ rates ] = getNewZeroRates( NSModel,params,PlottingDates ) NSModel.FunctionHandle = @(t) nelsonsiegelzero(t, params); rates = NSModel.getZeroRates(PlottingDates(:)); end
Contact us