Skip to content

Commit

Permalink
fix cran error
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Jan 28, 2023
1 parent def10b1 commit 49f5a71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/ts-geometric-brownian-motion-augment.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#'
#' dS/S = mdt + sdW
#'
#' where S is the price of the asset, t is time, μ is the expected return on the
#' asset, σ is the volatility of the asset, and dW is a small random change in
#' where S is the price of the asset, t is time, m is the expected return on the
#' asset, s is the volatility of the asset, and dW is a small random change in
#' the asset's price.
#'
#' GBM can be used to estimate the likelihood of different outcomes for a given
Expand Down
4 changes: 2 additions & 2 deletions R/ts-geometric-brownian-motion.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#'
#' dS/S = mdt + sdW
#'
#' where S is the price of the asset, t is time, μ is the expected return on the
#' asset, σ is the volatility of the asset, and dW is a small random change in
#' where S is the price of the asset, t is time, m is the expected return on the
#' asset, s is the volatility of the asset, and dW is a small random change in
#' the asset's price.
#'
#' GBM can be used to estimate the likelihood of different outcomes for a given
Expand Down
4 changes: 2 additions & 2 deletions man/ts_geometric_brownian_motion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/ts_geometric_brownian_motion_augment.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49f5a71

Please sign in to comment.