搜索资源列表
random-inc
- 用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
distribution
- 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-Produce uniform distribution, normal distribution, Rayleigh distribution, Poisson distribution random number distribution of these types, including the realization of the various parts of the Functions a
ProDist
- 正态分布累积函数以及其逆函数:NormsDist、NormsInv-The cumulative normal distribution function and its inverse function: NormsDist, NormsInv
Testing
- 多级假设检验。为了克服现有检验对于正态分布均值的限制,我们构建了一个新的测试计划,有以下优点:一)测试一个数目有限的阶段,从而与SPRT相比使抽样操作成本减少。二)抽样数绝对有界且没有截断。三)规定的功效水平严格保证。四)测试不仅对无差别带的端点是高效的,而且对于其它参数值也是高效的。五)即使是方差σ2未知的,我们的测试计划不需要任何加权函数。-MHT
ZhengTai
- 该程序能实现标准正态分布的函数,并且给以自变量的值等到相应的函数值-The program can achieve the standard normal distribution function, and give the value of independent variable to wait until the corresponding function value
normal_distribution
- 正态分布的函数代码,使用vb写的,需要的下载呀-Normal distribution function code, use vb to write, and we need to download ah
random
- GCC C语言大量随机数生成函数,正态分布,平均分布-GCC C language a lot of random number generation function, normal, evenly distributed ... ...
Generate-random-variates
- 文件夹中含有三个c文件,各自产生10万个分别服从正态分布,瑞利分布以及泊松分布的随机数,并利用这些随机数在VC中绘制出这些分布的概率密度函数曲线。注意:运行这些程序之前,需先安装文件夹中的setup文件,以便于在VC中制图。-C folder contains three files, each produce 100,000 were subject to normal distribution, Rayleigh distribution and the Poisson distributi
random
- 各种分布函数的产生代码:随机分布,正态分布,指数分布,对数正态分布-generate the distribution function
Cprobability
- 测量中,在误差检验,粗差探测等平差计算中,用来计算某些特定分布函数的反函数值。包括正态分布,chi2 分布,t分布,F分布等。-Measurement error checking, gross error detection adjustment calculation used to calculate the inverse function of the value of certain distribution function. Normal distribution, chi2 d
Random
- 根据概率密度函数及参数产生随机数,正态分布可以直接产生-According to the probability density function and parameters to generate random numbers, normal distribution can be directly generated
kalman
- 设一个系统的真实值为余弦函数,加入的系统过程噪声和测量噪声都满足正态分布,状态方程和量测方程都是线性的,用卡尔曼滤波求出最优结果-Set up a system of real value cosine function, the process of adding system noise and measurement noise are normally distributed, the state equation and measurement equation is linear,
ztfbfz
- 本代码实现对离散及连续的正态分布函数的仿真实验-This code implements the discrete and continuous probability distribution function simulation
histfit_pdf
- 适用于多种分布(正态、Gamma、瑞利、对数高斯等)的样本数据拟合及画图函数的matlab代码-Matlab code to plot and fit a histogram of data with a certain distribution including normal, Gamma, Reilgh, log-normal, etc.
test3
- 1)产生高斯白噪声; 2)产生高斯色噪声; 3)产生高斯谱相关对数正态分布随机序列; 4)对产生的上述随机序列进行功率谱估计; 5)对产生的上述随机序列进行概率密度函数估计。(Generating a Gaussian spectral correlation logarithmic normal distribution random sequence;)
Desktop
- 不需要调用函数编写正态分布生成随机数程序(normal distribution generate random numbers)
GMM)matlab源码
- 高斯模型就是用高斯概率密度函数(正态分布曲线)精确地量化事物,将一个事物分解为若干的基于高斯概率密度函数(正态分布曲线)形成的模型。(Gaussian model is to use Gaussian probability density function (normal distribution curve) to accurately quantify things, a thing is divided into several based on the Gaussian probabi
Gram-Charlier_normal_pdf
- 用Gram-Charlier级数计算正态分布随机变量的概率密度函数(Use Gram-Charlier to calculate the pdf of normal distributon varible)
cloud
- ”云”或者’云滴‘是云模型的基本单元,所谓云是指在其论域上的一个分布,可以用联合概率的形式(x, u)来表示 云模型用三个数据来表示其特征 期望:云滴在论域空间分布的期望,一般用符号Εx表示。 熵:不确定程度,由离散程度和模糊程度共同决定,一般用En表示。 超熵: 用来度量熵的不确定性,既熵的熵,一般用符号He表示。 云有两种发生器:正向云发生器和逆向云发生器,分别用来生成足够的云滴和计算云数字特征(Ex, En,He)。 正向云发生器: 1.生成以En为期望,以H
噪声分析
- 正态分布、均匀分布随机噪声分析,通过画出正态分布、均匀分布随机噪声的频谱、功率谱、一维概率密度、自相关函数对噪声进行分析。(Random Noise Analysis of Normal Distribution)