爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

分享 matlab中离散均匀逆累积分布函数unidinv
kongfeng0824 2013-8-11 16:08
Syntax X = unidinv(P,N) Description X = unidinv(P,N) returns the smallest positive integer X such that the discrete uniform cdf evaluated at X is equal to or exceeds P. You can think of P as the probability of drawing a number as large as X out of a hat with the numbers 1 ...
个人分类: Matlab Study|624 次阅读|0 个评论
分享 matlab中离散均匀的概率密度函数unidpdf
kongfeng0824 2013-8-11 16:07
Syntax Y = unidpdf(X,N) Description Y = unidpdf(X,N) computes the discrete uniform pdf at each of the values in X using the corresponding maximum observable value in N. X and N can be vectors, matrices, or multidimensional arrays that have the same size. A scalar input is ...
个人分类: Matlab Study|373 次阅读|0 个评论
分享 matlab中离散均匀累积分布函数unidcdf
kongfeng0824 2013-8-11 16:06
Syntax P = unidcdf(X,N) Description P = unidcdf(X,N) computes the discrete uniform cdf at each of the values in X using the corresponding maximum observable value in N. X and N can be vectors, matrices, or multidimensional arrays that have the same size. A scalar input is ...
个人分类: Matlab Study|451 次阅读|0 个评论
分享 matlab中离散的泊松随机数poissrnd
kongfeng0824 2013-8-11 16:04
Syntax R = poissrnd(lambda) R = poissrnd(lambda,m,n,...) R = poissrnd(lambda, ) Description R = poissrnd(lambda) generates random numbers from the Poisson distribution with mean parameter lambda. lambda can be a vector, a matrix, or a multidimensional array. The size of R ...
个人分类: Matlab Study|1221 次阅读|0 个评论
分享 matlab中离散的泊松参数估计函数poissfit
kongfeng0824 2013-8-11 16:03
Syntax lambdahat = poissfit(data) = poissfit(data) = poissfit(data,alpha) Description lambdahat = poissfit(data) returns the maximum likelihood estimate (MLE) of the parameter of the Poisson distribution, λ, given the data data. = poissfit(data) also gives 95 ...
个人分类: Matlab Study|291 次阅读|0 个评论
分享 matlab中离散的泊松均值和方差函数poisstat
kongfeng0824 2013-8-11 16:01
Syntax M = poisstat(lambda) = poisstat(lambda) Description M = poisstat(lambda) returns the mean of the Poisson distribution using mean parameters in lambda. The size of M is the size of lambda. = poisstat(lambda) also returns the variance V of the Poisson distr ...
个人分类: Matlab Study|190 次阅读|0 个评论
分享 matlab中离散的泊松逆累积分布函数poissinv
kongfeng0824 2013-8-11 15:58
Syntax X = poissinv(P,lambda) Description X = poissinv(P,lambda) returns the smallest value X such that the Poisson cdf evaluated at X equals or exceeds P, using mean parameters in lambda. P and lambda can be vectors, matrices, or multidimensional arrays that all have the ...
个人分类: Matlab Study|641 次阅读|0 个评论
分享 matlab中离散的泊松概率密度函数poisspdf
kongfeng0824 2013-8-11 15:57
Syntax Y = poisspdf(X,lambda) Description Y = poisspdf(X,lambda) computes the Poisson pdf at each of the values in X using mean parameters in lambda. X and lambda can be vectors, matrices, or multidimensional arrays that all have the same size. A scalar input is expanded t ...
个人分类: Matlab Study|532 次阅读|0 个评论
分享 matlab中离散的泊松累积分布函数poisscdf
kongfeng0824 2013-8-11 15:56
Syntax P = poisscdf(X,lambda) Description P = poisscdf(X,lambda) computesthe Poisson cdf at each of the values in X usingthe corresponding mean parameters in lambda. X and lambda canbe vectors, matrices, or multidimensional arrays that have the samesize. A scalar input is expan ...
个人分类: Matlab Study|598 次阅读|0 个评论
分享 matlab中离散的负二项随机数nbinrnd
kongfeng0824 2013-8-11 15:54
Syntax RND = nbinrnd(R,P) RND = nbinrnd(R,P,m,n,...) RND = nbinrnd(R,P, ) Description RND = nbinrnd(R,P) is a matrix of random numbers chosen from a negative binomial distribution with corresponding number of successes, R and probability of success in a single trial, P. R ...
个人分类: Matlab Study|513 次阅读|0 个评论

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

返回顶部