QtiPlot includes quick access to the following built-in 2D functions z = f(x, y) that can be used for surface fitting:
Table 6-2. Built-in 2D fit functions in QtiPlot.
Exponential2D | Gauss2D | LogisticCum | Lorentz2D | Parabola2D |
Plane | Poly2D | Polynomial2D | Power2D | Voigt2D |
This function is used to fit an exponential surface: z = z0 + Be-x/C - y/D, where z0 is the offset along the Z axis, B is the height, C is the width across the X axis and D the width across the Y axis. This function depends on a total number of 4 parameters.
This function is used to fit a Gaussian surface: z = z0 + Aexp{-1/2[(x - xC)/w1]2 - 1/2[(y - yC)/w2]2} , where z0 is the offset along the Z axis, A is the height, xC is the X center, w1 is the width across the X axis, yC is the Y center and w2 is the width across the Y axis. This function depends on a total number of 6 parameters.
This is the logistic cumulative function: z = z0 + B/{[1 + e(C - x)/D][1 + e(E - y)/F]} , where z0 is the offset along the Z axis, B is the height, C is the X offset, D is the width across the X axis, E is the Y offset and F is the width across the Y axis. This function depends on a total number of 6 parameters.
This function is defined as: z = z0 + A/{[1 + ((x - xc)/w1)2][1 + ((y - yc)/w2]2)} , where z0 is the offset along the Z axis, A is the height, xc is the X center, w1 is the width across the X axis, yc is the Y center and w2 is the width across the Y axis. This function depends on a total number of 6 parameters.
This function is used to fit a parabolic surface: z = z0 + ax + by + cx2 + dy2, where z0 is the offset along the Z axis. It depends on a total number of 5 parameters.
This function is used to fit a planar surface: z = z0 + ax + by, where z0 is the offset along the Z axis, a is the slope in the X coordinate and b is the slope in the Y coordinate.
The function used is: z = z0 + ax + by + cx2 + dy2 + fxy, where z0 is the offset along the Z axis. It depends on a total number of 6 parameters.
This is the X-Y polynomial function: z = z0 + A1x + B1y + A2x2 + B2y2 + ... + Anxn + Bnyn, where n is the order of the polynomial and z0 is the offset along the Z axis. If n = 1 this function is identical to the plane function.
This is the non-linear power function: z = z0 + BxC + DyE + FxCyE, where z0 is the offset along the Z axis. It depends on a total number of 6 parameters.
This function is defined as: z = z0 + A{μ/[(1 + ((x - xc)/w1)2)(1 + ((y - yc)/w2)2)] + (1 - μ)*exp[-1/2((x - xC)/w1)2 - 1/2((y - yC)/w2)2]} , where z0 is the offset along the Z axis, A is the height, xc is the X center, w1 is the width across the X axis, yc is the Y center, w2 is the width across the Y axis and μ is the profile shape factor. This function depends on a total number of 7 parameters.