scipy.stats.kstatvar¶
- scipy.stats.kstatvar(data, n=2)[source]¶
Returns an unbiased estimator of the variance of the k-statistic.
See kstat for more details of the k-statistic.
Parameters: data : array_like
Input array.
n : int, {1, 2}, optional
Default is equal to 2.
Returns: kstatvar : float
The nth k-statistic variance.
See also