Open chad-klumb opened 3 years ago
I would add that it's starting from an empty network (with no time
or lasttoggle
attached), so I wouldn't expect lasttoggle
initialization to be a major issue here.
I wouldn't expect it to work with durational operators, so I am not too concerned about that; I would prefer trying to nest them to fail with an error, but I can't think of a good way to do that off the top of my head. Durational terms should work, though as we discussed in the other thread, some statistics are poorly defined for other durational operators, so Change is not special in that sense.
e.g.
produces
I'm surprised to see negative
~Change(~Form(~edges))
and~Change(~Form(~triangle))
statisticsalso not totally clear to me that
~Change(~mean.age)
is correct in any sense of the word (but maybe I just need to think about it more)