📄 statistics.h
字号:
#ifndef _STATISTICS_H_
#define _STATISTICS_H_
/* $Id: statistics.h 80826 2008-03-04 14:51:23Z wotte $ */
extern double mean(const double, const int);
extern double variance(const double, const double, const int);
extern double stddev(const double, const double, const int);
#endif /* ! _STATISTICS_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -