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년 전 | 답변 수: 0 | 0
0
답변질문
Not enough input arguments.
% This function computes the Black-Scholes option price for both put and call % Using given parameters % --------------...
거의 10년 전 | 답변 수: 1 | 0