对数正态分布的概率密度函数,输入随机变量,返回随机变量对应的概率密度
范例(t):
结果:
[img type="tsl…
范例(t):
x := array(0,0.1)->5;
return sf_lognpdf(x,0,1);
return sf_lognpdf(x,0,1);
结果:
[img type="tsl…
来源于.NET函数大全
介绍统计各种分布函数前,我们先简单的介绍下概率论理论下常使用的几个函数:
1)perms
列出样本的所有排列或者排列的种类
[code] perms (ar…
1)perms
列出样本的所有排列或者排列的种类
[code] perms (ar…
许多偏态分布变量经过适当选择的变化后,就服从或近似服从正态分布,对数变换是典型的例子之一。
称随机变量服从参数为[img type="tslxml" file="media2024-…
称随机变量服从参数为[img type="tslxml" file="media2024-…
TinySoft金融分析平台上提供了有关统计分布的函数:概率密度,(累计)分布函数,分位数函数(分布逆函数),随机数函数,估计函数
概率密度,(累计)分布函数,分位数的函数命名使用规…
概率密度,(累计)分布函数,分位数的函数命名使用规…
范例(t):
结果:
[img type="tsl…
x := array(0,0.1)->5;
return sf_lognpdf(x,0,1);
return sf_lognpdf(x,0,1);
结果:
[img type="tsl…
范例(t):
结果:
[img type="tsl…
x := array(0,0.1)->5;
return sf_logncdf(x,0,1);
return sf_logncdf(x,0,1);
结果:
[img type="tsl…
范例(t):
结果:
[img type=&q…
y := array(0.01,0.01)->0.99;
return sf_logninv(y,0,1);
return sf_logninv(y,0,1);
结果:
[img type=&q…
范例(t):
结果:
[img type…
return randlogn(0,1,10,array("a","b"));
结果:
[img type…

