R/count_nonconvex.R

Defines functions count_nonconvex

count_nonconvex <- function(k, options, A.list, b.list,
                            prior = rep(1, length(k))) {
  # C++: sampling and counting!
  #  (stepwise not possible!)
  # here: checks of input
}

Try the multinomineq package in your browser

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

multinomineq documentation built on Nov. 22, 2022, 5:09 p.m.