The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: fullfact (N)

Full factorial design.

If N is a scalar, return the full factorial design with N binary choices, 0 and 1.

If N is a vector, return the full factorial design with choices 1 through n_i for each factor i.

Package: statistics