var_hat_sigma {sinar}R Documentation

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


data("nematodes")
var_hat_sigma(nematodes)

[Package sinar version 0.1.0 Index]