Kde1d.set_xmin_xmax
- Kde1d.set_xmin_xmax(self, xmin: float | None = None, xmax: float | None = None) None
Set the boundary parameters.
- Parameters:
xmin (float, optional) – Lower bound for the support.
NaN
means no boundary. Default isNaN
.xmax (float, optional) – Upper bound for the support.
NaN
means no boundary. Default isNaN
.