Decay {xegaPermGene}R Documentation

Exponential decay.

Description

Exponential decay.

Usage

Decay(t, lambda = 0.05)

Arguments

t

Number of objects.

lambda

Exponential decay constant.

Value

Vector with t elements with values of exponential decay.

See Also

Other Utility: without()

Examples

Decay(5, 0.4)
Decay(10, 0.4)


[Package xegaPermGene version 1.0.0.0 Index]