skfolio.utils.stats.CSWeighting#

class skfolio.utils.stats.CSWeighting(*values)[source]#

Cross-sectional weighting.

classmethod has(value)#

Check if a value is in the Enum.

Parameters:
valuestr

Input value.

Returns:
xbool

True if the value is in the Enum, False otherwise.