matlab中怎么打出泊松分布函数

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/16 07:25:43
matlab中怎么打出泊松分布函数matlab中怎么打出泊松分布函数matlab中怎么打出泊松分布函数% 密度函数Y = poisspdf(X,LAMBDA) 

matlab中怎么打出泊松分布函数
matlab中怎么打出泊松分布函数

matlab中怎么打出泊松分布函数
% 密度函数
Y = poisspdf(X,LAMBDA) returns the Poisson probability density 
    function with parameter LAMBDA at the values in X.
    
% 分布函数
P = poisscdf(X,LAMBDA) computes the Poisson cumulative
    distribution function with parameter LAMBDA at the values in X.