Description Usage Arguments Value Author(s) See Also Examples
Process observations from Metropolis fitting of GPD models, to thin the output and discard observations from burn-in period.
1 2 | ## S3 method for class 'bgpd'
thinAndBurn(object, burn, thin)
|
object |
Object of class 'bgpd' as returned by |
thin |
|
burn |
The number of observations from the simulated Markov Chain to be discarded as burn-in. Must be a non-negative integer, for no burn-in use |
Object of class bgpd
. See Value returned by gpd
using method = "simulate"
for details.
Note that the original chain is not discarded when this function is called: thinAndBurn
can be called recursively on the original object with different values of burn
and thin
without the this object getting progressively smaller!
Harry Southworth, Janet E. Heffernan
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.