Decay {xegaPermGene} | R Documentation |
Exponential decay.
Decay(t, lambda = 0.05)
t |
Number of objects. |
lambda |
Exponential decay constant. |
Vector with t elements with values of exponential decay.
Other Utility:
without()
Decay(5, 0.4)
Decay(10, 0.4)