R/clpm_to_ctm_paths_to_drift.R

Defines functions clpm_to_ctm_paths_to_drift

## File Name: clpm_to_ctm_paths_to_drift.R
## File Version: 0.02


clpm_to_ctm_paths_to_drift <- function(Phi1, delta1)
{
    requireNamespace("expm")
    A <- expm::logm(x=Phi1) / delta1
    return(A)
}

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.