How to find CUSUM of a single state vector whose observation are comming at different time instant?

7 views (last 30 days)
I have a vector of final size 1xN i.e X = [x1,x2,.....xn]. Elements of vector are coming each time instant one by one. How to apply (MATLAB Code) CUSUM here to detect any anomaly in sudden change in a particular time instant.

Answers (1)

Rishik Ramena
Rishik Ramena on 7 Dec 2020
You could use the cummulative sum block. You can find examples here.

Categories

Find more on Periodic Waveform Generation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!