R/BuildBounds2.R

`BuildBounds2` <-
function(n,nr,x.frequency,m){
  b1 <- matrix(x.frequency,ncol=1)/n
  b2 <- 1
  b3 <- -1
  b4 <- matrix(rep(0,nr+m+nr),ncol=1)

  rbind(b1,b2,b3,b4)
}

Try the imprProbEst package in your browser

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

imprProbEst documentation built on May 2, 2019, 2:35 a.m.