Hi,
I am trying to select 200 points from a pool of 1000 points which are nearest to the line say y = x using least squares. and my constraint is that the average of the values of the 200 points should be below a given value. How can i formulate this model using Proc optmodel?
I am not sure how i write the objective function in this case. I thought it should be like
min f = {sum i in 1..200} (x - y)**2
but in the above objective function, there is nothing to minimize, it just calculates the sum of least squares of first 200 obs. I am confused on how to tackle this. Plz help.
Thank you!
"the average of the values of the 200 points should be below a given value" ? The average of what value, x, y, SSQ?
There is one more column, say 'z'.
Average of (y/z) of those 200 points should be less than some given value.
If i am correct in representing in SAS OPT model notation:
con constraint: {sum i in 1..200} (y/z) / 200 <= 0.60
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.