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

2 visualizaciones (últimos 30 días)
SANDIPAN PRASAD CHAKRAVARTY
SANDIPAN PRASAD CHAKRAVARTY el 2 de Jul. de 2020
Editada: KSSV el 2 de Jul. de 2020
I have a series of data which is varying by one day or 24 hrs so how can i find its derivative and deviation

Respuestas (1)

KSSV
KSSV el 2 de Jul. de 2020
Editada: KSSV el 2 de Jul. de 2020
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.

Categorías

Más información sobre Time Series en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by