Explicit Equations vs. list equations
Posted: Tue May 16, 2023 6:43 am
I have several equations that are explicitly written out for constraining purposes, something like the following:
However, if I do this I can't do certain tests, such as the Multiple Breakpoint tests, as these require the equation to be specified as a list.
Is there anyway around this? To get the functionality as if it were a list equation while in the explicit equation format?
Many thanks,
MrC
Code: Select all
y = C(1)*x1 + (1-C(1))*X2 Is there anyway around this? To get the functionality as if it were a list equation while in the explicit equation format?
Many thanks,
MrC