Description Usage Arguments Value Note See Also Examples
The mean data variance estimation.
1 2 3 4 5 6 7 8 9 10 | EstimSigma(
Data,
ind.col,
m,
nblocks = 32,
niter = 3,
sigma_start = 0.1,
nparts = 1,
...
)
|
Data |
A Filebacked Big Matrix n x N. Data signals are stored in the matrix columns. |
ind.col |
Column indeces for which the data sketch is computed. By default all matrix columns. |
m |
Number of frequency vectors. |
nblocks |
Number of blocks, on which the regression is performed. Default is 32. |
niter |
Number of iterations. Default is 3. |
sigma_start |
An initial value of the data variance. Default is 0.1. |
nparts |
Number of parts to split the data for the data sketch computation. |
... |
Additional arguments passed on to |
The estimated data variance.
The idea of the variance estimation on the data fraction is taken from \insertRefDBLP:journals/corr/KerivenBGP16chickn.
DrawFreq
, Sketch
, GenerateFrequencies
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.