Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 8 of 8 found.
[1] < 1 > [1]  Sort:

dmnom (Package: combinat) :

density of multinomial
● Data Source: CranContrib
● Keywords: models
● Alias: dmnom, fact, logfact
● 0 images

xsimplex (Package: combinat) : Generates all points on a (p,n) simplex lattice (i.e. a p-part

Generates all points on a p,n simplex lattice (i.e. a p-part composition of n). Each point is represented as x, a p-dimensional vector of nonnegative integers that sum to n. If argument "fun" is not null, applies a function given by the argument to each point. If simplify is FALSE, returns a list; else returns a vector or an array. "..." are passed unchanged to function given by argument fun, if any.
● Data Source: CranContrib
● Keywords: models
● Alias: xsimplex
● 0 images

nsimplex (Package: combinat) : Computes the number of points on a (p, n)-simplex lattice

Computes the number of points on a (p, n)-simplex lattice; that is, the number of p-part compositions of n. This gives the number of points in the support space of a Multinomial(n, q) distribution, where p == length(q).
● Data Source: CranContrib
● Keywords: models
● Alias: nsimplex
● 0 images

x2u (Package: combinat) : Convert an x-encoded simplex-lattice point to a u-encoded simplex-lattice point

Convert an x-encoded simplex-lattice point to a u-encoded simplex-lattice point (equivalently, "untabulate" bin counts)
● Data Source: CranContrib
● Keywords: models
● Alias: x2u
● 0 images

rmultinomial (Package: combinat) : Generate random samples from multinomial distributions

rmultinomial: Generate random samples from multinomial distributions, where both n and p may vary among distributions
● Data Source: CranContrib
● Keywords: models
● Alias: rmultinomial, rmultz2
● 0 images

combn (Package: combinat) : Generate all combinations of the elements of x taken m at a time.

Generate all combinations of the elements of x taken m at a time. If x is a positive integer, returns all combinations of the elements of seq(x) taken m at a time. If argument "fun" is not null, applies a function given by the argument to each point. If simplify is FALSE, returns a list; else returns a vector or an array. "..." are passed unchanged to function given by argument fun, if any.
● Data Source: CranContrib
● Keywords: models
● Alias: combn, combn2, nCm
● 0 images

permn (Package: combinat) : Generates all permutations of the elements of x

Generates all permutations of the elements of x, in a minimal- change order. If x is a positive integer, returns all permutations of the elements of seq(x). If argument "fun" is not null, applies a function given by the argument to each point. "..." are passed unchanged to the function given by argument fun, if any.
● Data Source: CranContrib
● Keywords: models
● Alias: permn
● 0 images

hcube (Package: combinat) : Generate all points on a hypercuboid lattice.

Generate all points on a hypercuboid lattice.
● Data Source: CranContrib
● Keywords: models
● Alias: hcube
● 0 images