R/FindStepLengthBinomial.R

Defines functions FindStepLengthBinomial

FindStepLengthBinomial <- function(X, y, lam, pmax=10000, nmin=1000) {
     ## add more sophistication later.
     Lmax <- norm(XX, "2")^2
     stplngth <- 8/Lmax
     return(stplngth)
}
nchenderson/nidaarem documentation built on Feb. 19, 2020, 12:45 p.m.