normal_area
- Last UpdatedNov 12, 2024
- 1 minute read
Note: This table is currently not used.
The normal_area table contains values related to the area under the normal curve.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
z |
tfloat |
Y |
N |
Independent variable |
|
d |
tfloat |
N |
N |
Area under the normal curve from –z to z |
|
slope |
tfloat |
N |
N |
Slope of the area function above from z to z + 0.01, i.e., (d(z + 0.01) – d(z))/0.01. Used to interpolate area values for z values that are not integer multiples of 0.01. |