OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

vinc

Contents

Brief Information

calculate the average increment in a vector

Command Line Usage

1. vinc 1

2. vinc Col(A)

3. vinc ix:=col(a) mean:=mymean sd:=mysd

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input ix

Input

vector

<active>

The input vector to be calculated average increment.

Matrix mean

Output

double

mean

Mean value of the vector.

sd

Output

double

sd

Standard deviation of the vector.

Description

This function is used to describe the basic characteristics of the vector. It summarizes aspects, such as mean and standard deviation.

Algorithm

For the detail of this function, please see the help of Statistics on columns.

Related X-Functions