View source: R/prices.GBM.one.series.R
prices.GBM.one.series | R Documentation |
Get parameter files from efforts-abm folder
prices.GBM.one.series(
years = 50,
start.date = as.Date("1960-01-01"),
end.date = as.Date("2020-01-01"),
id = 1
)
years |
number of years for which stoachstic time series should be generated |
start.date |
start date of time series in format as.Date("yyyy-mm-dd") |
end.date |
end date of time series as.Date("yyyy-mm-dd") |
id |
of current time series |
This function uses historic price data to estimate properties of these time series. These properties are then used to generate stoachstic price data using geometric brownian motion.
a zoo object with price time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.