R/Yamane.R

Defines functions Yamane

Documented in Yamane

# This file is part of the RSamplingz package with License GPL-3.0-or-later
Yamane <- function(x,y){
  a <- x/(1 + x*y^2)
  b <- ceiling(a)
  print(b)
}
Dcroix/RSamplingz documentation built on April 30, 2022, 8:33 a.m.