ostk.mathematics.curve_fitting.interpolator.BarycentricRational¶
- class BarycentricRational(
- self: ostk.mathematics.curve_fitting.interpolator.BarycentricRational,
- x: numpy.ndarray[numpy.float64[m, 1]],
- y: numpy.ndarray[numpy.float64[m, 1]],
- x: numpy.ndarray[numpy.float64[m, 1]],
Bases:
Interpolator
Methods
Overloaded function.
- class Type(
- self: ostk.mathematics.curve_fitting.Interpolator.Type,
- value: int,
Bases:
pybind11_object
Members:
BarycentricRational
CubicSpline
Linear
- property name¶
- evaluate(*args, **kwargs)¶
Overloaded function.
evaluate(self: ostk.mathematics.curve_fitting.interpolator.BarycentricRational, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]
evaluate(self: ostk.mathematics.curve_fitting.interpolator.BarycentricRational, x: float) -> float
- static generate_interpolator(
- interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type,
- x: numpy.ndarray[numpy.float64[m, 1]],
- y: numpy.ndarray[numpy.float64[m, 1]],
- x: numpy.ndarray[numpy.float64[m, 1]],
- get_interpolation_type( ) ostk.mathematics.curve_fitting.Interpolator.Type ¶