Learn R Programming

desk (version 1.1.2)

def.exp: Lambda Deformed Exponential

Description

Calculates the lambda deformed exponential.

Usage

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

Value

The function value of the lambda deformed exponential at x.

Arguments

x

a numeric value.

lambda

deformation parameter. Default value: lambda = 0 (regular exponential).

normalize

logical value to indicate normalization.

See Also

def.log.

Examples

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

Run the code above in your browser using DataLab