How to calculate the derivative and deviation of a series of data

조회 수: 1 (최근 30일)
SANDIPAN PRASAD CHAKRAVARTY
SANDIPAN PRASAD CHAKRAVARTY 2020년 7월 2일
편집: KSSV 2020년 7월 2일
I have a series of data which is varying by one day or 24 hrs so how can i find its derivative and deviation

답변 (1개)

KSSV
KSSV 2020년 7월 2일
편집: KSSV 2020년 7월 2일
To find deviation i.e standard deviation use std.
To find derivative ..if you have time step use...
d = diff(data)/dt ;
Alos have a look on gradient.

카테고리

Help CenterFile Exchange에서 Time Series에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by