prep_temp_sequence {LDATS} | R Documentation |
Prepare the ptMCMC temperature sequence
Description
Create the series of temperatures used in the ptMCMC
algorithm.
This function was designed to work within TS
and
est_changepoints
specifically, but has been generalized
and would work with any ptMCMC model as long as control
includes the relevant control parameters (and provided that the
check_control
function and its use here are generalized).
Usage
prep_temp_sequence(control = list())
Arguments
control |
A |
Value
vector
of temperatures.
Examples
prep_temp_sequence()
[Package LDATS version 0.3.0 Index]