pecon.stats#

Statistical functions.

Functions#

mean(x[, drop_nan])

Compute the arithmetic mean of a dataset.

var(x[, ddof])

Compute the variance of a dataset.

std(x[, ddof])

Compute the standard deviation of a dataset.

cov(x, y[, ddof])

Compute the covariance between two variables.

corr(x, y)

Compute the Pearson correlation coefficient between two variables.