Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Jul 1, 2024
1 parent 709161b commit a9c9f1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/Prior.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ NULL
#' constructors.
#'
#' @param centre (`number`)\cr the central point of distribution to shrink sampled values towards
#' (for most distributions this is the mean or median if the mean is undefined)
#' @param x ([`Prior`])\cr a prior Distribution
#' @param object ([`Prior`])\cr a prior Distribution
#' @param name (`character`)\cr the name of the parameter the prior distribution is for
Expand Down Expand Up @@ -58,7 +59,7 @@ NULL
#' @param validation (`list`)\cr the prior distribution parameter validation functions. Must have
#' the same names as the `paramaters` slot.
#' @param sample (`function`)\cr a function to sample from the prior distribution.
#' @param limits (`numeric`)\cr TODO
#' @param limits (`numeric`)\cr the lower and upper limits for a truncated distribution
#' @rdname Prior-class
Prior <- function(
parameters,
Expand Down
3 changes: 2 additions & 1 deletion man/Prior-Shared.Rd

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

2 changes: 1 addition & 1 deletion man/Prior-class.Rd

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

0 comments on commit a9c9f1a

Please sign in to comment.