Analyze.mesa
Maureen Stone 8-Jan-82 13:15:50
Stone, February 15, 1985 4:25:59 pm PST
DIRECTORY
FitState USING [Handle];
Analyze: DEFINITIONS =
BEGIN
DeltaCurvature: PROC[state: FitState.Handle, tol: REAL, dynFilterTol: REAL ← 0];
Finds knots by finding change in curvature greater than tol. If dynFilterTol>0 then use Filters.Dynfilter to select samples for curvature computations.
END.