搜索资源列表
泊松分布
- 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0
queure
- 针对M/PH/1(k)排队系统推导出该排队系统在任意时刻、到达时刻、退去时刻的队列长度状态概率分布、平均队列长度、以及平均等待时间,并编写程序进行数值计算,并对M/E2/1(k), M/M/1(k), M/H2/1(k)排队系统的性能进行数值比较。-against M/PH/1 (k) queuing system derived the queuing system at any time, the arrival time, fad
wodewodewode
- 对于移动通信系统主要有两类衰落:大规模衰落和小规模衰落。大规模衰落表示由于大范围内移动而引起的平均信号能量的减少或路径损耗。而小规模衰落则表现为两种机制:信号的时延扩展和信道的时变特性。对于无线应用,信道的时变特性是由于发射机和接收机相对移动而造成传输路径的变化。这些传播条件的变化速率影响衰落率。如果存在大量反射路径而不存在视行信号分量,此时的小规模衰落称为瑞利衰落(Rayleigh fading),接收信号的包络由瑞利概率分布函数统计
zft
- 在VS2005下开发的,根据数据样本绘制直方图,因此获得初步的概率分布。-Developed in VS2005, according to data drawn sample histogram and so was the initial probability distribution.
Matlab4
- Matlab统计工具箱 一:统计工具箱简介 二:概率分布 三:参数估计 四:描述性统计 五:假设检验 六:统计绘图-Matlab Statistics Toolbox 1: Statistics Toolbox Profile II: probability distribution of c: parameter estimation Four: Five descr iptive statistics: hy
functionsouces
- 概率统计用。 关于变异系数概率分布的相关计算 图形绘制,-Probability and Statistics with. On the coefficient of variation calculation of the probability distribution of the related graphics rendering,
Matlab-Fitting-Functions
- 附件中的m代码包括了一系列的拟合函数,这些函数通常的输入是概率分布的样本。还有最大似然估计仿真器、最小平方仿真器、混合高斯分布估计的EM算法、-M in the annex to the code, including a series of fitting function, which function normally is the probability distribution of input samples. There
gg_mle
- 广义高斯概率分布函数的指数估计,包括矩估计和最大似然估计,并对这两种估计进行了比较-exponential cosfficients estimation for generalized Gaussian pdf,include moment estimator and Maximum Likehood estimator.
channelofruili
- 仿真了无线通信系统中的瑞利信道,给出了瑞利信道的概率分布图形,可直接运行。-Simulation of a wireless communication system in the Rayleigh channel, Rayleigh channel is given the probability distribution of graphics, can be directly run.
mersennetwister
- mesenne twister算法 产生伪随机数(服从均匀分布) 及查看矩阵数据概率分布的程序 -mesenne twister algorithm for the generation of pseudo-random number (subject to uniform distribution) and view the probability distribution of the data matrix, the
Pdfrandom
- 利用matlab实现高斯分布、指数分布、正太分布等概率分布的方法。-Using matlab to achieve Gaussian distribution, exponential distribution, is too distribution probability distribution method.
BMDCP
- 突变分为如下主要的几种:均值突变(最常见)、方差突变、线性回归突变(也称趋势突变)、概率突变、空间型突变、谱突变、模型参数突变,等等。贝叶斯突变检测属于概率突变检测方法,其特点是能给出突变点的概率分布图。-Mutations are divided into the following main categories: the mean mutation (the most common), variance mutation, lin
DistridutionFunction
- 常见概率分布的随机数生成程序,包括均晕分布、高斯分布、对数正态分布、K分布、t分布、韦布尔分布。-Common probability distribution of the random number generation process, including both halo distribution, Gaussian distribution, lognormal distribution, K distribution, t
4
- matlab统计工具箱,概率分布举例应用,外加ode23运算举例-matlab learning
Statsbox
- 包括常用的各种概率分布抽样函数的工具箱,例如正态分布,伽马分布-a library of sampling function including various probability distribution
Matlabsimulation
- 通过M atlab 模拟了随机产生的一定概率分布的信号序列, 叠加高斯噪声后利用最大后验概率(MAP)检 测到的误码率, 做出BER~ SNR曲线, 并与理论计算得到的曲线进行比较, 两者吻合.-M atlab simulated by a certain probability distribution of random signal sequence, use of superposition of Gaussian nois
Code_MATLAB_Statistical_Analysis
- 这是张德丰《MATLAB概率与数理统计分析》随书源码(M文件)。代码包括的内容有:概率分布计算及统计特征、数字特征计算、统计图绘制(盒状图、散度图等)、点估计和区间估计、假设检验、方差分析、曲线拟合、回归分析、因素分析、聚类分析、正交实验设计分析、多元方差分析、判别分析、隐马尔可夫模型建模与参数估计和在语音识别中的应用。-This is Zhang Defeng " MATLAB Analysis of probability
产生任意概率分布的随机数
- 用Fortran产生随机速度分布函数的数学推导,程序代码,及所得结果。(The mathematical derivation, program code, and results of the random velocity distribution function generated by Fortran are presented.)
hist
- i_tmp=int32((x(i)-minx)/xfd)+1; j_tmp=int32((y(i)-miny)/yfd)+1; z_tmp=int32((z(i)-minz)/zfd)+1; cntxy=tjxy(i_tmp,j_tmp ); cntxz=tjxz(i_tmp,z_tmp ); cntyz=tjyz(j_tmp,z_tmp ); cntxyz=tjxyz(
lzlx
- 量子力学中模拟氢原子电子概率分布随角度变化图(Angular distribution of particle probability distribution in quantum mechanics)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.