Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Example:

library("xplore")

mseq (2, 4, 0.1)

Result:



Contents of y

[1,]        2 

[2,]      0.2 

[3,]     0.02 

[4,]    0.002 


Library: xplore
See also: : aseq

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: TTK, 960207, Sigbert Klinke, Marlene Mueller, 980406
(C) MD*TECH Method and Data Technologies, 21.9.2000