I am looking for a one-sample Cramer-Von Mises test for a normal distribution with unknown parameters in python.
I found some discussion here https://github.com/chrisb83/scipy/commit/9274d22fc1ca7ce40596b01322be84c81352899d but this does not seem to be released?
There is also this: https://pypi.org/project/scikit-gof/ but these tests only work for fully specified distributions (i.e. known parameters).
Is anyone aware of a CVM-test implementation in python for a normal dist with unknown parameters?
Thanks