Dij: A vector of Euclidean distances between node i and j
mu: The concave-to-convex transition point of the probability curves P(Dij, mu, lamda) = [1 + exp(-lamda(Dij - mu))]^-1, where Dij is the Euclidean distance between node i and j
lamda: The steepness of the probability curves
Returns
Return a plot with probability curves
Examples
# plot the probabilities for removing network links between node i and j with# Euclidean distances Dijdis <- seq(.05,10, length.out =20)m <- c(.1,2,5,10)l <- c(.0001,.15,.35,.75,1.25,5,30)ahn_prob(dis, m, l)