thiele - Thiele's continued fraction interpolation formula
|
Calling Sequence
|
|
thiele (x, y, v)
|
|
Parameters
|
|
x
|
-
|
list of independent values,
|
y
|
-
|
list of dependent values,
|
v
|
-
|
variable or value to be used in a rational function
|
|
|
|
|
Description
|
|
•
|
If the same x-value is entered twice, it is an error, whether the same y-value is entered. All independent values must be distinct.
|
|
|
Examples
|
|
Important: The thiele function has been deprecated. Use the superseding function CurveFitting[ThieleInterpolation] instead. A call to thiele automatically generates a call to CurveFitting[ThieleInterpolation].
>
|
|
| (1) |
|
|
References
|
|
|
The function Thiele uses Thiele's interpolation formula involving reciprocal differences. For more information, refer to:
|
|
Abramowitz, M., and Stegun, I., eds. Handbook of Mathematical Functions. New York: Dover Publications, Inc., 1965. Chap. 25 p. 881, Formula 25.2.50.
|
|
|
Download Help Document
Was this information helpful?