Macaulay2 » Documentation
Packages » RandomMonomialIdeals :: Parameters
next | previous | forward | backward | up | index | toc

Parameters -- values of the model parameters that were used to generate a given sample

Description

An object of type Sample contains several pieces of information about the random sample, namely: the name of the model used to generate the sample, values of the model's parameters used to generate the sample, the size of the sample (that is, the number of data points in it), and the data itself. As each of these is a hash table entry, one obtains the value of the parameters that were used to generate the given sample via the hash key Parameters:

i1 : (sample(ER(2,2,0.5),2)).Parameters

o1 = (2, 2, .5)

o1 : Sequence

See also

For the programmer

The object Parameters is a symbol.