I want to plot certain function given by:
Y=(Γ(1/x) Γ(1/2x))/〖(Γ(1/3x))〗^2
for certain interval of x [0.5,1] then I want to use the graph to get values of x that corresponds to certain values of Y
Best Regards,
Amani
Typically, you would probably use a datastep that contains a loop for X between 0.5 and 1 at whatever step count you want. Then, you can plot the X and Y values on the graph. Are there any other particular requirements you have for your graph?
Thanks!
Dan
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.