Description Usage Arguments Details Author(s) See Also Examples
Set the seed from a fitted bgpd
object to ensure reproducibility of output.
1 | bgpdSetSeed(x)
|
x |
An object of class |
Sets the seed to the value used to fit the model.
Harry Southworth
1 2 3 4 | # data <- rnorm(1000)
# mod <- gpd(data, qu=.7, method="simulate")
# bgpdSetSeed(mod)
# mod1 <- gpd(data, qu=.7, method="simulate") # this produces the same MCMC output as mod
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.