var1 – Statistical Summary from a List

  This program is intentionally simple, yet highly useful for routine work at the research laboratory bench. It provides basic statistical parameters from a numerical list entered by the user.


# Program logic:

1. Input: a list of data values;
2. Output: sum, number of elements, mean, standard deviation,
   and coefficient of variation (CV%).


1 Files

  1. var1 program
  2. Program source code
# Program usage

1. Enter the data as a list;
2. Select "var1" to execute the program.


Back to top