generated from greta-dev/greta.template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to the description and readme files
- Loading branch information
Showing
5 changed files
with
64 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# this R file is just here to produce a package-level helpfile for people to | ||
# look at when they get started | ||
|
||
#' @title Extend Greta with Censored Distributions | ||
#' @title Censored distributions in greta | ||
#' @name greta.censored | ||
#' | ||
#' @description Provides additional censored distributions for use with Greta, | ||
#' a probabilistic programming framework for Bayesian modeling. Includes | ||
#' censored versions of Normal, Log-Normal, Student's t, Gamma, Exponential, | ||
#' Weibull, Pareto, and Beta distributions with support for right, left, | ||
#' | ||
#' @description Provides additional censored distributions for use with Greta, | ||
#' a probabilistic programming framework for Bayesian modeling. Includes | ||
#' censored versions of Normal, Log-Normal, Student's t, Gamma, Exponential, | ||
#' Weibull, Pareto, and Beta distributions with support for right, left, | ||
#' and interval censoring. | ||
#' | ||
#' | ||
#' @docType package | ||
#' | ||
#' | ||
#' @importFrom tensorflow tf | ||
#' @importFrom greta .internals | ||
#' | ||
#' | ||
#' @examples | ||
#' | ||
#' | ||
#' # add a simple example here to introduce the package! | ||
#' | ||
#' | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.