ewnanmean(inputMat,exponent,dim)
버전 1.0.0.0 (1.52 KB) 작성자:
Otto Lundberg
This function calculates the exponentially weighted nanmean for a matrix
If exponent > 0 it weights the values on lower indexes high, if exponent < 0 it weights the values on higher indexes high. If exponent == 0 this function is a slower version of nanmean.
Input:
inputMat - the matrix that we want to mean
exponent - how much to exponentially weight the answers, default 2
dim - which dimension to take the mean over, default first dimension
Output:
output - the mean not counting NaN values
인용 양식
Otto Lundberg (2025). ewnanmean(inputMat,exponent,dim) (https://kr.mathworks.com/matlabcentral/fileexchange/58976-ewnanmean-inputmat-exponent-dim), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Language Fundamentals > Data Types > Time Series >
- MATLAB > Data Import and Analysis > Descriptive Statistics >
Help Center 및 MATLAB Answers에서 Time Series에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
