User-defined Functions and Libraries

Revision as of 09:06, 26 December 2015 by Jhernandez3 (talk | contribs)


This section shows you how to:

  • Use functions
  • Create your own functions
  • Work with parameter qualifiers
  • Create your own function libraries


You can create your own functions to perform calculations you use frequently. A function has one or more parameters; its definition is an expression that uses these parameters. You can specify that the function check the type or dimensions of its parameters, and control their evaluation by using various parameter qualifiers.

A library is a collection of user-defined functions grouped in a library file, for use in more than one model. Using libraries, you can effectively extend the available functions beyond those built in to Analytica. Analytica is distributed with an initial set of libraries, available in the Libraries folder inside the Analytica folder on your hard disk. If you add a library to a model, it appears with its functions in the Definition menu, and these functions appear almost the same as the built-in functions.

Sections


See Also

Comments


You are not allowed to post comments.