chinus-tools 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ def rand_gauss(
20
20
  elif not 0 <= center_index < len(data):
21
21
  raise ValueError(f'center_index {center_index} is out of range')
22
22
 
23
- sigma = len(data) / 6
23
+ sigma = max(len(data) - center_index, center_index) / 6
24
24
 
25
25
  # 정규분포 기반 가중치 계산
26
26
  weights = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chinus_tools
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: This is a chinus Python package.
5
5
  Author-email: Chinu9653 <juyoung9653@gmail.com>
6
6
  License: MIT
@@ -6,8 +6,8 @@ chinus_tools/jsons/jsons.py,sha256=ULkOD-2gZxIYc8VDiCTGsSHovw2-tkE7-iZXTqESZPk,4
6
6
  chinus_tools/prints/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  chinus_tools/prints/prints.py,sha256=k_K2T-lSqxoFTPcpJPQY9E-d7gw5WCATJn3er35RdEA,68
8
8
  chinus_tools/rand/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- chinus_tools/rand/gauss.py,sha256=31zLV-HCnlfYMn0dZ1_Ei9Xa4JES_1NafvSGNz9sGec,955
10
- chinus_tools-1.1.0.dist-info/METADATA,sha256=Tc9DvjEivpaxD1zdUQQFj2A2tTwCyznTKHFLuC3qoHk,684
11
- chinus_tools-1.1.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
12
- chinus_tools-1.1.0.dist-info/top_level.txt,sha256=6U_IGf0KxJr6X8UUe-ttqvfqr80YuxwB4hhtinXzO_w,13
13
- chinus_tools-1.1.0.dist-info/RECORD,,
9
+ chinus_tools/rand/gauss.py,sha256=p_Z3lzSS0yGbX8dJ-BTmvapGMZakil2GFolOmv1st6k,989
10
+ chinus_tools-1.1.1.dist-info/METADATA,sha256=7jcx8dzTE0y-vyYPFlKjp3ZgZzHQ7nVSBhTlvn8O-mw,684
11
+ chinus_tools-1.1.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
12
+ chinus_tools-1.1.1.dist-info/top_level.txt,sha256=6U_IGf0KxJr6X8UUe-ttqvfqr80YuxwB4hhtinXzO_w,13
13
+ chinus_tools-1.1.1.dist-info/RECORD,,