pgastddev(5) debian man page | unix.com

Man Page: pgastddev

Operating Environment: debian

Section: 5

PGAStddev(5)							      PGAPack							      PGAStddev(5)

NAME
PGAStddev - calculates the standard deviation of an array of elements
INPUT PARAMETERS
ctx - 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 a
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGAStddev(ctx, a, n, mean) PGAContext *ctx double *a int n double mean
LOCATION
utility.c
EXAMPLE
Example: 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
pgasetrealinitpercent(2) - debian
pgasendreceiveindividual(4) - debian
pgacreate(8) - debian
glxquerycontext(3g) - centos
stream_context_get_params(3) - php
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
Weird 'find' results
New UNIX and Linux History Sections