sigma_timescales(covar_theta, theta, n):
Estimate the asymptotic standard deviation (uncertainty) in the implied timescales.
Parameters: | covar_theta : array, shape=(len(theta), len(theta))
theta : array of shape = (n*(n-1)/2 + n)
n : int
|
---|---|
Returns: | sigma_t : array, shape=(n-1,)
|