搜索资源列表
计算正态分布的函数
- 计算正态分布的函数
正态分布函数
- 正态分布函数
T函数产生方法
- 由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了-vc system because of the random number function evenly distributed, and sometimes we had to use normal distribution and distribution, which is two small functions so that yo
05041062
- 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random nu
dongtaitu
- 对于一个动态系统dy/dt=-y(t)+x(t-m),m为一个时间滞后常量,x(t)、y(t)都是关于时间 t的函数,其中x是一个正态分布的数据集合,可随机产生,这样情况下,如何将系统情况 用样本点表示出来 -for a dynamic system dy/dt =- y (t) x (t-m), m for a time lag constants, x (t), y (t) are on the function of
jf_Box_Muller_transform
- Box-Muller变换,将[0,1]均匀分布转换为[0,1]高斯正态分布,在matlab中也可用randn函数生成正态分布。变换的思想可用于其他没有正态分布随机函数的编程语言(如C)
MATLAB
- 概率密度或分布通用函数,其中包括正态分布,二项分布,指数分布等-Probability density or distribution of generic functions, including normal distribution, binomial distribution, exponential distribution
NORMALFUNCTION
- 本程序基于visual C++ 实现标准正态分布,正态分布累积函数,正态分布累积函数的逆函数分别输出到不同表,是仿真实验的很好参考!-This procedure based on visual C++ Achieve the standard normal distribution, the cumulative distribution function, the cumulative distribution function o
NORMALFUNCTION
- 一个求正太分布的程序,利用梯形法生成符合标准正态分布的累积函数from Dain-A demand is too distribution procedures, take advantage of the standard trapezoidal method to generate the cumulative distribution function from Dain
mtkl
- lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。 accyouhua为标定值的函数,而lingjian不是一个函数,在其中已给出了一组标定值的值-lingjian.m initial value of the use of parts, using the Monte Carlo method to cal
parzenWindows
- 应用Parzen窗法估计样本的概率密度函数; 估计样本为标准正态分布和均匀分布;-Application of Parzen window method estimates the probability density function of the sample estimated sample standard normal distribution and uniform distribution
accessory_parameter
- lingjian.m-----蒙特卡罗方法 lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。 accyouhua为标定值的函数,而lingjian不是一个函数,在其中已给出了一组标定值的值。 -Monte Carlo method lingjian.m----- to use parts ling
parzen
- parzen窗法,功能是根据样本进行概率密度函数估计。实现了对正态分布概率密度函数和均匀分布双峰概密函数进行估计-Parzen window method, function is based on a sample of the estimated probability density function. The realization of the normal distribution probability density f
normfun
- 正态分布函数累积分布,是最简单的分布函数类型-Normal cumulative distribution function
ATND_g4
- 利用MATLAB语言仿真截断正态分布函数-Simulation using MATLAB language truncated normal distribution function
random-inc
- 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the av
standard
- 一个标准正态分布函数的VC++实现方法,望给大家带来帮助-A standard normal distribution function of the VC++ implementations, hope to give us help
gamma
- 与gamma函数和正态分布函数有关的三份资料,对深入理解和应用gamma函数有帮助。-Normal distribution function with the gamma function and the three relevant information on the in-depth understanding and application of gamma function is helpful.
特殊函数:伽马函数,不完全伽马函数,正态分布函数等 C语言源代码
- 伽马函数,不完全伽马函数,正态分布函数等特殊函数 C语言源代码
对数正态分布
- 对数正态分布函数的源码,用来测试颗粒物浓度时亲测可用,值得下载(The source of lognormal distribution function is used to test particulate matter concentration, and pro test is available, which is worth downloading.)