Description Usage Arguments Value Note Examples
drawTable(type, periodogram, frequencies, fixed_eff, random_eff, variances)
creates a good looking table for estimates of FDSLRM parameters and frequencies.
This function is designed for Jupyter notebooks.
1 2 3 4 5 6 7 8 |
type |
one of the following values if acceptable: |
periodogram |
output of function |
frequencies |
vector of (Fourier) frequencies in the form of fractions. |
fixed_eff |
vector of fixed effects. |
random_eff |
vector of random effects. |
variances |
vector of variances. First element should be a variance of white noise and the next elements should be variances of random effects. |
Table with corresponding values.
Ver.: 12-Jan-2019 17:20:30.
1 2 | # You can see how to use this utility function by opening the following link:
# link to our jupyter notebooks with examples.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.