View source: R/limiting_similarity_filtering.R
metropolis.hastings | R Documentation |
Metropolis-Hastings algorithm
metropolis.hastings(old.value, new.value, t = 0)
old.value |
is the similarity value of the starting species pool. |
new.value |
is the similarity value of the changed species pool. |
t |
is the 'temperature' of the system. |
boolean, if to accept the replacement or not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.