You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The efficiency of summed pdf sampling can be improved by delegating the sampling, allowing the accept-reject to be invoked on the unavoidable subset only.
This can be done by using the fracs and a multinomial distribution to determine the number of values to be sampled.
The text was updated successfully, but these errors were encountered:
The efficiency of summed pdf sampling can be improved by delegating the sampling, allowing the accept-reject to be invoked on the unavoidable subset only.
This can be done by using the fracs and a multinomial distribution to determine the number of values to be sampled.
The text was updated successfully, but these errors were encountered: