ewnanmean(inputMat,​exponent,dim)

버전 1.0.0.0 (1.52 KB) 작성자: Otto Lundberg
This function calculates the exponentially weighted nanmean for a matrix
다운로드 수: 28
업데이트 날짜: 2016/9/2

라이선스 보기

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
카테고리
Help CenterMATLAB 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