PySDKit 0.4.56__tar.gz → 0.5.0__tar.gz

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.
Files changed (250) hide show
  1. {pysdkit-0.4.56 → pysdkit-0.5.0}/PKG-INFO +2 -2
  2. {pysdkit-0.4.56 → pysdkit-0.5.0}/PySDKit.egg-info/PKG-INFO +2 -2
  3. {pysdkit-0.4.56 → pysdkit-0.5.0}/pyproject.toml +1 -0
  4. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/__init__.py +9 -5
  5. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_approximate_entropy.py +1 -3
  6. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_dispersion_entropy.py +1 -3
  7. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_fuzzy_entropy.py +1 -3
  8. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_sample_entropy.py +1 -3
  9. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_slope_entropy.py +1 -1
  10. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_entropy.py +3 -1
  11. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/bss/_modal.py +1 -3
  12. {pysdkit-0.4.56 → pysdkit-0.5.0}/LICENSE +0 -0
  13. {pysdkit-0.4.56 → pysdkit-0.5.0}/PySDKit.egg-info/SOURCES.txt +0 -0
  14. {pysdkit-0.4.56 → pysdkit-0.5.0}/PySDKit.egg-info/dependency_links.txt +0 -0
  15. {pysdkit-0.4.56 → pysdkit-0.5.0}/PySDKit.egg-info/requires.txt +0 -0
  16. {pysdkit-0.4.56 → pysdkit-0.5.0}/PySDKit.egg-info/top_level.txt +0 -0
  17. {pysdkit-0.4.56 → pysdkit-0.5.0}/README.md +0 -0
  18. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_acmd/__init__.py +0 -0
  19. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_acmd/acmd.py +0 -0
  20. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_acmd/ba_acmd.py +0 -0
  21. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_acmd/dd_acmd.py +0 -0
  22. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/__init__.py +0 -0
  23. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/_find_extrema.py +0 -0
  24. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/_prepare_points.py +0 -0
  25. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/_splines.py +0 -0
  26. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/apitmemd.py +0 -0
  27. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/ceemdan.py +0 -0
  28. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/eemd.py +0 -0
  29. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/emd.py +0 -0
  30. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/esmd.py +0 -0
  31. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/hht/__init__.py +0 -0
  32. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/hht/frequency.py +0 -0
  33. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/hht/hht.py +0 -0
  34. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/memd.py +0 -0
  35. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/nstemd.py +0 -0
  36. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/online_emd.py +0 -0
  37. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/remd.py +0 -0
  38. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/semd.py +0 -0
  39. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd/tvf_emd.py +0 -0
  40. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd2d/__init__.py +0 -0
  41. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd2d/bmemd.py +0 -0
  42. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_emd2d/emd2d.py +0 -0
  43. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_ewt/__init__.py +0 -0
  44. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_ewt/efd.py +0 -0
  45. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_ewt/ewt.py +0 -0
  46. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_ewt/ewt2d.py +0 -0
  47. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_faemd/__init__.py +0 -0
  48. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_faemd/extrema.py +0 -0
  49. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_faemd/faemd.py +0 -0
  50. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_faemd/faemd2d.py +0 -0
  51. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_faemd/faemd3d.py +0 -0
  52. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_faemd/filter.py +0 -0
  53. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_gdmd/__init__.py +0 -0
  54. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_gdmd/agncmd.py +0 -0
  55. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_gdmd/gdmd.py +0 -0
  56. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_gdmd/ivgnmd.py +0 -0
  57. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_gdmd/vgnmd.py +0 -0
  58. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_imd/__init__.py +0 -0
  59. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_imd/apmd.py +0 -0
  60. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_imd/imd.py +0 -0
  61. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_jmd/__init__.py +0 -0
  62. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_jmd/jmd.py +0 -0
  63. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_jmd/mjmd.py +0 -0
  64. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_jmd/sjmd.py +0 -0
  65. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_lmd/__init__.py +0 -0
  66. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_lmd/lmd.py +0 -0
  67. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_lmd/rlmd.py +0 -0
  68. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_osd/__init__.py +0 -0
  69. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_osd/components.py +0 -0
  70. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_osd/osd.py +0 -0
  71. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_osd/swd.py +0 -0
  72. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tfa/__init__.py +0 -0
  73. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tfa/set.py +0 -0
  74. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tfa/sst.py +0 -0
  75. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tfa/vtfmtd.py +0 -0
  76. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tid/__init__.py +0 -0
  77. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tid/alif.py +0 -0
  78. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tid/fmd.py +0 -0
  79. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tid/hvd.py +0 -0
  80. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tid/itd.py +0 -0
  81. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tid/iterative_filtering.py +0 -0
  82. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_tid/ssa.py +0 -0
  83. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/__init__.py +0 -0
  84. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/base.py +0 -0
  85. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/mvmd.py +0 -0
  86. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/na_mvmd.py +0 -0
  87. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/namvmd.py +0 -0
  88. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/ovmd.py +0 -0
  89. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/stvmd.py +0 -0
  90. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/svmd.py +0 -0
  91. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/vmd_c.py +0 -0
  92. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/vmd_f.py +0 -0
  93. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd/vme.py +0 -0
  94. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd2d/__init__.py +0 -0
  95. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd2d/cvmd2d.py +0 -0
  96. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vmd2d/vmd2d.py +0 -0
  97. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vncmd/__init__.py +0 -0
  98. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vncmd/avncmd.py +0 -0
  99. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vncmd/incmd.py +0 -0
  100. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vncmd/stnbmd.py +0 -0
  101. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/_vncmd/vncmd.py +0 -0
  102. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/__init__.py +0 -0
  103. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_add_noise.py +0 -0
  104. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_assets.py +0 -0
  105. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_cube.py +0 -0
  106. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_generator.py +0 -0
  107. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_image.py +0 -0
  108. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_loaders.py +0 -0
  109. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_models.py +0 -0
  110. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_test_univariate.py +0 -0
  111. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/_time_series.py +0 -0
  112. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/apitmemd_section_2b.npy +0 -0
  113. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/apitmemd_section_3a.npy +0 -0
  114. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/apitmemd_section_3b.npy +0 -0
  115. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/bmemd_source02.npy +0 -0
  116. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/bmemd_source09.npy +0 -0
  117. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/bss_beam.npy +0 -0
  118. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/bss_yk9.npy +0 -0
  119. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/deconv_sig1.npy +0 -0
  120. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/deconv_sig2.npy +0 -0
  121. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/deconv_sig3.npy +0 -0
  122. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/dual_signal_noise.npy +0 -0
  123. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/ecg_055m.npy +0 -0
  124. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/fast_kurtogram_x.npy +0 -0
  125. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/fmd_demo.npy +0 -0
  126. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/gearbox_fault_snippet.npy +0 -0
  127. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/input_sig.npy +0 -0
  128. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/map2.npy +0 -0
  129. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/memd_syn_12channel.npy +0 -0
  130. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/memd_syn_16channel.npy +0 -0
  131. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/memd_syn_hex.npy +0 -0
  132. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/memd_taichi_hex.npy +0 -0
  133. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/oemd_ecg.npy +0 -0
  134. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/prefixed_double_filter.npy +0 -0
  135. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/set_batdata2.npy +0 -0
  136. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/set_vibdata.npy +0 -0
  137. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/single_nsignal.npy +0 -0
  138. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/sst_doppler.npy +0 -0
  139. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/sst_float.npy +0 -0
  140. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/real_world/vmd_example.npy +0 -0
  141. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/data/texture.txt +0 -0
  142. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/__init__.py +0 -0
  143. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_coarse_grain.py +0 -0
  144. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_distribution_entropy.py +0 -0
  145. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_increment_entropy.py +0 -0
  146. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_permutation_entropy.py +0 -0
  147. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_spectral_entropy.py +0 -0
  148. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/entropy/_symbolic_dynamic_entropy.py +0 -0
  149. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/plot/__init__.py +0 -0
  150. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/plot/_fourier_spectra.py +0 -0
  151. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/plot/_functions.py +0 -0
  152. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/plot/_plot_images.py +0 -0
  153. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/plot/_plot_imfs.py +0 -0
  154. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/plot/_plot_signal.py +0 -0
  155. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/__init__.py +0 -0
  156. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/data/__init__.py +0 -0
  157. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/data/test_generator_cube.py +0 -0
  158. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/data/test_generator_image.py +0 -0
  159. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/data/test_generator_signal.py +0 -0
  160. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/data/test_generator_univariate_signal.py +0 -0
  161. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/run_all.py +0 -0
  162. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_acmd.py +0 -0
  163. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_agncmd.py +0 -0
  164. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_alif.py +0 -0
  165. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_apitmemd.py +0 -0
  166. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_apmd.py +0 -0
  167. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_avncmd.py +0 -0
  168. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_baacmd.py +0 -0
  169. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_bmemd.py +0 -0
  170. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_bss.py +0 -0
  171. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_ceemdan.py +0 -0
  172. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_cvmd2d.py +0 -0
  173. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_ddacmd.py +0 -0
  174. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_deconvolution.py +0 -0
  175. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_eemd.py +0 -0
  176. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_efd.py +0 -0
  177. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_emd.py +0 -0
  178. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_emd2d.py +0 -0
  179. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_esmd.py +0 -0
  180. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_ewt.py +0 -0
  181. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_ewt2d.py +0 -0
  182. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_faemd.py +0 -0
  183. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_faemd2d.py +0 -0
  184. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_faemd3d.py +0 -0
  185. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_fmd.py +0 -0
  186. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_gdmd.py +0 -0
  187. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_hht.py +0 -0
  188. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_hvd.py +0 -0
  189. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_imd.py +0 -0
  190. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_itd.py +0 -0
  191. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_ivgnmd.py +0 -0
  192. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_jmd.py +0 -0
  193. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_kurtogram.py +0 -0
  194. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_lmd.py +0 -0
  195. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_memd.py +0 -0
  196. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_moving_decomp.py +0 -0
  197. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_mstl.py +0 -0
  198. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_mvmd.py +0 -0
  199. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_nstemd.py +0 -0
  200. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_onlineemd.py +0 -0
  201. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_osd.py +0 -0
  202. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_ovmd.py +0 -0
  203. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_remd.py +0 -0
  204. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_rlmd.py +0 -0
  205. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_semd.py +0 -0
  206. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_set.py +0 -0
  207. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_sjmd.py +0 -0
  208. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_ssa.py +0 -0
  209. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_sst.py +0 -0
  210. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_stl.py +0 -0
  211. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_stnbmd.py +0 -0
  212. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_stvmd.py +0 -0
  213. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_svmd.py +0 -0
  214. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_swd.py +0 -0
  215. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_tvfemd.py +0 -0
  216. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_vgnmd.py +0 -0
  217. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_vmd.py +0 -0
  218. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_vmd2d.py +0 -0
  219. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_vme.py +0 -0
  220. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_vncmd.py +0 -0
  221. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tests/test_vtfmtd.py +0 -0
  222. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tsa/__init__.py +0 -0
  223. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tsa/_dtw.py +0 -0
  224. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tsa/_moving_decomp.py +0 -0
  225. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tsa/_mstl.py +0 -0
  226. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/tsa/_stl.py +0 -0
  227. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/__init__.py +0 -0
  228. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_correlation.py +0 -0
  229. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_diagnalization.py +0 -0
  230. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_differ.py +0 -0
  231. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_fft.py +0 -0
  232. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_function.py +0 -0
  233. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_hilbert.py +0 -0
  234. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_instantaneous.py +0 -0
  235. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_kernel_matrix.py +0 -0
  236. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_kurtogram.py +0 -0
  237. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_mirror.py +0 -0
  238. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_pca.py +0 -0
  239. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_process.py +0 -0
  240. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/_smooth1d.py +0 -0
  241. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/bss/__init__.py +0 -0
  242. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/bss/_bss.py +0 -0
  243. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/bss/_stft.py +0 -0
  244. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/deconvolution/__init__.py +0 -0
  245. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/deconvolution/_acycbd.py +0 -0
  246. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/deconvolution/_common.py +0 -0
  247. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/deconvolution/_imckd.py +0 -0
  248. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/deconvolution/_plot.py +0 -0
  249. {pysdkit-0.4.56 → pysdkit-0.5.0}/pysdkit/utils/deconvolution/_smhd.py +0 -0
  250. {pysdkit-0.4.56 → pysdkit-0.5.0}/setup.cfg +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySDKit
