Advanced Curve Fitting VIs

Owning Palette: Fitting VIs

Requires: Full Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Advanced Curve Fitting VIs to compute additional fit statistics and coefficients.

The VIs on this palette can return mathematics error codes.

Palette ObjectDescription
Exponential Fit CoefficientsReturns the amplitude and damping of the exponential fit for a data set (X, Y) using the Least Square, Least Absolute Residual, or Bisquare method.
Exponential Fit IntervalsCalculates statistical intervals of the best exponential fit for a data set (X, Y). You must manually select the polymorphic instance to use.
Gaussian Peak Fit CoefficientsReturns the amplitude, center, and standard deviation of the Gaussian fit for a data set (X, Y).
Gaussian Peak Fit IntervalsCalculates statistical intervals of the best Gaussian fit for a data set (X, Y). You must manually select the polymorphic instance to use.
General Polynomial Fit CoefficientsReturns the Polynomial Coefficients of the general polynomial fit for a data set (X, Y) using the Least Square, Least Absolute Residue, or Bisquare methods.
Goodness of FitCalculates three statistical parameters, SSE, R-square, and RMSE, that describe how well a fitted model matches the original data set.
Linear Fit CoefficientsReturns the slope and intercept of the linear fit for a data set (X, Y) using the Least Square, Least Absolute Residual, or Bisquare method.
Linear Fit IntervalsCalculates statistical intervals of the best linear fit for a data set (X, Y). You must manually select the polymorphic instance to use.
Logarithm Fit CoefficientsReturns the amplitude and scale of the logarithmic fit for a data set (X, Y).
Logarithm Fit IntervalsCalculates statistical intervals of the best logarithmic fit for a data set (X, Y). You must manually select the polymorphic instance to use.
Nonlinear Curve Fit IntervalsCalculates statistical intervals of the best nonlinear fit for a data set (X, Y).
Polynomial Fit IntervalsCalculates statistical intervals of the best polynomial fit for a data set (X, Y).
Remove OutliersRemoves data points that fall outside a given range or within a given index array. You must manually select the polymorphic instance you want to use.