• 회원가입
  • 로그인
  • 구글아이디로 로그인

[module] Python - statistics 모듈 메서드 종류 (= 통계 모듈)

1192  
※ Python 3.4부터 statistics 내장 모듈 추가. (통계 수학 가능.)

 

statistics 모듈 메서드 종류

 

statistics.harmonic_mean()

지정 데이터의 고조파 평균 (중앙 위치) 계산.


statistics.mean()  ★

지정 데이터의 평균 (평균) 계산.


statistics.median()

지정 데이터의 중앙값 (중간값) 계산.


statistics.median_grouped()

그룹화 된 연속 데이터의 중앙값 계산.


statistics.median_high()

지정 데이터의 높은 중앙값 계산.


statistics.median_low()

주어진 데이터의 낮은 중앙값 계산.


statistics.mode()

주어진 숫자 또는 명목 데이터의 모드 (중심 경향) 계산.


statistics.pstdev()

전체 모집단의 표준편차 계산.


statistics.stdev()

데이터 샘플에서 표준편차 계산.


statistics.pvariance()

전체 모집단의 분산 계산.


statistics.variance()

데이터 샘플에서 분산 계산.

 



분류 제목
module Python - random.vonmisesvariate() 메서드 △ - 폰미제스분포 (방향통계) 기반 랜…
module Python - random.paretovariate() 메서드 △ - 파레토분포 (확률이론) 기반 랜덤 부…
module Python - random.weibullvariate() 메서드 △ - 베이블분포 (통계) 기반 랜덤 부동…
module Python - requests 모듈 메서드 종류 (※ 요청 모듈)
module Python - requests.delete() 메서드 - 지정 URL에 DELETE 요청 보냄. (= de…
module Python - requests.get() 메서드 - 지정 URL에 GET 요청 보냄. (= get메서드 =…
module Python - requests.head() 메서드 - 지정 URL에 HEAD 요청 보냄. (= head메서…
module Python - requests.patch() 메서드 △ - 지정 URL에 PATCH 요청 보냄. (= pa…
module Python - requests.post() 메서드 -
module Python - requests.put() 메서드 △ - 지정 URL에 PUT 요청 보냄. (= put메서드…
module Python - requests.request() 메서드 △ - 지정 메서드의 요청을 지정 URL로 보냄. …
module Python - statistics 모듈 메서드 종류 (= 통계 모듈)
module Python - statistics.harmonic_mean() 메서드 - 조화 평균값 (= harmonic…
module Python - statistics.mean() 메서드 ★ - 평균값 (= mean메서드 = 민메서드)
module Python - statistics.median() 메서드 ★ - 중앙값 (= 중간값 = 가운데값 = med…
module Python - statistics.median_grouped() 메서드 -
module Python - statistics.median_high() 메서드 - 높은 중앙값 (= median_hig…
module Python - statistics.median_low() 메서드 - 낮은 중앙값 (= median_low메…
module Python - statistics.mode() 메서드 ★ - 최빈값 반환. (= mode메서드 = 모드)
module Python - statistics.pstdev() 메서드 -
2/7
목록
찾아주셔서 감사합니다. Since 2012