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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 1132 views
  • 0 likes
  • 2 in conversation