repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
ACE
/
apps
/
JAWS
/
clients
/
WebSTONE
/
src
/
statistics.h
blob
b0420515ae5a51b5149216b525cafa5d84e3a1fa
1
#ifndef _STATISTICS_H_
2
#define _STATISTICS_H_
3
extern
double
mean
(
const double
,
const int
);
4
extern
double
variance
(
const double
,
const double
,
const int
);
5
extern
double
stddev
(
const double
,
const double
,
const int
);
6
7
#endif
/* ! _STATISTICS_H_ */