block.raw_cf | R Documentation |
Block block_length
sequential measurements of the correlation
function together. This occurs, for example, when multiple
stochastic noise vectors are used per measurement or multiple
source locations. Alternatively, it can also be used to
account for auto-correlations in the data. If the total number
of measurements is not divisible by block_length
, the last
measurements are discarded.
block.raw_cf(cf, block_length)
cf |
|
block_length |
Integer, number of successive measurements to average over. |
cf raw_cf
object with the data member reduced in its first dimension
by a factor of block_length
and restricted (at the end) to the number
of measurements divisible by block_length
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.