R/Z.R

Defines functions Z

Z <-
function(c,x){
z<-0
for (i in 1:length(c))
z<-z+c[i]*x[i]
return(z)}

Try the intpoint package in your browser

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

intpoint documentation built on May 29, 2017, 8:59 p.m.