R/sirt_pem_algorithm_compute_t.R

Defines functions sirt_pem_algorithm_compute_t

## File Name: sirt_pem_algorithm_compute_t.R
## File Version: 0.03

sirt_pem_algorithm_compute_t <- function( i, a=1.5, h=0.1)
{
    return( 1 + a^i * h )
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.