![]() |
Prev | Next |
density
table is used to identify densities.
It has the following columns:
integer
and is the primary key for this table.
Its initial value is zero, and it increments by one for each row.
text
.
This column is unique; i.e., each name can only appear ones in this table.
All of the
density_id
values that appear in the
prior
and
data
tables
must appear in the density table.
Below is a list of the possible density names
with a link to the corresponding meaning:
gaussian
,
cen_gaussian
,
laplace
,
cen_laplace
,
students
.
cen_gaussian
,
cen_log_gaussian
,
cen_laplace
,
cen_log_laplace
.
log_gaussian
,
cen_log_laplace
,
log_laplace
,
log_students
.
laplace
,
cen_laplace
,
log_laplace
.
density
table.