Nothing
#' @importFrom stats pnorm dnorm
siegmundLambda <- function(threshold,windowSize,nProbe){
m <- nProbe
w <- windowSize
z <- threshold
y <- z*sqrt(2/w)/2
lambda <- m*z*(w^-1)* stats::dnorm(z)*(1/y)*(stats::pnorm(y) -
0.5)/(y*stats::pnorm(y) + stats::dnorm(y))
return(lambda)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.