Skip to content

Commit

Permalink
Merge branch 'Development' into feature/RunModel_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Mar 21, 2023
2 parents c8db82e + 45f446c commit e6c48a2
Show file tree
Hide file tree
Showing 23 changed files with 1,777 additions and 48 deletions.
2 changes: 2 additions & 0 deletions docs/code/sampling/tempering/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tempering MCMC Examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 changes: 5 additions & 0 deletions docs/code/sampling/tempering/local_reliability_funcs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import numpy as np


def correlated_gaussian(samples, b_eff, d):
return [b_eff * np.sqrt(d) - np.sum(samples[i, :]) for i in range(samples.shape[0])]
Loading

0 comments on commit e6c48a2

Please sign in to comment.