powered by
Returns the lower and upper bound for a specific parameter of a determinantal point process model when all other parameters are fixed.
dppparbounds(model, name, ...)
A data.frame containing lower and upper bounds.
data.frame
Model of class "detpointprocfamily".
"detpointprocfamily"
name of the parameter for which the bound should be computed.
Additional arguments passed to the parbounds function of the given model
parbounds
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Rolf Turner rolfturner@posteo.net
and Ege Rubak rubak@math.aau.dk
model <- dppMatern(lambda=100, alpha=.01, nu=1, d=2) dppparbounds(model, "lambda")
Run the code above in your browser using DataLab