Bz: Bell numbers

View source: R/bell.R

BzR Documentation

Bell numbers

Description

Compute Bell numbers up to order z using a truncated series representation.

Usage

Bz(z)

Arguments

z

nonnegative integer giving the maximum order.

Details

This function is for internal use. The results are stored in .Bell_num and used by the Bell distribution functions.

Value

numeric vector of length z + 1 containing B_0, ..., B_z.


antedep documentation built on April 25, 2026, 1:06 a.m.