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

Group: Statistical Data Analysis
Topic: Basic Statistics
See also: aseq

Function: 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:
mseq(2, 4, 0.1)

Result:
Contents of y
[1,]        2
[2,]      0.2
[3,]     0.02
[4,]    0.002



(C) MD*TECH Method and Data Technologies, 05.02.2006