boostorg / boostorg/histogram

add interpolator functor

Open
#149 13 comments 2 reactions 0 assignees View on GitHub
easy enhancement help wanted
Dominant language
C++
Stars
334
Forks
76
PR merge metrics
No merged PRs in 30d

Description

People often want to interpolate histograms. Interpolating profiles is even more useful. Interpolation should be done via a functor, so that the interpolation can have state.
```
auto h = ... // histogram
auto interp = interpolator(h, interpolator::linear);
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.