Pagina 1 van 1

NormSCDensity (Function) - functie

BerichtGeplaatst: zo 08 jun 2003, 18:34
door Paul M
Wie kan mij aan volgende functie helpen?

NormSCDensity (Function)
Calculates the standard normal cumulative distribution function.

Function
NormSCDensity(Price)

Parameters
Price
Data series on which this calculation is based


Returns
A numeric value containing the standard normal cumulative distribution function.

Usage
The distribution has a mean of 0 (zero) and a standard deviation of one. Use this function in place of a table of standard normal curve areas.

Example
To calculate the Normal Standard Cumulative Density of the current Close, you would write:

Value1 = NormalSCDensity(Close) ;

Groetjes Paul

NormSCDensity (Function)

BerichtGeplaatst: zo 08 jun 2003, 20:19
door GMe
Staat klaar op de download site van GMe.

NormSCDensity (Function)

BerichtGeplaatst: zo 08 jun 2003, 21:06
door Paul M
Bedankt Geert.

Groetjes Paul