结果:找到“max+min”相关内容8个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
关于循环以及max,min函数
2 个回复 - 4441 次查看
下的是股票两年的月度数据。想判断每只股票在month=10,11,。。。24时,某月的换手率是否为包括该月及之前9个月的最大值,标记为flag1=1;类似的,若为最小值则标记为flag2=1。写了如下的循环:
. local t
. ge ...
2017-2-21 19:34 - silvia317 - Stata专版
Find maximum/minimum in a group with data step
2 个回复 - 1284 次查看
The same problem can be solved with SQL. But it may have a performance issue.
A data step is much faster.
Replacing tmpy=1e308; ---> tmpy=-1e308;
and min=tmpy[1]; ---> max=tmpy[&k];
will ...
2011-7-26 11:16 - bobguy - SAS专版