R/int.bernstein.help.r

Defines functions int.bernstein.help

int.bernstein.help <- function(penden.env) {
  len.k <- get("K",penden.env)
  x.help <- seq(0,1,length=501)
  int.base <- matrix(0,length(x.help),(len.k+1))
  for(j in 0:len.k) int.base[,(j+1)] <- apply(matrix(x.help,ncol=1),1,help2,v=j,n=len.k)
  assign("int.base1",int.base,penden.env)
  assign("int.base2",int.base,penden.env)
  assign("x.help",x.help,penden.env)
}

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.