DistributionCumulativeDistribution Method |
Get estimation of Distribution Function
http://en.wikipedia.org/wiki/Cumulative_distribution_function
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public double CumulativeDistribution(
double x
)
Parameters
- x
- Type: SystemDouble
Distribution Function argument.
Return Value
Type:
Double Probability that random value less or equal to x.
See Also