question about function "segment"

3 views (last 30 days)
pemfir
pemfir on 7 Jun 2011
[segm,V,thm,R2e] = segment(z,nn,R2,q,R1,M,th0,P0,ll,mu)
if this is a recursive algorithm, why it does not it output the updated P0 (covariance matrix of the estimated parameters) ? how can i use this function if the actual data is arriving in sequential manner and i don't get an estimate for covariance matrix ?
i understand how rarx, rarmax work they both output everything i need to complete the loop for a recursive updating scheme.

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox 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!