Scilab Function
Last update : 03/08/2008

plq_plotpa_muSet - Piecewise linear quadratic (plq), plot nonconvex proximal average over the smoothing parameter mu

Calling Sequence

plq_plotpa_muSet(f1, f2, x, lambda, muSet, rect)

Parameters

Description

For each mu in muSet, plots the proximal average of two PLQ functions over the provided x values and with the provided lambda. The proximal averages are computed with plq_pa_mu, so f1 and f2 do not have to be convex. The rect argument bounds the plot's visible region and is required. All of the proximal averages are plotted on the same graph, and the colours of successive PA's fade from blue (lambda=0) to red (lambda=1) via jetcolormap.

See Also

plq_function,  

Author

Bryan Gardiner, University of British Columbia, BC, Canada