龙听期货论坛's Archiver
龙听期货论坛
»
编程语言More>>||
»
MC内置函数【Pre-built Functions】
» 【NormalDensity】
龙听
发表于 2022-11-2 11:10
【NormalDensity】
[code]Inputs: PriceValue(Numeric), Mean(Numeric), VStd(Numeric);
Variable: var0(3.141593);
If VStd <> 0 then
NormalDensity = (1 / (SquareRoot(2 * var0)* VStd))* ExpValue(-Square(PriceValue - Mean)/(2 * Square(VStd)));
[/code]
页:
[1]