kurtosis# swordfish.function.kurtosis()# Return the kurtosis of X. The calculation skips null values. Parameters: X (Constant) – A vector/matrix. biased (Constant) – A Boolean value indicating whether the result is biased. The default value is true, meaning the bias is not corrected.