Searched refs:y_smooth (Results 1 – 1 of 1) sorted by relevance
79 double y_smooth = y_tri / (1 + Math.exp(beta*(Math.abs(y_tri)-1))/(beta - 1)); in markerPosition() local80 return y_smooth; in markerPosition()