R/adana2.R

Defines functions adana2

Documented in adana2

# Adaptive Dynamic Algorithm (Adana 2)
adana2 = function(g, gmax, ...){
  pm = sqrt((g/gmax))
  pc = 1-pm
  return(list(pc=pc, pm=pm))
}

Try the adana package in your browser

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

adana documentation built on March 18, 2022, 6:03 p.m.