Tool NameTrend Analysis (Shapes)
Tool ID11
Library IDstatistics_regression
Version1.0
Author(s)O.Conrad (c) 2006

Description

Trend Analysis (Shapes)

Parameters

NameTypeIdentifierDescriptionConstraints
Input
Shapesshapes, inputTABLE
Output
Table (with Trend)table, output, optionalTREND
Options
X Valuestable fieldFIELD_X
Y Valuestable fieldFIELD_Y
FormulatextFORMULADefault: m * x + b
Pre-defined FormulaschoiceFORMULASAvailable Choices:
[0] a + b * x (linear)
[1] a + b * x + c * x^2 (quadric)
[2] a + b * x + c * x^2 + d * x^3 (cubic)
[3] a + b * ln(x) (logarithmic)
[4] a + b * x^c (power)
[5] a + b / x
[6] a + b * (1 - exp(-x / c))
[7] a + b * (1 - exp(-(x / c)^2))
Default: 0