endingPrices: Ending Prices of Monte Carlo Simulation

Description Usage Arguments Value Examples

Description

Get the ending prices, i.e. terminal values, of a monte carlo simulation

Usage

1

Arguments

mc

monte carlo object created with monteCarlo

Value

vector ending prices

Examples

1
2
3
4
library(GARPFRM)

mc <- monteCarlo(0.05, 0.25, 500, 1, 52, 10)
ep <- endingPrices(mc)

GARPFRM documentation built on May 2, 2019, 5:45 p.m.