mean_vector: Mean vector function

Description Usage Arguments Value Examples

View source: R/mean_vector.R

Description

Takes a data array and returns the sample mean vector

Usage

1

Arguments

X

Value

a vector (the mean vector of X)

Examples

1
2
X = [1 2 3
     4 5 6]; mean_vector(X)

abinashborah/Lab1Intro documentation built on Jan. 26, 2020, 4:09 a.m.