Code to calculate raw moments?

조회 수: 12 (최근 30일)
Giridhar sai pavan kumar Konduru
답변: dpb 2021년 6월 6일
I know that 'moment(x)' gives central moment of vector x
But is there a direct code to compute raw moment?

답변 (1개)

dpb
dpb 2021년 6월 6일
Don't really need a function for that although could wrap in one if desired -- It would just be
M=x.^N;
NB: N in such an expression can be a vector such as [1:4] to return first four.

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by