[Python] fitter :: get_distributions(), get_common_distributions() : 확률분포 리스트 불러오기


[Python] fitter :: get_distributions(), get_common_distributions() : 확률분포 리스트 불러오기

1. fitter.get_distributions()의 이해 1) fitter 패키지 fitter 패키지는 데이터에 확률분포를 맞추는(fit), 즉 모형을 적합시킬 목적으로 사용되는 파이썬 라이브러리입니다. 따라서 가장 적합한 분포를 선택하고, 그 모수를 탐색할 때 매우 유용합니다. 주로 scipy.stats와 함께 사용하기 좋습니다. 데이터에 대한 최적 분포 탐색, 모수 추정 분포함수 간 적합성 비교 FITTER documentation — fitter 1.7.0 documentation Compatible with Python 3.7, and 3.8, 3.9 What is it ? The fitter package is a Python library used for fitting probability distributions to data. It provides a straightforward and and intuitive interface to estimate paramete...


#continuous_distribution_function #확률분포함수 #파이썬 #scipy #python #get_distributions #get_common_distributions #fitter #distribution_function_list #확률분포함수_리스트

원문링크 : [Python] fitter :: get_distributions(), get_common_distributions() : 확률분포 리스트 불러오기