Serving the Quantitative Finance Community

Search found 4 matches

by user123
July 10th, 2009, 12:20 pm
Forum: Programming and Software Forum
Topic: MAtrix operation from MAtlab to Visual basic
Replies: 1
Views: 37313

MAtrix operation from MAtlab to Visual basic

<r>Dear users I try to traslate some codes from Matlab to visual and the principal dificulty is how pass MAtrix notation into the visual sintaxis for that, I found a very library of matrix operations in excel in this homepage:<URL url="http://digilander.libero.it/foxes/SoftwareDownload.htmNeverthele...
by user123
July 9th, 2009, 12:55 pm
Forum: Programming and Software Forum
Topic: Matlab VBA Gurus
Replies: 6
Views: 101690

Matlab VBA Gurus

<t>I have the following problem, I need traslate this function of MAtlab to visual basic, can someone help me with this? I will appreciate all help in this matterfunction [P_LR, pi_LR, Moments ] = LR_distr(P,pi0,S)% DistributionMax_Iter = 500; %mximum iterationsconverg = 1.e-5;Pk = P; %initialize Pk...
by user123
July 8th, 2009, 1:11 pm
Forum: Programming and Software Forum
Topic: Matlab code in VBA
Replies: 2
Views: 38508

Matlab code in VBA

<t>Thanks Nicolito for your great help. I have the following question, in order to report the matrix, how can I do that? for example in the matlab procidure I call the function suing the following code:>> tauchen(0.2,0.5,2,0.2)ans = -0.0462 0.0462But in the VBA when I try to call the function I put ...
by user123
July 7th, 2009, 4:50 pm
Forum: Programming and Software Forum
Topic: Matlab code in VBA
Replies: 2
Views: 38508

Matlab code in VBA

<t>Dear users Someone can help me to transalate this matlab code into Excel- VBA I will aprreciate all the help in this matter,. all the bestfunction [stsp,Pi] = tauchen(sigmaw,rho,N,m);if nargin == 3; m = .2;end;if rho >= 1 | rho <= -1; disp('WARNING !!!'); disp('Unit root or root greater than unit...