Kde1d.set_xmin_xmax

Kde1d.set_xmin_xmax(self, xmin: float | None = None, xmax: float | None = None) None

Updates the support bounds. Only valid before fit() has been called.

Parameters:
xminfloat

lower bound (NaN for unbounded).

xmaxfloat

upper bound (NaN for unbounded).