R/mAvg.R

mAvg <-
function(params,ws){
  param.mu<-sum(params*ws)
  return(param.mu)
}

Try the binequality package in your browser

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

binequality documentation built on May 2, 2019, 9:58 a.m.