Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The ACECLUS Procedure

Computational Resources

Let
n & = & {number of observations} \ 
v & = & {number of variables} \ 
i & = & {number of iterations} \

Memory

The memory in bytes required by PROC ACECLUS is approximately
8 ( 2n(v+1) + 21v + 5v2 )
bytes. If you request the PP or QQ option, an additional 4n(n-1) bytes are needed.

Time

The time required by PROC ACECLUS is roughly proportional to
2nv2 + 10v3 + i ([(n2v)/2] + nv2 + 5v3 )

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.