Shortcut: BETWEEN
Module | function |
---|---|
Description | Usage |
Use a switching function to determine how many of the input variables are within a certain range. | |
output value | type |
a function that is one if the input falls within a particular range and zero otherwise | scalar/vector/matrix |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
Keyword | Type | Description |
---|---|---|
ARG | scalar/vector/matrix | the values input to this function |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ARG | input | none | the values input to this function |
LOWER | compulsory | none | the lower boundary for this particular bin |
UPPER | compulsory | none | the upper boundary for this particular bin |
SMEAR | compulsory | 0.5 | the ammount to smear the Gaussian for each value in the distribution |
SWITCH | optional | not used | This keyword is used if you want to employ an alternative to the continuous function defined above |