Last chance! 50% off unlimited learning
Sale ends in
Rdistance
, and is not intended to
be called by the user.F.start.limits(like, expan, w.lo, w.hi, dist)
like
= "Gamma" and "halfnorm".expan + 1 + 1*(like %in% c("hazrate", "uniform"))
.
This is the length of all vectors returned in the output list.F.dfunc.estim
F.start.limits( "uniform", 0, 0, 1000 )
F.start.limits( "uniform", 1, 0, 1000 )
F.start.limits( "uniform", 2, 0, 1000 )
F.start.limits( "uniform", 3, 0, 1000 )
F.start.limits( "halfnorm", 0, 0, 1000, 500*runif(100) )
F.start.limits( "halfnorm", 1, 0, 1000, 500*runif(100) )
F.start.limits( "halfnorm", 2, 0, 1000, 500*runif(100) )
F.start.limits( "halfnorm", 3, 0, 1000, 500*runif(100) )
F.start.limits( "hazrate", 0, 0, 1000 )
F.start.limits( "hazrate", 1, 0, 1000 )
F.start.limits( "hazrate", 2, 0, 1000 )
F.start.limits( "hazrate", 3, 0, 1000 )
F.start.limits( "negexp", 0, 0, 1000 )
F.start.limits( "negexp", 1, 0, 1000 )
F.start.limits( "negexp", 2, 0, 1000 )
F.start.limits( "negexp", 3, 0, 1000 )
F.start.limits( "Gamma", 0, 0, 1000, 1000*runif(100) )
Run the code above in your browser using DataLab