statsmodels.emplike.descriptive.DescStatMV.mv_test_mean

DescStatMV.mv_test_mean(mu_array, return_weights=False)[source]

返回-2倍对数似然值和多元均值假设检验的p值

Parameters:
mu_array1d array

假设的均值。必须与内生变量的列数相同。

return_weightsbool

如果为真,返回使 mu_array 似然性最大化的权重。默认为假。

Returns:
test_resultstuple

mu_array的对数似然比和p值


Last update: Oct 16, 2024