R/08_manr.R

Defines functions mandsub manlogscores manmeans man2f man1f manlnn manlnnn manlddd manldd manloglik manlogf manvector manpredictor manwaic

Documented in man1f man2f mandsub manldd manlddd manlnn manlnnn manlogf manloglik manlogscores manmeans manpredictor manvector manwaic

#' Return message for WAIC
#'
#' @return Two numeric values.
manwaic=function()
{}

#' Return message for predictor.
#'
#' @return Two vectors
manpredictor=function()
{}

#' Return message for vector
#'
#' @return Vector
manvector=function()
{}

#' Return message for Logf
#'
#' @return Scalar value.
manlogf=function()
{}

#' Return message for loglik
#'
#' @return Scalar value.
manloglik=function()
{}

#' Return message for ldd
#'
#' @return Square scalar matrix
manldd=function()
{}

#' Return message for lddd
#'
#' @return Cubic scalar array
manlddd=function()
{}

#' Return message for lnnn
#'
#' @return Scalar value
manlnnn=function()
{}

#' Return message for lnn
#'
#' @return Scalar value
manlnn=function()
{}

#' Return message for f1f, p1f, mu1f
#'
#' @return Matrix
man1f=function()
{}

#' Return message for f2f, p2f, mu2f
#'
#' @return 3d array
man2f=function()
{}

#' Return message for means
#'
#' @return Two scalars
manmeans=function()
{}

#' Return message for logscores
#'
#' @return Two scalars
manlogscores=function()
{}

#' Return message for dsub
#'
#' @return A vector of parameter estimates, two pdf vectors, two cdf vectors
mandsub=function()
{}

Try the fitdistcp package in your browser

Any scripts or data that you put into this service are public.

fitdistcp documentation built on June 8, 2025, 1:04 p.m.