| This is part of the function module |
Use a switching function to determine how many of the input variables are within a certain range.
- Examples
- Glossary of keywords and components
- Description of components
Quantity | Description |
.#!value | a function that is one if the input falls within a particular range and zero otherwise |
- Compulsory keywords
LOWER | the lower boundary for this particular bin |
UPPER | the upper boundary for this particular bin |
SMEAR | ( default=0.5 ) the ammount to smear the Gaussian for each value in the distribution |
ARG | the values input to this function |
- Options
SWITCH | This keyword is used if you want to employ an alternative to the continuous function defined above. The following provides information on the histogrambead that are available. When this keyword is present you no longer need the LOWER, UPPER, SMEAR and KERNEL keywords. |