Computes a sum with the routine specified by
label. Initially, X contains the loop control num-
ber in the format cccccc.fffii and the
sum is set to 0. Each run through the routine
specified computes a summand. At its end, this
summand is added to said sum; the operation
then decrements ccccccc by ii and runs
said routine again if then ccccccc fff ,
else returns the resulting sum in X.
Works like s but returns the standard deviations
of the populations instead.
Recall the respective statistical sums. These
sums are necessary for curve fitting models
beyond pure linear. Calling them by name en-
hances readability of programs significantly.
Works like sw but returns the standard devia-
tion of the population instead.
Recall the respective statistical sums. These
sums are necessary for basic statistics and li-
near curve fitting. Calling them by name en-
hances readability of programs significantly.
Adds a data point to the statistical sums.
Shortcut as long as label A is not defined yet.
Subtracts a data point from the statistical sums.