Description Usage Arguments Value Functions Examples
Generate the storage information we'll need to create a sparse eigen matrix
1 2 3  | nll_arma(x, d, z, n)
nll_parallel(x, d, z, n, cores = 1L)
 | 
x | 
 A   | 
d | 
 A   | 
z | 
 A   | 
n | 
 A   | 
cores | 
 A   | 
A double
nll_parallel: 
1 2 3  | data(anom1962)
d = rdist_earth1(head(loc))
nll_arma(20, d, z, n)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.