DependenceType

Description

The DependenceType enumeration contains types of dependences for universal trend.

It is used by the following properties and methods:

Available Values

  Value Brief description
0 Linear. Linear.
1 Quadratic. Quadratic.
2 Polynomial. Polynomial.
3 Compound. Compound.
4 Growth. Growth equation.
5 Logarithmic. Logarithmic.
6 Hyperbolic. Hyperbolic.
7 Exponential. Exponential.
8 Inverse. Inverse.
9 Power. Power.
10 Logistic. Logistic.
11 SquareRoot. Square root.
12 LogParabolic. Logarithmic and parabolic.
65281 PreviousValue. Trend extrapolation form: previous value.
65282 Value. Trend extrapolation form: specified value.
65535 Undefined. Trend extrapolation form is undefined.

Comments

PreviousValue, Value, Undefined. Extrapolation is approximate definition of the function f(x) in points x, that lie outside the segment [x0,xn], based on its values in points x0 < x1 < ... < xn.

See also:

Stat Assembly Enumerations | Trend with functional dependency estimation