Learn R Programming

desk (version 1.1.2)

def.log: Lambda Deformed Logarithm

Description

Calculates the lambda deformed logarithm.

Usage

def.log(x, lambda = 0, normalize = FALSE)

Value

The function value of the lambda deformed logarithm at x.

Arguments

x

a numeric value.

lambda

deformation parameter. Default value: lambda = 0 (natural log).

normalize

normalization (internal purpose).

See Also

def.exp.

Examples

Run this code
def.log(3)   # Natural log of 3
def.log(3,2) # Deformed by lambda = 2

Run the code above in your browser using DataLab