Interpolating the gamma function

The Endeavour 2024-08-09

Summary:

Suppose you wanted to approximate Γ(10.3). You know it’s somewhere between Γ(10) = 9! and Γ(11) = 10!, and linear interpolation would give you Γ(10.3) ≈ 0.7 × 9! + 0.3 × 10! = 1342656. But the exact value is closer to 716430.69, and so our estimate is 53% too high. Not a very good […]

The post Interpolating the gamma function first appeared on John D. Cook.

Link:

https://www.johndcook.com/blog/2024/08/08/interpolating-gamma/

From feeds:

Statistics and Visualization » The Endeavour

Tags:

functions

Authors:

John

Date tagged:

08/09/2024, 00:56

Date published:

08/08/2024, 23:51