R/exmavec.R

exmavec<-function(vol,obsnum,n,lambda)
{

len<-length(vol)
resu<-matrix(0,len,1)

for (i in 1:len){
  
  resu[i]<-exma(vol[i],obsnum[i],n,lambda)

}

return(resu)
}

Try the delt package in your browser

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

delt documentation built on May 2, 2019, 3:42 p.m.