NumCosmoMath.ABC.mock_distance

@accepts(NumCosmoMath.ABC, NumCosmoMath.Dataset, NumCosmoMath.Vector, NumCosmoMath.Vector, NumCosmoMath.RNG)
@returns(float)
def mock_distance(self, dset, theta, thetastar, rng):
    # Python wrapper for ncm_abc_mock_distance()
  

Calculates the distance of the new point given by thetastar given the old point theta.