The histogram should be able to do bounded kdes, either on one side or both. It might have options between reflection and transformation, though there may be a better option. Possible parameters:
kde_bounds: tuple of lower and upper bounds, with None meaning that side is unbonded.
kde_bounding: 'reflect', 'transform'
The histogram should be able to do bounded kdes, either on one side or both. It might have options between reflection and transformation, though there may be a better option. Possible parameters:
kde_bounds: tuple of lower and upper bounds, with None meaning that side is unbonded.
kde_bounding: 'reflect', 'transform'