R/Hfrombeta.R

Defines functions Hfrombeta

Documented in Hfrombeta

Hfrombeta <-function(beta, model = c("FBM", "FGN", "ID")){

if(model=="FBM"){
	H <- abs((beta-1)/2)
}
else{
	H <- (beta+1)/2
}

H
}

Try the liftLRD package in your browser

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

liftLRD documentation built on Sept. 17, 2023, 9:06 a.m.