rMaxAR function

Extreme Value random process generation.

Extreme Value random process generation.

rMaxAR(n,theta)

Arguments

  • n: Number of samples to generate.
  • theta: Parameter of the MAX AR process, takes values between 0 and 1.

Details

Generation of samples from Max AR(theta) processes.

Examples

rMaxAR(1000,0.2)