| 
            
              ILinkFunctionLog Method 
             | 
          
        
         
              The logarithm of the inverse of the link function.
            
 
    Namespace: 
   Accord.Statistics.Links
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
SyntaxFunction Log ( 
	x As Double
) As Double
 Request Example
		View SourceParameters
- x
 - Type: SystemDouble
A transformed value. 
Return Value
Type: 
DoubleThe log of the reverse transformed value.
See Also