Description Usage Arguments See Also Examples
This function computes the discretization of an exponential covariance function of the form:
C( s, t ) = α e^{ - β | s - t | }
over a 1D grid [t_0, t_1, …, t_{P-1}], thus obtaining the P \times P matrix of values:
C_{i,j} = C( t_i, t_j ) = α e^{ - β | t_i - t_j | } .
1 | exp_cov_function(grid, alpha, beta)
|
grid |
a vector of time points. |
alpha |
the alpha parameter in the exponential covariance formula. |
beta |
the beta parameter in the exponential covariance formula. |
generate_gauss_fdata
,
generate_gauss_mfdata
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.