def.log {desk} | R Documentation |
Lambda Deformed Logarithm
Description
Calculates the lambda deformed logarithm.
Usage
def.log(x, lambda = 0, normalize = FALSE)
Arguments
x |
a numeric value. |
lambda |
deformation parameter. Default value: |
normalize |
normalization (internal purpose). |
Value
The function value of the lambda deformed logarithm at x.
See Also
Examples
def.log(3) # Natural log of 3
def.log(3,2) # Deformed by lambda = 2
[Package desk version 1.1.1 Index]