NumCosmoMath.ABC.distance_prob

@accepts(NumCosmoMath.ABC, float)
@returns(float)
def distance_prob(self, distance):
    # Python wrapper for ncm_abc_distance_prob()
  

Calculates the probability of the distance been accepted.

self

a NumCosmoMath.ABC.

distance

the distance.

Returns