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)
}

Try the LAM package in your browser

Any scripts or data that you put into this service are public.

LAM documentation built on May 18, 2022, 5:17 p.m.