R/cdm_pem_algorithm_compute_t.R

Defines functions cdm_pem_algorithm_compute_t

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

cdm_pem_algorithm_compute_t <- function( i, a=1.5, h=0.1)
{
    return( 1 + a^i * h )
}
alexanderrobitzsch/CDM documentation built on Aug. 30, 2022, 12:31 a.m.