sim_GBM: Simulate from geometric Brownian motion

View source: R/sde.R

sim_GBMR Documentation

Simulate from geometric Brownian motion

Description

Simulate from geometric Brownian motion

Usage

sim_GBM(times, mu = 1, sigma = 1, z0 = 1)

Arguments

times

Times of observation

mu

Percentage drift (> 0)

sigma

Percentage volatility (> 0)

z0

Initial value for simulation (> 0)

Value

Data frame with columns z (simulated process) and time


TheoMichelot/utilTM documentation built on April 14, 2025, 12:52 p.m.