R
Ross A. Finlayson
Hi,
I wonder if there is a simple library or set of functions for basic
statistical functions, like what may be on a pocket calculator, without
getting into linking into the language runtimes of the S or R
languages.
For example I just want mean, median, mode, variance, and stuff, and
then the stuff that follows from that. Maybe, something midrange
between (x+y) / 2 and SAS/Spss/... statlib? libstat? stat lib stat,
stat, lib?
Actually I just want to look at it, not probably actually use it, but I
might implement some of its notions after seeing it, especially if
they're imperative instead of functional.
Actually this is just a troll and off-topic for comp.lang.c. While
that is so, I guess I could ask on sci.stat.math, sincerely.
I'll tell you why, I'm trying to analyze digital data with noise in it,
but I just want to flip to correctness about 1/100 of the bad bits, not
analyze its entropy, because there's not a carrier signal, and I'm
ignorant about signal processing. It's not even that hard a problem,
it's mostly elastic knapsack, and the weather.
Anyways I'm interested in seeing some examples of C implementations of
statistical methods. I hope you might be able to refer me to some.
Ah... now I have typed "statistics" into a search engine for
comp.lang.c.
Thank you,
Ross F.
I wonder if there is a simple library or set of functions for basic
statistical functions, like what may be on a pocket calculator, without
getting into linking into the language runtimes of the S or R
languages.
For example I just want mean, median, mode, variance, and stuff, and
then the stuff that follows from that. Maybe, something midrange
between (x+y) / 2 and SAS/Spss/... statlib? libstat? stat lib stat,
stat, lib?
Actually I just want to look at it, not probably actually use it, but I
might implement some of its notions after seeing it, especially if
they're imperative instead of functional.
Actually this is just a troll and off-topic for comp.lang.c. While
that is so, I guess I could ask on sci.stat.math, sincerely.
I'll tell you why, I'm trying to analyze digital data with noise in it,
but I just want to flip to correctness about 1/100 of the bad bits, not
analyze its entropy, because there's not a carrier signal, and I'm
ignorant about signal processing. It's not even that hard a problem,
it's mostly elastic knapsack, and the weather.
Anyways I'm interested in seeing some examples of C implementations of
statistical methods. I hope you might be able to refer me to some.
Ah... now I have typed "statistics" into a search engine for
comp.lang.c.
Thank you,
Ross F.