R/spmlnb.pred.R

Defines functions spmlnb.pred

Documented in spmlnb.pred

spmlnb.pred <- function(xnew, mu1, mu2, ni) {
  Rfast2::spmlnb.pred(xnew, mu1, mu2, ni)
}

Try the Directional package in your browser

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

Directional documentation built on Oct. 12, 2023, 1:07 a.m.