kbarbary / nestle

Pure Python, MIT-licensed implementation of nested sampling algorithms for evaluating Bayesian evidence.
http://kbarbary.github.io/nestle
Other
75 stars 27 forks source link

avoiding for-loop #3

Closed ipashchenko closed 10 years ago

ipashchenko commented 10 years ago

i'll try to figure out how to avoid tmp calculation with np.einsum if it possible:)

kbarbary commented 10 years ago

Looks good, thanks!