卡方分布的分布函数,输入随机变量,返回随机变量对应的分布函数值
范例(t):
结果:
[img type="tslxml" fi…
范例(t):
x := 0->50;
return sf_ch2cdf(x,30);
return sf_ch2cdf(x,30);
结果:
[img type="tslxml" fi…
来源于.NET函数大全
介绍统计各种分布函数前,我们先简单的介绍下概率论理论下常使用的几个函数:
1)perms
列出样本的所有排列或者排列的种类
[code] perms (ar…
1)perms
列出样本的所有排列或者排列的种类
[code] perms (ar…
TinySoft金融分析平台上提供了有关统计分布的函数:概率密度,(累计)分布函数,分位数函数(分布逆函数),随机数函数,估计函数
概率密度,(累计)分布函数,分位数的函数命名使用规…
概率密度,(累计)分布函数,分位数的函数命名使用规…
范例(t):
结果:
[img type="tslxml" fil…
x := 0->50;
return sf_ch2pdf(x,30);
return sf_ch2pdf(x,30);
结果:
[img type="tslxml" fil…
范例(t):
结果:
[img type="tslxml" fi…
x := 0->50;
return sf_ch2cdf(x,30);
return sf_ch2cdf(x,30);
结果:
[img type="tslxml" fi…
范例(t):
结果:
[img type="…
y := array(0.01,0.01)->0.99;
return sf_ch2inv(y,30);
return sf_ch2inv(y,30);
结果:
[img type="…
范例(t):
结果:
[img type=…
return randch2(30,10,array("a","b"));
结果:
[img type=…

