Difference between revisions of "Conventions for parameters and operands"
(Created page with "The following conventions are commonly used for representing parameters and operands of functions: :<code>x, y, z</code>: A number that may be integer or decimal. :<code>d</c...") |
|||
Line 11: | Line 11: | ||
:<code>a, b</code>: A Boolean value or expression. | :<code>a, b</code>: A Boolean value or expression. | ||
:<code>e</code>: An expression. | :<code>e</code>: An expression. | ||
+ | |||
+ | ==See Also== | ||
+ | * [[Function calls and parameters]] | ||
+ | * [[Functions by category]] | ||
+ | * [[Alphabetical Function List]] | ||
+ | * [[Array Function Example Variables]] | ||
+ | * [[Typographic conventions in this guide|Conventions used in the Analytica User Guide]] | ||
+ | * [[About_Analytica#Conventions_used_in_this_tutorial|Conventions used in the Analytica Tutorial]] | ||
+ | * [[Analytica Optimizer Guide#Conventions Used in this Guide|Conventions used in the Analytica Optimizer Guide]] |
Revision as of 22:38, 31 May 2016
The following conventions are commonly used for representing parameters and operands of functions:
x, y, z
: A number that may be integer or decimal.d
: A number in degrees.p, q
: A probability between 0 and 1.n, m
: An integer number.s, t
: Text values.c
: Character (a text value containing a single character).i, j, k
: The identifier of an index variable.v, w
: The identifier of a variable.a, b
: A Boolean value or expression.e
: An expression.
See Also
Comments
Enable comment auto-refresher