sf_poisspdf
泊松分布的密度函数,输入随机变量,返回随机变量对应的密度函数值
范例(t):
x := 1->20;
return sf_poisspdf(x,10);

结果:
[img type="tslxml" f…
sf_poisspdf
范例(t):
x := 1->20;
return sf_poisspdf(x,10);

结果:
[img type="tslxml" f…
sf_poisscdf
范例(t):
x := 1->20;
return sf_poisscdf(x,10);

结果:
[img type="tslxml" …
sf_poissinv
范例(t):
y := array(0.01,0.01)->0.99;
return sf_poissinv(y,10);

结果:
[img type=&qu…
Randpoiss
范例(t):
return randpoiss(10,10,array("a","b"));

结果:
[img typ…
poissfit
范例(t):
x := randpoiss(1,100);
return poissfit(x,0.05);

结果:返回lambda的估计以及他们的在alph…