powered by
Produces a geometric progression of inverse-temperatures (or temperatures) commonly used in parallel-tempered MCMC algorithms.
geoTemp(N, T1 = 1, TN = 20)
Numeric vector of length N containing the geometrically spaced temperatures T_1, T_2, ..., T_N.
Integer > 1, number of chains/temperatures.
Numeric > 0, coldest temperature (usually 1).
Numeric > T1, hottest temperature.
geoTemp(8, T1 = 1, TN = 20)
Run the code above in your browser using DataLab