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

来源:学生作业帮助网 编辑:作业帮 时间:2024/10/05 05:32:08
matlab中怎么打出泊松分布函数
x)M,ILzc';;uN~ھgs=h{igS7$VΆ4U o{k\\A."a 3 R4"t|}\5!E%EyNIF*RZYR HI+s AؘdZi^rI&̤̒ E%E.Ivb csJS.̄^,,lP (6ɘa[PZ7pKsKsK2R;(%(34 <;PbH

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.