cumulate_vector {matrixdist}R Documentation

Cumulate vector

Description

Creates a new vector with entries the cumulated entries of A.

Usage

cumulate_vector(A)

Arguments

A

A vector.

Value

The cumulated vector.


[Package matrixdist version 1.1.9 Index]