def.log | R Documentation |
Calculates the lambda deformed logarithm.
def.log(x, lambda = 0, normalize = FALSE)
x |
a numeric value. |
lambda |
deformation parameter. Default value: |
normalize |
normalization (internal purpose). |
The function value of the lambda deformed logarithm at x.
def.exp
.
def.log(3) # Natural log of 3
def.log(3,2) # Deformed by lambda = 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.