Moments of a function

버전 1.0.0.0 (1.37 KB) 작성자: Adam Wyatt
Generates the nth order moment of a function.
다운로드 수: 2.6K
업데이트 날짜: 2007/7/20

라이선스 보기

Computes the nth moment mean of a function (needs more implentation).

m = moment(x, y, n)

m = nth moment of y
x = domain
y = data
n = nth moment == 1 by default

m = int(x^n * y) / int(y)

where int is integral over all x integral is calculated using trapezium rule

인용 양식

Adam Wyatt (2024). Moments of a function (https://www.mathworks.com/matlabcentral/fileexchange/15639-moments-of-a-function), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Chemistry에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0