Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
Draw acumulative and Delta series
posted

Hi,

I've two numerical series, one of them is an accumulative series (value at point "n" = alpha; value at point "n+1" = beta = alpha + delta, and so on...). Is there any option to draw directly "delta" values?

In other case, my series is only "delta" values (value at point "n" = delta0; value at point "n+1" = delta1, and so on...). Is there any option to draw the accumulate series?

My current solution in both cases is recalculate the series to the desired value.

Thanks in advanced