📄 normdist.h
字号:
// normdist.h // author: Bernt A Oedegaard#ifndef _NORMAL_DIST_H_#define _NORMAL_DIST_H_double n(double z); // normal distribution functiondouble n(double r,double mu, double sigmasqr); // normal distribution function double N(double z); // cumulative probability of normaldouble N(double a, double b, double rho); // cum prob of bivariate normaldouble random_normal(); // random numbers with mean zero and variance one#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -