Description Usage Arguments Details Value References See Also Examples
View source: R/GenerateFrequencies.R
Function performs the data variance estimation and the frequency matrix construction.
1 | GenerateFrequencies(Data, m, N0 = 5000, TypeDist = "AR", verbose = FALSE, ...)
|
Data |
A Filebacked Big Matrix n x N with data vectors in columns. |
m |
Number of frequency vectors. |
N0 |
Number of data vectors used for the variance estimation in |
TypeDist |
Frequency distribution type. Possible values: "G" (Gaussian), "FG" (Folded Gaussian radial) or "AR" (Adapted radius). Default is "AR". |
verbose |
logical that indicates whether dysplay the process steps. |
... |
Additional arguments passed on to |
The data variance is estimated on the N0
data vectors randomly selected from Data
using EstimSigma
function. The frequency vectors are sampled using DrawFreq
function.
A list with the following attributes:
W
is the frequency matrix with m frequency vectors in rows.
sigma
is the estimated data variance.
DBLP:journals/corr/KerivenBGP16chickn.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.