Statmanager-kr

Latest version: v1.8.1.10

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

1.8.1.10

Improvement

Fixed a case where the bottom and top of the y-axis were being set in an inappropriate way in some figure methods.

Fixed a bug in the results table of a linear regression where some numbers were too small and were being displayed as 0.000 due to `.round()`. Now, `.round()` is not used.

What's Changed
* merge for dev (start to dev 1.8.2.0) by ckdckd145 in https://github.com/ckdckd145/statmanager-kr/pull/10
* Merge for update 1.8.1.10 by ckdckd145 in https://github.com/ckdckd145/statmanager-kr/pull/11


**Full Changelog**: https://github.com/ckdckd145/statmanager-kr/compare/1.8.1.9...1.8.1.10

1.8.1.9

Bug fix

- Fixed a bug that prevented t-statistic from being printed in linear regression and hierarchical linear regression coefficient tables

What's Changed
* merging for dev 1.8.1.9 by ckdckd145 in https://github.com/ckdckd145/statmanager-kr/pull/8
* Merge for version update : 1.8.1.9 by ckdckd145 in https://github.com/ckdckd145/statmanager-kr/pull/9


**Full Changelog**: https://github.com/ckdckd145/statmanager-kr/compare/1.8.1.8...1.8.1.9

1.8.1.8

<h2>Bug fix</h2>
<ul>
<li>I found and fixed some typos in the printed sentence when the language is set to &quot;eng&quot;.</li>
</ul>
<h2>Improvement</h2>
<ul>
<li>The result of the linear regression will now show the standardized regression coefficient beta as well as the unstandardized regression coefficient. This improvement is also available in Hierarchical Linear Regression and Multivariate Linear Regression.</li>
<li>The revised results table is shown below:</li>
</ul>

  | unstandadrized coefficient | standard error | standardized coefficient beta | p-value | 95% CI Low | 95% CI High
-- | -- | -- | -- | -- | -- | --

1.8.1.7

Improvement

- Now, the nominal variables provided as covariates in One-way ANCOVA and Repeated-Measures ANCOVA are automatically dummy-coded.
- Add docstrings for classes and methods.

---

개선

- ANCOVA 분석에서 투입된 공변량 중 명목변수들이 이제 자동으로 더미코딩됩니다.
- 각종 클래스와 메소드에 독스트링이 추가되었습니다.

1.8.1.6

Bug fix

I found a bug where if you run an analysis by applying a `selector` parameter in the `.progress()` method, and then immediately change the `selector` parameter again and run it once more, the filter is applied twice, rather than applying the new selector on the original data. This has now been fixed, and the `selector` works fine.

Improvement

In some analysis, I've changed the format of the result printed from `str` to `pd.DataFrame`, which should make it easier to see the results more clearly.

The following analyses are affected by this change:

- independent samples t-test
- dependent samples t-test
- Welch’s two sample t-test
- Yuen’s two sample t-test
- Mann-Whitney U test
- Brunner-Munzel Test
- Wilcoxon-Signed Rank Test
- Kruskal Wallis Test
- Friedman Test

---

버그 픽스

`.progress()` 메소드에서 `selector` 파라미터를 한 번 적용한 후, 다시 selector 파라미터를 변경하여 적용할 때 이중으로 필터가 걸리는 현상을 발견했습니다.

수정하였으며, 이제 정상 작동합니다.

개선

일부 분석에서 결과가 출력되는 방식을 `str`에서 `pd.DataFrame`으로 바꿨습니다.

이제 조금 더 보기 편할 것으로 보입니다.

해당 변경이 적용된 분석은 아래와 같습니다.

- independent samples t-test
- dependent samples t-test
- Welch’s two sample t-test
- Yuen’s two sample t-test
- Mann-Whitney U test
- Brunner-Munzel Test
- Wilcoxon-Signed Rank Test
- Kruskal Wallis Test
- Friedman Test

1.8.1.5

Improvement

Readability of tables printed as results in Linear or Logistic Regression were improved.

Columns were renamed, and DataFrame were restructured.

The mapping logic applied to the dependent variable in multinomial logistic regression is printed alongside.

See the examples as below:


  | Summary
-- | --
Model: | OLS
Dependent Variable: | postscore
Date: | 2024-01-10 15:08
No. Observations: | 30
Df Model: | 4
Df Residuals: | 25

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.