Skip to content

kurt_p

Population (excess) kurtosis.

v = kurt_p(number1, number2, ...)

Like kurt but uses the population formula (no bias correction). Use when the data represents the entire population rather than a sample.

kurt_p(1, 2, 3, 4, 5)
  • kurt — Sample (excess) kurtosis.
  • skew_p — Population skewness.