© Carlos Oliveira 2021
C. OliveiraPractical C++20 Financial Programminghttps://doi.org/10.1007/978-1-4842-6834-6_8

8. Interpolation

Carlos Oliveira1  
(1)
Seattle, WA, USA
 

Interpolation is a commonly used technique that approximates a mathematical function, based on a set of points given as input. Fast interpolation is the secret for high-performance algorithms in several areas of financial engineering, which will be explored in the next chapters. This chapter shows you a few programming examples that cover some of the most common aspects of interpolation techniques, along with their efficient implementation in C++. You will explore the main procedures used in applications and see examples of how they work in practice.

Here are some of the topics covered ...

Get Practical C++20 Financial Programming: Problem Solving for Quantitative Finance, Financial Engineering, Business, and Economics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.