var DATA lower upper step RANGESTEP integrateddistrib1D
| Arguments | ||
|---|---|---|
| label | type | description |
| var | variable | variable (i.e., data) of which distribution is to be found |
| lower | number | lower bound of range over which distribution is to be found |
| upper | number | upper bound of range over which distribution is to be found |
| step | number | width of intervals (in units of var) used to find distribution |
| Returns | ||
| dist | variable | cumulative frequency distribution of var within range and intervals specified by lower, upper, and step |