permutation_test

permutation_test(x, y, func='x_mean != y_mean', method='exact', num_rounds=1000, seed=None)

Nonparametric permutation test

Parameters

Returns

p-value under the null hypothesis

Examples

For usage examples, please see http://rasbt.github.io/mlxtend/user_guide/evaluate/permutation_test/