3
- Version: 0.4.56
3
+ Version: 0.5.0
4
4
  Summary: A Python library for signal decomposition algorithms with a unified interface.
5
- Author: Whenxuan Wang, RuiZhe Wang, Rongkun Zhu, Kai Wu, Lei Wang, josefinez, Deeksha Manjunath, Yuan Feng, WenTong Zhao, JacktheFowler
5
+ Author: Whenxuan Wang, RuiZhe Wang, Rongkun Zhu, Kai Wu, Lei Wang, Xinyu Wu, josefinez, Deeksha Manjunath, Yuan Feng, WenTong Zhao, JacktheFowler
6
6
  Maintainer-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>
7
7
  License: MIT License
8
8
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySDKit
3
- Version: 0.4.56
3
+ Version: 0.5.0
4
4
  Summary: A Python library for signal decomposition algorithms with a unified interface.
5
- Author: Whenxuan Wang, RuiZhe Wang, Rongkun Zhu, Kai Wu, Lei Wang, josefinez, Deeksha Manjunath, Yuan Feng, WenTong Zhao, JacktheFowler
5
+ Author: Whenxuan Wang, RuiZhe Wang, Rongkun Zhu, Kai Wu, Lei Wang, Xinyu Wu, josefinez, Deeksha Manjunath, Yuan Feng, WenTong Zhao, JacktheFowler
6
6
  Maintainer-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>
7
7
  License: MIT License
8
8
 
@@ -15,6 +15,7 @@ authors = [
15
15
  { name = "Rongkun Zhu" },
16
16
  { name = "Kai Wu" },
17
17
  { name = "Lei Wang" },
18
+ { name = "Xinyu Wu"},
18
19
  { name = "josefinez" },
19
20
  { name = "Deeksha Manjunath" },
20
21
  { name = "Yuan Feng" },
@@ -2,7 +2,7 @@
2
2
  A Python library for signal decomposition algorithms.
3
3
  """
4
4
 
5
- __version__ = "0.4.56"
5
+ __version__ = "0.5.0"
6
6
 
7
7
  # Empirical Mode Decomposition
8
8
  from ._emd import EMD
@@ -174,7 +174,8 @@ from ._emd import HHT
174
174
 
175
175
 
176
176
  def greet():
177
- print(r"""
177
+ print(
178
+ r"""
178
179
  ____ ____ ____ _ __ _ _
179
180
  | _ \ _ _ / ___| | _ \ | |/ /(_)| |_
180
181
  | |_) || | | |\___ \ | | | || ' / | || __|
@@ -184,12 +185,14 @@ def greet():
184
185
 
185
186
  A Python library for signal decomposition algorithms.
186
187
  https://github.com/wwhenxuan/PySDKit
187
- """)
188
+ """
189
+ )
188
190
 
189
191
 
190
192
  def print_functions():
191
193
  """"""
192
- print("""
194
+ print(
195
+ """
193
196
  _______________________________________________________________
194
197
  Algorithm Name | Abbreviation
195
198
  _______________________________________________________________
@@ -250,7 +253,8 @@ Seasonal-Trend decomposition using LOESS | STL
250
253
  Multiple Seasonal-Trend decomposition (LOESS) | MSTL
251
254
  Hilbert-Huang Transform | HHT
252
255
  _______________________________________________________________
253
- """)
256
+ """
257
+ )
254
258
 
255
259
 
256
260
  __all__ = [
@@ -51,9 +51,7 @@ def _phi(y: np.ndarray, m: int, radius: float, tau: int) -> float:
51
51
  """Mean log of the fraction of Chebyshev matches, including self-matches."""
52
52
  templates = embed(y, m, tau)
53
53
  n_vec = templates.shape[0]
54
- delta = np.max(
55
- np.abs(templates[:, None, :] - templates[None, :, :]), axis=2
56
- )
54
+ delta = np.max(np.abs(templates[:, None, :] - templates[None, :, :]), axis=2)
57
55
  counts = np.sum(delta <= radius, axis=1)
58
56
  frac = counts / n_vec
59
57
  frac = np.maximum(frac, np.finfo(float).tiny)
@@ -83,7 +83,5 @@ def multiscale_dispersion_entropy(
83
83
  values = []
84
84
  for s in range(1, scale + 1):
85
85
  grain = coarse_grain(y, s)
86
- values.append(
87
- dispersion_entropy(grain, m=m, c=c, tau=tau, normalize=normalize)
88
- )
86
+ values.append(dispersion_entropy(grain, m=m, c=c, tau=tau, normalize=normalize))
89
87
  return np.asarray(values, dtype=float)
@@ -53,9 +53,7 @@ def fuzzy_entropy(
53
53
  return float(np.log(phi_m) - np.log(phi_m1))
54
54
 
55
55
 
56
- def _fuzzy_phi(
57
- y: np.ndarray, m: int, width: float, n: float, tau: int
58
- ) -> float:
56
+ def _fuzzy_phi(y: np.ndarray, m: int, width: float, n: float, tau: int) -> float:
59
57
  templates = embed(y, m, tau)
60
58
  templates = templates - templates.mean(axis=1, keepdims=True)
61
59
  n_vec = templates.shape[0]
@@ -152,9 +152,7 @@ def multiscale_sample_entropy(
152
152
  return e, A, B
153
153
 
154
154
 
155
- def _sample_entropy_counts(
156
- y: np.ndarray, m: int, r: float
157
- ) -> Tuple[int, int]:
155
+ def _sample_entropy_counts(y: np.ndarray, m: int, r: float) -> Tuple[int, int]:
158
156
  """Pair counts (A: m+1, B: m) with Chebyshev radius ``r * std(y)``."""
159
157
  y = as_1d(y)
160
158
  n = len(y)
@@ -61,5 +61,5 @@ def slope_entropy(
61
61
  value = shannon(counts / counts.sum())
62
62
  if normalize:
63
63
  n_symbols = 2 * len(levels) + 1
64
- value /= np.log(n_symbols ** n_slopes)
64
+ value /= np.log(n_symbols**n_slopes)
65
65
  return float(value)
@@ -77,7 +77,9 @@ class SampleEntropyTest(unittest.TestCase):
77
77
 
78
78
  def test_composite_shape(self) -> None:
79
79
  rng = np.random.RandomState(1)
80
- values = composite_multiscale_sample_entropy(rng.randn(400), m=2, r=0.15, scale=3)
80
+ values = composite_multiscale_sample_entropy(
81
+ rng.randn(400), m=2, r=0.15, scale=3
82
+ )
81
83
  self.assertEqual(values.shape, (3,))
82
84
  self.assertTrue(np.any(np.isfinite(values)))
83
85
 
@@ -40,9 +40,7 @@ def modal_assurance_criterion(left: np.ndarray, right: np.ndarray) -> np.ndarray
40
40
  return mac
41
41
 
42
42
 
43
- def sign_from_correlation(
44
- sources: np.ndarray, observations: np.ndarray
45
- ) -> np.ndarray:
43
+ def sign_from_correlation(sources: np.ndarray, observations: np.ndarray) -> np.ndarray:
46
44
  """
47
45
  Column signs for the absolute mixing matrix (MATLAB ``corr``).
48
46
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes