ENH: stats: Gaussian Continuous Ranked Probability Score (CRPS)

CRPS is a common metric for measuring the quality of probabilistic predictors, i.e. predictors that predict a distribution, rather than a value.

When this distribution is Gaussian, there is a closed-form formula proposed in [1]. I would like to ask for it to be implemented in SciPy.

The details + my own simple code (which may not be of the right structure for integration in scipy) are in this issue:

Thanks.