Query: pgastddev
OS: debian
Section: 5
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAStddev(5) PGAPack PGAStddev(5)NAMEPGAStddev - calculates the standard deviation of an array of elementsINPUT PARAMETERSctx - context variable a - array to take the standard deviation of n - number of elements in array a mean - the mean of the elements in array aOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGAStddev(ctx, a, n, mean) PGAContext *ctx double *a int n double meanLOCATIONutility.cEXAMPLEExample: PGAContext *ctx; double a[100], mean, sigma; : mean = PGAMean(ctx, a, 100); sigma = PGAStddev(ctx, a, 100, mean); 05/01/95 PGAStddev(5)
Related Man Pages |
---|
talloc_array(3) - centos |
pgasetrealinitrange(2) - debian |
modbus_send_raw_request(3) - debian |
pgacreate(8) - debian |
pgasortpop(8) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Introduction |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |