weibullDecay | R Documentation |
The weibullDecay
function is used by
PathwaySpace's methods for signal convolution and projection.
weibullDecay(x, signal = 1, decay = 0.001, shape = 1.05)
x |
A numeric vector of distances (in [0,1]). |
signal |
A single numeric value representing a signal. |
decay |
A decay factor (in [0,1]). This term indicates how much the
|
shape |
A parameter (>=1) of a Weibull function. When |
A numeric vector; if missing 'x', it will return decay function.
Mauro Castro.
expDecay
, linearDecay
x <- seq(0, 2, 0.01)
y <- weibullDecay(x, signal = 1, decay = 0.5, shape = 4)
plot(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.