Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juniperlsimonis committed Jan 7, 2021
1 parent e1c9c78 commit 47af690
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @title Measure overlap between pairs of CDFs
#'
#' @description Measures overlap between pairs of CDFs. First uses
#' \code{\link[pracma]{numdiff}} to differentiated the CDFs, then calculates
#' the classic Overlap Coefficient.
#' \code{numdiff} (\code{\link[pracma]{numderiv}}) to differentiate the CDFs,
#' then calculates the classic Overlap Coefficient.
#'
#' @param Fs \code{list} of CDFs
#'
Expand All @@ -14,7 +14,8 @@
#'
#' @param digits rounding digits
#'
#' @param ... additional arguments to pass to \code{\link[pracma]{numdiff}}
#' @param ... additional arguments to pass to \code{numdiff}
#' (\code{\link[pracma]{numderiv}})
#'
#' @return \code{matrix} of pairwise overlap values
#'
Expand Down
7 changes: 4 additions & 3 deletions man/overlap.Rd

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

0 comments on commit 47af690

Please sign in to comment.