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: mseq

Function: aseq
Description: Computes an additive sequence.

Usage: y = aseq (x, n, d)
Input:
x start value
n length
d step width
Output:
y vector

Example:
aseq(2, 4, 0.1)

Result:
Contents of aseq
[1,]     2
[2,]   2.1
[3,]   2.2
[4,]   2.3



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