Determine avarage steady state of multiple data sets
1 次查看(过去 30 天)
显示 更早的评论
I have sets of data which when plotted look like this:
How can determine the "avarage" value these 3 data sets flatten out on? In other words, the average "steady state" of these three data sets.
By eyeballing it I can estimate that the average steady state is 4.5N but I'm hoping that there is a nice matlab toolbox (I have them all installed) or another method.
Note: This is Force vs Time.
2 个评论
dpb
2014-12-9
编辑:dpb
2014-12-10
I'd probably start by looking for the increase above the end value of some percentage and then try some heuristic tests of fitting a linear slope and look for departure of residuals to begin.
If it weren't for the tendency to have a rise at the end might work to fit a breakpoint model to the plateau and discover the change point as illustrated in a previous response. Would work pretty well for the orange I think; not so sure w/o trying on the blue but still might be good starting point...
I showed piecewise regression in second answer to above query...
ADDENDUM
Might be simpler to see if were to normalize the x axes to align the peaks as the peak width seems to be pretty consistent duration.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!