Skip to content

Commit

Permalink
Updated pid documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jenzopr committed Mar 1, 2017
1 parent 9ab9b10 commit 2f2b483
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
10 changes: 6 additions & 4 deletions R/pid.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
#' @param discrete Whether the input is discretized
#'
#' @return A list with the following components:
#' * unique_x1: The unique information provided by X1.
#' * unique_x2: The unique information provided by X2.
#' * synergy: The synergistic information provided by X1 and X2.
#' * redundancy: The redundant information of X1 and X2.
#' \itemize{
#' \item{"unique_x1"}{The unique information provided by X1.}
#' \item{"unique_x2"}{The unique information provided by X2.}
#' \item{"synergy"}{The synergistic information provided by X1 and X2.}
#' \item{"redundancy"}{The redundant information of X1 and X2.}
#' }
#'
#' @examples
#' data(circuit_data)
Expand Down
15 changes: 11 additions & 4 deletions man/pid.Rd

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

0 comments on commit 2f2b483

Please sign in to comment.