Learn R Programming

texmex (version 1.1)

bgpdSetSeed: Set the seed from a fited bgpd object.

Description

Set the seed from a fited bgpd object to ensure reproducibility of output.

Usage

bgpdSetSeed(x)

Arguments

x
An object of class bgpd, as returned by gpd using method = "simulate".

Details

Sets the seed to the value used to fit the model.

See Also

gpd

Examples

Run this code
# mod <- gpd(rnorm(1000), qu=.7, method="simulate")
# bgpdSetSeed(mod)

Run the code above in your browser using DataLab