R/V.theta.R

Defines functions V.theta

Documented in V.theta

V.theta <-
function(t, N, theta, lambda){
    alpha<-lambda-(1-lambda)*theta
    bta<-4*theta*lambda*(1-lambda)
    sqrt(((theta-1)*t+alpha)^2+bta)
}

Try the sporm package in your browser

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

sporm documentation built on Jan. 27, 2021, 5:08 p.m.