|
NAME
LIBRARYlibrary “libkplot” SYNOPSIS
struct kdata *
DESCRIPTIONThe It attaches to zero or more existing data sources and, when they update their values per-index, tracks the standard deviation (via the unbiased sample variance) of the sequence of updated values. Thus, if a standard deviation data source is attached to two sources, its y-value for pair zero will reflect the standard deviation from the mean of all values set to pair zero's y-value in the sources. Note that the indexing is absolute: if attached to a bucket or histogram, pair index zero refers to the first internal data storage, not storage mapped from the bucket or histogram. If source is not
Further data sources may be attached with kdata_stddev_attach(3). RETURN VALUES
SEE ALSOkdata_stddev_attach(3), kplot(3) Donald E. Knuth, The Art of Computer Programming: Seminumerical Algorithms, 3rd Edition, Addison-Wesley, Volume 2, 232, Boston, 1998. CAVEATSEach standard deviation bucket can process a maximum number of
|