跪求 rats 大神帮忙。
小弟,最近在自学 rats。
自己并花钱买了一个官方的课程包。
里面有些命令 看不明白。例如,做非线性脉冲的命令中。有一个 panel(group=dup{0},id=values,identries=entries) dup rstart rend。具体如下。 附件里面是完整的程序。
如果有人愿意商讨,一起学习,我可以把课程包拿出来分享。
课程包的名字为《Structural BreaksSwitching Models Course》。
另外,我还有正版的 rats 10 软件。如果需要我帮你跑程序。我也愿意效劳。
* Figure out which set of entries we want. This is the simplest way
* to get this. dup{0} takes two values (0 or 1) but the order isn't
* known in advance since it will depend upon which value is seen
* first in the <<rstart>> to <<rend>> range. So we have to figure
* out which of values(1) and values(2) (and the corresponding
* entries(1) and entries(2)) is the one that we need, given the
* choice for <<upper>>.
*
panel(group=dup{0},id=values,identries=entries) dup rstart rend
{
if upper==1.and.values(1)==1.or.upper==0.and.values(1)==0
compute rdates=entries(1)
else
compute rdates=entries(2)
}
*
* Set up target series. There is one for each combination of test