Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29235 Discussions

Library for multi-variate lognormal distribution

sdahl
Beginner
536 Views
Does anyone know where there is a Fortran library that will generate multi-variate lognormal distribution from inputs of mean, std dev and covariances?
0 Kudos
3 Replies
durisinm
Novice
536 Views

You can try looking in IMSL from VNI (came with CVF Pro and will come with IVF Pro), CVF's CMXL library, Intel's math library (don't know the name), and NAG's routine library.

Mike D.

0 Kudos
Jugoslav_Dujic
Valued Contributor II
536 Views

...or, before all, www.netlib.org

Jugoslav

0 Kudos
sdahl
Beginner
536 Views
Thanks,I found routines to generate multivariate normal in both suggestions. If one knows the transformation from the lognormal inputs to the normal inputs, these routines can be used. I also found this transformation, and it appears to be working!
0 Kudos
Reply