BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I want to get the value of x assuming certain value of Y. how can I solve this problem using SAS?
the equation is
Y=(Γ(1/x) Γ(1/2x))/〖(Γ(1/3x))〗^2
Best Regards,
Amani
1 REPLY 1
Doc_Duke
Rhodochrosite | Level 12
SAS is not really a numerical programming language, like MathCAD. You could get an approximation to the solution using a search algorithm like, for instance, Newton-Raphson, to compute local maxima across the range of x and then using successively smaller intervals to circle in to get an answer to a certain level of precision.

I don't recognize the functional form to visualize the response surface. If there is not a unique solution, the search algorithms may not converge to the answer you were looking for.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1354 views
  • 0 likes
  • 2 in conversation