stein_thinning.thinning# Implementation of Stein thinning Functions thin(sample, gradient, n_points[, ...]) Optimally select m points from n > m samples generated from a target distribution of d dimensions. thin_gf(sample, log_p, log_q, gradient_q, ...) Optimally select m points from n > m samples generated from a target distribution of d dimensions.