CurveFitting
Lowess
produces lowess smoothed functions
Calling Sequence
Parameters
Description
Examples
Compatibility
Lowess(xydata, opts)
Lowess(xdata, ydata, opts)
xydata
-
list, listlist, Array, DataFrame, or Matrix of the form ; data points of dimensions
xdata
list, listlist, Array, DataSeries, or Matrix of the form ; independent values of data points of dimensions
ydata
list, Array, DataSeries, or Vector of the form ; dependent values of data points
opts
(optional) one or more equations of the form fitorder=n, bandwidth=r, or iters=nonnegint
The Lowess command creates a function whose values represent the result of the lowess data smoothing algorithm applied to the input data.
This command calls Statistics[Lowess]. See its help page for more examples and a detailed description.
Create a data sample and apply to it some error.
Create the function whose graph is the smoothed curve.
Plot the data sample, smoothed curve, and the region between the -axis and the curve for .
Find the area of the shaded region.
And find the maximum.
The CurveFitting[Lowess] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
Statistics[Lowess]
Download Help Document