justabovemaine
Technical User
I am using the lapack and blas libraries w/ fortran 90, but cannot determine how to calculate mean and standard dev. of a vector w/o calculating manually. Surely there is a function to do this? Thanks in advance for any tips. Currently, I send a vector to a subroutine to calculate both but this seems so slow.