2.2.2.18 mstacklr


Menu Information

Analysis: Linear Fit on Matrix Stack

Brief Information

Perform linear fit on all matrices in sheet

Command Line Usage

mstacklr -r 2 intercept:=1;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

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

Input

MatrixLayer

<active>

Specifies the input matrix.

Intercept intercept

Input

int

0

Specifies whether output intercept.

Option List:

  • 0=false
  • 1=true
Slope slope

Input

int

1

Specifies whether output slope.

Option List:

  • 0=false
  • 1=true
Output Matrix oms

Output

MatrixObject

<input>

Specifies the output matrix.

See the syntax here.


Description

You can use this X-Function to perform a linear fit on the series of matrix objects.

Related X-Functions

mdim, mexpand, mproperty, mreplace, mrotate90, msetvalue, mflip, mtranspose , msmooth


Keywords:linear fit