We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
K = t.ppf((1 + p)/2, df['Mx']-1) в степень свободы взял среднее, надо - размер выборки
ssw = sum(sum((x - group_mean)**2 for x in data[group]) for group, group_mean in data.mean().items()) посчитано sst, проверь - будет 30
The text was updated successfully, but these errors were encountered:
Спасибо за отзыв, просмотрю эти моменты :)
Sorry, something went wrong.
Посмотри еще формулу ковариации, там в числителе по y ошибка: y i - y среднее
Хорошо, сейчас у меня экзаменационная неделя в университете, но как она пройдёт я возьмусь за правки.
Привет! Экзаменационная неделя закончилась? Предлагаю возобновить работу! ;)
No branches or pull requests
K = t.ppf((1 + p)/2, df['Mx']-1)
в степень свободы взял среднее, надо - размер выборки
ssw = sum(sum((x - group_mean)**2 for x in data[group]) for group, group_mean in data.mean().items())
посчитано sst, проверь - будет 30
The text was updated successfully, but these errors were encountered: