R/clpm_to_ctm_drift_to_paths.R

Defines functions clpm_to_ctm_drift_to_paths

## File Name: clpm_to_ctm_drift_to_paths.R
## File Version: 0.01


clpm_to_ctm_drift_to_paths <- function(A, delta2)
{
    requireNamespace("expm")
    Phi2 <- expm::expm(x=A*delta2)
    return(Phi2)
}
alexanderrobitzsch/LAM documentation built on March 27, 2024, 5:36 a.m.