Feeds
提问
LE=β0+β1logPCI+εi ( I have the data) but I keep getting errors
%% run the OLS regression [nobs, nvar]= size(logPCI); ols.betahat = inv(logPCI'*logPCI)*logPCI'*LE; % estimate of beta...
10 years 前 | 0 个回答 | 0
0
个回答提问
Not enough input arguments.
% This function computes the Black-Scholes option price for both put and call % Using given parameters % --------------...
10 years 前 | 1 个回答 | 0