Displaying 1 result from an estimated 1 matches for "dacflong".
Did you mean:
acflong
2009 Apr 12
2
First Derivative of Data Matrix
...;d like to store it as a 3rd column in the matrix as well.
My data looks like this:
acflong
1 1.0000000
2 0.9875858
3 0.9871751
4 0.9867585
5 0.9863358
6 0.9859070
7 0.9854721
8 0.9850316
9 0.9817161
10 0.9812650
and I'd like to generate a table like this:
acflong dacflong/dx
1 1.0000000
2 0.9875858 -0.01241 #delta(acflong)/delta(index)
3 0.9871751 -0.00041
4 0.9867585 -0.00042
5 0.9863358 -0.00042
6 0.9859070 -0.00043
7 0.9854721 -0.00043
8 0.9850316 -0.00044
9 0.9817161 -0.00033
10 0.9812650...