Utilities for one sample t-tests
Estimate the mean of a sample given information about the standard deviations of each entry.
Parameters: | Y : ndarray
sd : ndarray
|
---|---|
Returns: | value : dict
|
Estimate variance fixed/random effects variance ratio
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 : array
df : int or None, optional
niter : int, optional
|
---|---|
Returns: | value : dict
|