espline

finds all local extremes of a cubic spline

Contents

Syntax

[xy_min, xy_max , info] = espline (xy, Dy1, Dyk)

Description

The function espline finds all local extremes of a cubic spline. It does so by getting prior estimates using rspline1 applied to the derivatives of the spline, followed by a Newton Raphson procedure.

Input:

Output:

Remarks

cf spline

Example of use

See mydata_smooth