FunctionApproximations`
FunctionApproximations`
Bias
is an option to RationalInterpolation, GeneralRationalInterpolation, MiniMaxApproximation, and GeneralMiniMaxApproximation that specifies the bias to apply when automatically picking interpolation points.
Details and Options
- To use Bias, you first need to load the Function Approximations Package using Needs["FunctionApproximations`"].
- A valid setting is a number between -1 and 1. The default setting is Bias->0, indicating that interpolation points should be chosen symmetrically.