搜索资源列表
-
0下载:
用c语言编写的产生正态随机数的源代码:
算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。
算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时
会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
-
-
1下载:
此处有两个源代码,一个先剔除Excel数据中的异常数据,再由另一个程序代码检验导入到MATLAB中的Excel数据属于哪种分布(正态分布、伽马分布、泊松分布和rayleigh)。(There are two source codes here, one that first eliminates the exception data in the Excel data, and then the other program code tests which distribution (norma
-