R/package.R

#' Bell polynomial evaluation
#' 
#' Functions for evaluating the Bell polynomials, partial and complete.
#' 
#' Included functions: \code{BellB} for partial or complete Bell polynomials,
#' \code{BellN} for Bell numbers, and  \code{stirling2} for Stirling numbers of second kind.
#' 
#' Note: Only evaluation for a given x-vector. Does not return coefficients or powers.
#' 
#' @docType package
#' @name BellB-package
NULL
antiphon/BellB documentation built on May 10, 2019, 12:17 p.m.