R/StLagueInv.R

Defines functions StLagueInv

Documented in StLagueInv

StLagueInv <- function(Z,R) {
  sum((R-Z)^2/Z)
}

Try the polrep package in your browser

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

polrep documentation built on Jan. 5, 2024, 3:01 a.m.