Difference between revisions of "Analytica Specifications"
(Max length of index in Professional, release 6.3) |
(Made # threads conditional on Release # being viewed, eliminating the "4.6 or earlier" text.) |
||
Line 30: | Line 30: | ||
|- | |- | ||
! style="width:250px;" | Maximum number of threads during model evaluation | ! style="width:250px;" | Maximum number of threads during model evaluation | ||
− | | style="width:400px;" | '''Free edition:''' 1 (single threaded)<br /><br /> | + | | style="width:400px;" | {{Release||4.6|1}}{{Release|4.7||'''Free edition:''' 1 (single threaded)<br /><br /> |
'''Computers with 64 or fewer logical processors:''' | '''Computers with 64 or fewer logical processors:''' | ||
:Number of logical processors in your CPU. <br /> | :Number of logical processors in your CPU. <br /> | ||
'''Computers with more than 64 logical processors:''' | '''Computers with more than 64 logical processors:''' | ||
:Number of logical processors in a processor group | :Number of logical processors in a processor group | ||
− | :N = # logical processors | + | :N {{=}} # logical processors |
− | :G = # groups = <math>\lfloor (N-1)/64 \rfloor</math> | + | :G {{=}} # groups {{=}} <math>\lfloor (N-1)/64 \rfloor</math> |
− | :MaxThreads = N / G | + | :MaxThreads {{=}} N / G |
− | :32<math>\lt\mbox{MaxThreads}\le</math> 64 | + | :32<math>\lt\mbox{MaxThreads}\le</math> 64 }} |
− | |||
|} | |} | ||
Latest revision as of 20:40, 21 December 2022
Release: |
4.6 • 5.0 • 5.1 • 5.2 • 5.3 • 5.4 • 6.0 • 6.1 • 6.2 • 6.3 • 6.4 • 6.5 |
---|
Hardware and Software
CPUs supported Intel and AMD processors. System Software Any Windows 7 or higher or Server 2003 or higher. Memory requirements 512 MB (2GB+ recommended). Application size Approximately 210 MB Maximum memory usable by
Analytica process
Determined by the specific edition of Windows (e.g., 192GB in Windows 7 Professional+, 512GB in Windows 10 Professional+) and your page file settings. Maximum number of threads during model evaluation Free edition: 1 (single threaded)
Computers with 64 or fewer logical processors:
- Number of logical processors in your CPU.
Computers with more than 64 logical processors:
- Number of logical processors in a processor group
- N = # logical processors
- G = # groups = [math]\displaystyle{ \lfloor (N-1)/64 \rfloor }[/math]
- MaxThreads = N / G
- 32[math]\displaystyle{ \lt\mbox{MaxThreads}\le }[/math] 64
- Number of logical processors in your CPU.
Objects
Number of system objects About 1600 Maximum user-defined objects In Free edition: 101
All other editions: >60,000Maximum number of local variables No fixed limit
Uncertainty
Probability methods Random Latin HyperCube
Median Latin HyperCube
Monte Carlo
Sobol samplingMaximum sample size Analytica Professional,Enterprise, Optimizer, Power Player, and ADE:
2,147,483,646Free edition: 32,000 limited by available memory
Random sampling methods Minimal Standard (default) L’Ecuyer
Knuth
Numbers and arrays
Number precision 15 significant digits for floating-point numbers
12 digits to the left and 6 digits to the right of the decimal for (exact) fixed-point numbers.
18 digits for integers
6 significant digits for floating point imaginary and complex numbers
Maximum elements in a dimension Analytica Professional,Enterprise, Optimizer, Power Player, and ADE:2,147,483,646 Free edition: 32,000
Maximum dimensions in an array 24
See Also
Comments
Enable comment auto-refresher