Expanded description
| Topic |
Description |
| Name |
statistics |
| Synopsis |
/infobank/programs/util/statistics/statistics.for |
| Description |
Program to calculate mean and standard deviation of a data field.
|
| Author |
Carolyn Degnan, 01/16/90
|
| Reads |
read (*, '(a)') InputFormat
read (InputUnit, InputFormat, iostat = ErrorFlag) X
|
| Writes |
write (OutputUnit, 2000) NS, SUMX, SUMX2, VAR
write (OutputUnit, 2001) STDEV, AMEAN
|
| Calls |
call openem (1, -1)
call showlines (InputUnit, 3)
call forerror (ErrorFlag)
|
|