FunctionApproximations`
FunctionApproximations`

Brake

Brake

is an option to MiniMaxApproximation and GeneralMiniMaxApproximation that specifies how changes from one iteration to the next are to be restricted.

Details and Options

  • To use Brake, you first need to load the Function Approximations Package using Needs["FunctionApproximations`"].
  • Valid settings are a pair of non-negative integers. The first integer indicates the number of iterations that are to be restricted, and the second indicates the magnitude of the first restriction. The magnitude of the remaining restrictions decreases to zero quadratically.