R/help2.r

Defines functions help2

help2 <- function(x,v,n) {
  return(integrate(bernstein2,lower=0,upper=x,v=v,n=n)$value)
}

Try the penRvine package in your browser

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

penRvine documentation built on May 30, 2017, 2:20 a.m.