본문 바로가기

Data 공부

검색하기
Data 공부
프로필사진 Junseokk

  • 분류 전체보기 (21)
    • Data 분석 (5)
      • E-Commerce data (5)
    • Data 공부 (11)
      • 통계 & ML (6)
      • 데이터 시각화 (5)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
  • p value plot
  • 데이터 분석
  • lifetimevalue
  • Yeo-Johnsom 변환
  • 다중검정
  • 베이지안론
  • data analysis
  • python
  • python error plot
  • error bar plot
  • spearman
  • marketing insight
  • 데이터 시각화
  • FWER
  • ecommerce data
  • E-Commerce
  • 분위수 변환
  • ttest
  • Pearson
  • plot
  • 백분위 변환
  • box-cox변환
  • matplotlib
  • marketing
  • 시각화
  • python significance level
  • 고객가치분석
  • 통계
  • 빈도주의론
  • cltv
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록python error plot (1)

Data 공부

[데이터 시각화] Python - Error bar plot 그리기 (significance level추가)

Error bar plot 그리기 (significance level추가) 예제 코드) import numpy as np import scipy.stats as st import matplotlib.pyplot as plt temp1 = np.random.normal(30,50,100) # temp data 1 temp2 = np.random.normal(70,80,100) # temp data 2 # 각 temp data의 평균 temp1_mean = temp1.mean() temp2_mean = temp2.mean() # 각 temp data의 표준오차 temp1_err = temp1.std() / np.sqrt(len(temp1)) temp2_err = temp2.std() / np.sqrt(len..

Data 공부/데이터 시각화 2023. 6. 16. 16:53
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바