상세 보기
Introduction to numba library in Python for efficient statistical computing
- Cho, Younsang;
- Yu, Donghyeon;
- Son, Won;
- Park, Seoncheol
Citations
WEB OF SCIENCE
1초록
This paper introduces numba library in Python, which improves computational efficiency of the provided implemented code written by naive Python language by applying just-in-time (JIT) compilation. To apply just-in-time compilation, the numba only needs to use a decorator on a target Python function. We provide implementation examples with numba for the permutation test and the parameter estimation for Gaussian mixture distribution. We also numerically show the efficiency of numba by comparing the total computation times of the implementation using naive python and the implementation using numba for each application.
키워드
statistical computing; python; numba; just-in-time compilation
- 제목
- Introduction to numba library in Python for efficient statistical computing
- 저자
- Cho, Younsang; Yu, Donghyeon; Son, Won; Park, Seoncheol
- 발행일
- 2020-12
- 유형
- Article
- 저널명
- 응용통계연구
- 권
- 33
- 호
- 6
- 페이지
- 665 ~ 682