Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mean and standard deviation

Status
Not open for further replies.

justabovemaine

Technical User
Joined
Mar 11, 2010
Messages
1
Location
US
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.
 
try to use intrinsic functions : sum and dot_product
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top