Calculates statistical intervals of the best nonlinear fit for an input data set.
Arbitrary values passed to the strictly typed VI reference that implements the nonlinear function.
Reference to the VI that implements the nonlinear function for the fitting model.
Level of certainty for the confidence interval. confidence level must be greater than 0 and less than 1.
Default: 0.95, which means the probability that the best fit falls between lower bound and upper bound is 95%.
Dependent values.
y must be greater in size than best fit parameters. y must be the same size as x.
Independent values.
x must be greater in size than best fit parameters. x must be the same size as y.
Weights for the observations.
weight must be the same size as y. The elements in weight cannot be 0. If an element in weight is less than 0, this node uses the absolute value of the element. If you do not wire an input to weight, this node sets all elements in weight to 1.
Parameters that minimize the weighted mean square error between the solution vector and the observed dependent values.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Upper bound of the confidence interval.
Lower bound of the confidence interval.
Confidence radius of best fit parameters.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application