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

Try the CDM package in your browser

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

CDM documentation built on Aug. 25, 2022, 5:08 p.m.