skfolio.measures.third_central_moment#

skfolio.measures.third_central_moment(returns)[source]#

Compute the third central moment.

Parameters:
returnsndarray of shape (n_observations,)

Vector of returns.

Returns:
valuefloat

Third central moment.