summary.simulation: Object summary

Description Usage Arguments Value Examples

Description

Gives an summary of a simulation.

Usage

1
2
## S3 method for class 'simulation'
summary(p)

Arguments

p

a matrix of class "simulation".

Value

It returns a summary. The summary contains the number and the length of the simulations and what kind of simulation it is. It also contains the value of the parameter phi and the initial value Y_0.

Examples

1
2
3
p <- rAR1(0, 300, 0.8, distfun = rnorm, 300)
summary(p)
 

AUMath-AdvancedR2018/AR1 documentation built on May 24, 2019, 7:36 a.m.