R/abfun.R

Defines functions abfun

Documented in abfun

abfun = function(m, v){

  a = m^2/v + 2
  b = m^3/v + m

  return(list(a=a, b=b))
}

Try the BHTSpack package in your browser

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

BHTSpack documentation built on Feb. 8, 2021, 5:07 p.m.