Skip to content

Commit

Permalink
Sharpen doc
Browse files Browse the repository at this point in the history
  • Loading branch information
imanuelcostigan committed Sep 7, 2019
1 parent 5c4a1b5 commit 37fe2d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/vol-surface-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#' @param vol_quotes object of class [VolQuotes()] containing the volatility
#' data.
#' @param interpolation Interplation method, given as an object of class
#' interpolation [Interpolation()]. At this time only the
#' interpolation [Interpolation()]. At this time only
#' [LinearCubicTimeVarInterpolation()] is supported. This is a two-dimensional
#' interpolator that uses linear interpolation in the time dimension and cubic
#' splines in the smile dimension with the values interpolated being the
#' square of the implied volatilities. Return values are implied volatilies
#' @return a `VolSurface` object
#' @seealso [interpolate.VolSurface], [build_vol_surface()]
#' @examples
#' build_vol_surface()
#' VolSurface(build_vol_quotes(), LinearCubicTimeVarInterpolation())
#' @export

VolSurface <- function(vol_quotes, interpolation) {
Expand Down
4 changes: 2 additions & 2 deletions man/VolSurface.Rd

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

0 comments on commit 37fe2d1

Please sign in to comment.