TODO
Estimate the mean of a sample given information about the standard deviations of each entry.
| Parameters: | Y : np.ndarray
sd : np.ndarray
|
|---|---|
| Returns: | value : dict
|
In a one-sample random effects problem, estimate the ratio between the fixed effects variance and the random effects variance.
| Parameters: | Y : np.ndarray
sd : np.ndarray
df : [int]
niter : int
|
|---|---|
| Returns: | value : dict
|