Library: | xplore |
See also: | : aseq |
Quantlet: | mseq | |
Description: | Computes a multiplicative sequence. |
Usage: | y = mseq (x, n, d) | |
Input: | ||
x | start value | |
n | length | |
d | step factor | |
Output: | ||
y | vector |
library("xplore") mseq (2, 4, 0.1)
Contents of y [1,] 2 [2,] 0.2 [3,] 0.02 [4,] 0.002
Library: | xplore |
See also: | : aseq |