Learn R Programming

sinar (version 0.1.0)

var_hat_sigma: Variance of standard deviation of epsilon.

Description

\(\hat{\sigma}_\epsilon\) is the standard deviation of \(SINAR(1,1)\) model.

Usage

var_hat_sigma(X)

Arguments

X

A integer matrix where each cell is the observed value in the regular lattice.

Value

The variance of standard deviation of the estimate of \(\sigma_\epsilon\).

Examples

Run this code
# NOT RUN {
data("nematodes")
var_hat_sigma(nematodes)
# }

Run the code above in your browser using DataLab