|   | InverseLinkFunction Constructor (Double, Double) | 
        
         
              Creates a new Inverse link function.
            
 
    Namespace: 
   Accord.Statistics.Links
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic InverseLinkFunction(
	double beta,
	double constant
)
Public Sub New ( 
	beta As Double,
	constant As Double
)
Parameters
- beta
- Type: SystemDouble
 The alpha value.
- constant
- Type: SystemDouble
 The constant value.
 See Also
See Also