search for: stlfts

Displaying 1 result from an estimated 1 matches for "stlfts".

Did you mean: stlfts1
2009 Nov 05
1
Build recommended packages from source under Windows
...so I assume that the result of 'make all recommended' also copies the results there. Now on to the packages. I was interested in following the flow of 'stl' so I added the following lines to stl.f in src/library/stats/src. do i=1,n write(*, '(a,2f8.3)') 'stlfts1 ', x(i), trend(i) end do This is in the function stlfts. But when I execute the following 'R' code from the R console: d <- stl(nottem, "per") I don't see any output. Is there another version without the print statements that is getting executed? Thank you....