|
Exponential Constructor (Double)
|
Namespace:
Accord.Statistics.Analysis.ContrastFunctions
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Exponential(
double alpha
)
Public Sub New (
alpha As Double
)
Request Example
View SourceParameters
- alpha
- Type: SystemDouble
The exponential alpha constant. Default is 1.
See Also