powered by
Calculates the lambda deformed logarithm.
def.log(x, lambda = 0, normalize = FALSE)
The function value of the lambda deformed logarithm at x.
a numeric value.
deformation parameter. Default value: lambda = 0 (natural log).
lambda = 0
normalization (internal purpose).
def.exp.
def.exp
def.log(3) # Natural log of 3 def.log(3,2) # Deformed by lambda = 2
Run the code above in your browser using DataLab