def.log: Lambda Deformed Logarithm

View source: R/def.log.R

def.logR 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: lambda = 0 (natural log).

normalize

normalization (internal purpose).

Value

The function value of the lambda deformed logarithm at x.

See Also

def.exp.

Examples

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


desk documentation built on May 29, 2024, 6:05 a.m.

Related to def.log in desk...