dppparbounds | R Documentation |
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, ...)
model |
Model of class |
name |
name of the parameter for which the bound should be computed. |
... |
Additional arguments passed to the |
A data.frame
containing lower and upper bounds.
and \ege
model <- dppMatern(lambda=100, alpha=.01, nu=1, d=2) dppparbounds(model, "lambda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.