Dear Ferreters,
G'day
I am having very strange problem in computation of trend (slope). I am replotting my data after 1 year or so and I want to compute trend from it. I am having my data from 2005-2015.
Here is the attached data.
from ferret I used this script
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
let p=t[gt=ohcg1]
let q=ohcg1
go regresst
fill/lev=(-inf)(-20,20,4)(inf)/pal=blue_orange slope*10^-7*12
frame/file=test-ferret.png
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
from CDO i used this command