valid.detpointprocfamily | R Documentation |
Checks the validity of a determinantal point process model.
## S3 method for class 'detpointprocfamily'
valid(object, ...)
object |
Model of class |
... |
Ignored. |
Logical
and \ege
valid
model1 <- dppMatern(lambda=100, alpha=.01, nu=1, d=2)
valid(model1)
model2 <- dppMatern(lambda=100, alpha=1, nu=1, d=2)
valid(model2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.