Nothing
#' @title Utilities for parameter vector beta of the input distribution
#' @name beta-utils
#'
#' @description
#' The parameter \eqn{\boldsymbol \beta} specifies the input distribution
#' \eqn{X \sim F_X(x \mid \boldsymbol \beta)}.
#'
#' @inheritParams common-arguments
#' @param beta numeric; vector \eqn{\boldsymbol \beta} of the input
#' distribution; specifications as they are for the R implementation of this
#' distribution. For example, if \code{distname = "exp"}, then \code{beta = 2}
#' means that the rate of the exponential distribution equals \eqn{2}; if
#' \code{distname = "normal"} then \code{beta = c(1,2)} means that the mean and
#' standard deviation are 1 and 2, respectively.
#' @keywords math utilities
#'
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.