Estimate the asymptotic standard deviation (uncertainty) in the stationary distribution, pi.
Parameters: | covar_theta : array, shape=(len(theta), len(theta))
theta : array of shape = (n*(n-1)/2 + n)
n : int
|
---|---|
Returns: | sigma_pi : array, shape=(n,)
|