R/Gaussbound.R

Defines functions Gaussbound

Documented in Gaussbound

Gaussbound<-function(mode,tau,prob){
q<-1-prob
if(q<1/3){k<-tau*2/3/q^0.5}
if(q>1/3){k<-tau*3^0.5*(1-q)}
mode+c(-1,1)*k
}

Try the regspec package in your browser

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

regspec documentation built on Sept. 20, 2023, 5:07 p.m.