View source: R/cvband_nonstat.R
banded_nonstat_ip | R Documentation |
Inner Product of an Observation with itself through a Non-stationary Banded Covariace
banded_nonstat_ip(X, B)
X |
observation, a |
B |
banded non-stationary covariance in the form of output of
|
the inner product, i.e. a number
X <- array(runif(20*3*4), c(20,3,4)) B <- banded_nonstat_est(X,2) banded_nonstat_ip(X[1,,],B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.