ParametrizedNearestSimplexExtrapolator

class pyirf.interpolation.ParametrizedNearestSimplexExtrapolator(grid_points, params)[source]

Bases: ParametrizedExtrapolator

Methods Summary

extrapolate(target_point)

Takes a grid of scalar values for a bunch of different parameters and extrapolates it to given value of those parameters.

Methods Documentation

extrapolate(target_point)[source]

Takes a grid of scalar values for a bunch of different parameters and extrapolates it to given value of those parameters.

Parameters:
target_point: numpy.ndarray

Value for which the extrapolation is performed (target point)

Returns:
values: numpy.ndarray, shape=(1,…)

Extrapolated values