<UL><LI>ID, group-ID are documented in <AHREF ="fix.html">fix</A> command
<LI>ave/correlate = style name of this fix command
<LI>Nevery = use input values every this many timesteps
<LI>Nrepeat = # of correlation time windows to accumulate
<LI>Nfreq = calculate time window averages every this many timesteps
<LI>one or more input values can be listed
<LI>value = c_ID, c_ID[N], f_ID, f_ID[N], v_name
<PRE> c_ID = global scalar calculated by a compute with ID
c_ID[I] = Ith component of global vector calculated by a compute with ID
f_ID = global scalar calculated by a fix with ID
f_ID[I] = Ith component of global vector calculated by a fix with ID
v_name = global value calculated by an equal-style variable with name
</PRE>
<LI>zero or more keyword/arg pairs may be appended
<LI>keyword = <I>type</I> or <I>ave</I> or <I>start</I> or <I>prefactor</I> or <I>file</I> or <I>overwrite</I> or <I>title1</I> or <I>title2</I> or <I>title3</I>
<PRE><I>type</I> arg = <I>auto</I> or <I>upper</I> or <I>lower</I> or <I>auto/upper</I> or <I>auto/lower</I> or <I>full</I>
auto = correlate each value with itself
upper = correlate each value with each succeeding value
lower = correlate each value with each preceding value
auto/upper = auto + upper
auto/lower = auto + lower
full = correlate each value with every other value, including itself = auto + upper + lower
<I>ave</I> args = <I>one</I> or <I>running</I>
one = zero the correlation accumulation every Nfreq steps
running = accumulate correlations continuously
<I>start</I> args = Nstart
Nstart = start accumulating correlations on this timestep
<I>prefactor</I> args = value
value = prefactor to scale all the correlation data by
<I>file</I> arg = filename
filename = name of file to output correlation data to
<I>overwrite</I> arg = none = overwrite output file with only latest output
<I>title1</I> arg = string
string = text to print as 1st line of output file
<I>title2</I> arg = string
string = text to print as 2nd line of output file
<I>title3</I> arg = string
string = text to print as 3rd line of output file
</PRE>
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all ave/correlate 5 100 1000 c_myTemp file temp.correlate