Ben Bolker ufl.edu> writes:
> > vQ
>
> If one can get the R routines to work, I think they have some
> advantages over NAG and Numerical Recipes routines:
>
> * source code is freely redistributable
> * I can't really claim expertise, but I believe there
> has been some controversy (see t
Wacek Kusnierczyk idi.ntnu.no> writes:
>
> you can always try to get hold of the extensive nag fortran libraries:
>
> http://www.nag.co.uk/numeric/fl/FLdescription.asp
>
> comsider also 'numerical recipes' by press et al., of which there are
> fortran, c, and c++ editions (i think there was a
haracter in statement label at (1)
> blah.f:4.1:
>
> end
> 1
> Erro: Unclassifiable statement at (1)
> make: ** [blah.o] Erro 1
>
>
> Fábio Mathias Corrêa
>UFLA
>
>
> --- Em sex, 13/2/09, Kjell Konis escreveu:
> De: Kjell Konis
> As
F??bio Mathias
Corr??a UFLA
--- Em sex, 13/2/09, Kjell Konis escreveu:
De: Kjell Konis
Assunto: Re: [Rd] Generate random numbers in Fortran
Para: "fabio.u...@yahoo.com.br"
Cc: "r-devel@r-project.org"
Data
¡bio Mathias
Corrêa                      UFLA
--- Em sex, 13/2/09, Kjell Konis escreveu:
De: Kjell Konis
Assunto: Re: [Rd] Generate random numbers in Fortran
Para: "fabio.u...@yahoo.com.br"
Cc: "r-devel@r-project.org"
Data: Sexta-feira, 13 de Feve
you can always try to get hold of the extensive nag fortran libraries:
http://www.nag.co.uk/numeric/fl/FLdescription.asp
comsider also 'numerical recipes' by press et al., of which there are
fortran, c, and c++ editions (i think there was a pascal edition too),
and where there are a choice of rou
Take a look at section 6.6 in Writing R Extensions. It describes how
to call C functions from FORTRAN. Basically it just boils down to
this, in a C file define the functions
void F77_SUB(fseedi)(void)
{
int x = 100;
seed_in(&x);
}
void F77_SUB(fseedo)(void)
{
int x = 100;
seed_out(&
Hi!!!
It would like to know if it exists a form to use the functions to
generate variates in FORTRAN with the same easiness I use that them in
C? Or not?
If yes. They would have some example? I would like to use the functions rbeta,
rlnorm and others!
Sorry my english..rsrsrs
Thanks!!!
  Â