halomod.tools.ExtendedSpline.__init__

ExtendedSpline.__init__(x: numpy.ndarray, y: numpy.ndarray, lower_func: Union[callable, None, str] = None, upper_func: Union[callable, None, str] = None, match_lower: bool = True, match_upper: bool = True, domain=(- inf, inf), k: int = 3, lower_power_law_n=10, upper_power_law_n=10)[source]

Initialize self. See help(type(self)) for accurate signature.