R/c23f.R

Defines functions c23f

c23f <-
function(mati,b_hat,g_hat,k,amp){
    c23<-(-(mati[2,2] - mati[3,3]) * (b_hat*g_hat) + mati[2,3]*(b_hat^2 - g_hat^2)) / (k * amp^2)
    return(c23)
  }

Try the CATkit package in your browser

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

CATkit documentation built on May 2, 2019, 2:31 p.m.