=============================================================
this subroutine compute average and variance of a series
of data. The data are stored in a vector X of length N.
A is the average, V is the standard deviation.
=============================================================
SUBROUTINE MV(N,X,A,V)
COMMONS:
common-initi.f
SUBROUTINES USED:
micromap-index
Mon Jul 17 08:57:46 CEST 2017