NumCosmoMath.ABC::distance_prob

@accepts(NumCosmoMath.ABC, float)
@returns(float)
def do_distance_prob(abc, distance):
  

Calculates the probability of the distance been accepted.

abc

a NumCosmoMath.ABC.

distance

the distance.

Returns

the probability of accepting the distance.