Find Jobs
Hire Freelancers

Fortran conversion to VBA (Excel)

$30-250 USD

Assegnato
Pubblicato quasi 13 anni fa

$30-250 USD

Pagato al completamento
I would like the gslib [login to view URL] source code translated to Excel macro modules. It's all there in Fortran, most of the syntax is the same as VBA, just a few small changes. Will be useful if you know something about statistics and mathematics to be able to check your work. The routines will have to work together, as they call each other. No changes or "improvements" must be made, just porting of the same code to Excel. For example: subroutine gauinv(p,xp,ierr) c----------------------------------------------------------------------- c c Computes the inverse of the standard normal cumulative distribution c function with a numerical approximation from : Statistical Computing, c by W.J. Kennedy, Jr. and James E. Gentle, 1980, p. 95. c c c c INPUT/OUTPUT: c c p = double precision cumulative probability value: dble(psingle) c xp = G^-1 (p) in single precision c ierr = 1 - then error situation (p out of range), 0 - OK c c c----------------------------------------------------------------------- real*8 p0,p1,p2,p3,p4,q0,q1,q2,q3,q4,y,pp,lim,p save p0,p1,p2,p3,p4,q0,q1,q2,q3,q4,lim c c Coefficients of approximation: c data lim/1.0e-10/ data p0/-0.322232431088/,p1/-1.0/,p2/-0.342242088547/, + p3/-0.0204231210245/,p4/-0.0000453642210148/ data q0/0.0993484626060/,q1/0.588581570495/,q2/0.531103462366/, + q3/0.103537752850/,q4/0.0038560700634/ c c Check for an error situation: c ierr = 1 if([login to view URL]) then xp = -1.0e10 return end if if(p.gt.(1.0-lim)) then xp = 1.0e10 return end if ierr = 0 c c Get k for an error situation: c pp = p if(p.gt.0.5) pp = 1 - pp xp = 0.0 if(p.eq.0.5) return c c Approximate the function: c y = dsqrt(dlog(1.0/(pp*pp))) xp = real( y + ((((y*p4+p3)*y+p2)*y+p1)*y+p0) / + ((((y*q4+q3)*y+q2)*y+q1)*y+q0) ) if(real(p).[login to view URL](pp)) xp = -xp c c Return with G^-1(p): c return end
Rif. progetto: 1100655

Info sul progetto

2 proposte
Progetto a distanza
Attivo 13 anni fa

Hai voglia di guadagnare un po'?

I vantaggi delle offerte su Freelancer

Imposta il tuo budget e le scadenze
Fatti pagare per il lavoro svolto
Delinea la tua proposta
La registrazione e le offerte sui lavori sono gratuite
2 freelance hanno fatto un'offerta media di $200 USD
Avatar dell'utente
Please see the PM
$200 USD in 5 giorni
4,7 (73 valutazioni)
5,6
5,6
Avatar dell'utente
When do we start? I think you don't go use some routines, for example the function strlen in vba has feature for exchange it. You need just function in macro format or you need that use system information about the excel? Example: a function accesses a Sheet("Sheet1")
$200 USD in 15 giorni
0,0 (0 valutazioni)
0,0
0,0

Info sul cliente

Bandiera: PERU
San Isidro, Peru
0,0
0
Membro dal feb 4, 2011

Verifica del cliente

Altri lavori del cliente

iOS core 2D engine
min $5000 USD
Grazie! Ti abbiamo inviato tramite email il link per richiedere il tuo bonus gratuito.
Non è stato possibile inviarti l'email. Riprova per piacere.
di utenti registrati di lavori pubblicati
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Caricamento anteprima
Autorizzazione per la geolocalizzazione concessa.
La tua sessione è scaduta ed è stato effettuato il log out. Accedi nuovamente per piacere.