var DATA lower upper step RANGESTEP [ depends_on ... ] distrib1D
| 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 in distribution |
| depends_on | grid set | independent variables that the distribution is to depend on. Default is to compute over all independent variables, thus depends_on is empty (optional) |
| Returns | ||
| dist | variable | frequency distribution of var within range and interval specified by lower, upper, and step |