|   | NormalDistributionInnerComplementaryDistributionFunction Method  | 
        
         
              Gets the complementary cumulative distribution function
              (ccdf) for this distribution evaluated at point x.
              This function is also known as the Survival function.
            
 
    Namespace: 
   Accord.Statistics.Distributions.Univariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxprotected internal override double InnerComplementaryDistributionFunction(
	double x
)
Protected Friend Overrides Function InnerComplementaryDistributionFunction ( 
	x As Double
) As Double
Parameters
- x
- Type: SystemDouble
 A single point in the distribution range.
Return Value
Type: 
Double See Also
See Also