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_check

Contents

Brief Information

Calculate the average increment in a vector

Command Line Usage

1. vinc_check

2. vinc_check ix:=col(a)

3. vinc_check ix:=Col(A) tol:=0.1

4. vinc_check ix:=col(a) tol:=0.1 inc:=myinc

Variables

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

Input

vector

<active>

Specifies the input vector to be calculated average increment. Note that: the vector must be monotone.

tolerance tol

Input

double

0.05

Specifies the tolerance of increment.

Average Increment inc

Output

double

interval

Specifies the average increment of the vector.

Description

This function is used to calculate the average increment of monotone vector.

Related X-Functions