SAS documentation I've seen for the quantile function includes an example for the hypergeometric function but I'm having a hard time figuring out the parameters of the function. Contrary to the usual level of SAS documentation, I don't see where the parameters are listed and my hunting and pecking for parameters isn't working. Any suggestions?
More specifically, the function is as follows:
quantile('hyper', p,x,y,z) so..., what are x, y, and z.
Thanks.
Thanks.
Hello @Chuck_White,
Generally, the documentation of the CDF and PDF function (which the documentation of the QUANTILE function refers to) is more detailed and contains both formulae and descriptions of the parameters.
@Chuck_White wrote:
quantile('hyper', p,x,y,z) so..., what are x, y, and z.
In the case of the hypergeometric distribution:
Hello @Chuck_White,
Generally, the documentation of the CDF and PDF function (which the documentation of the QUANTILE function refers to) is more detailed and contains both formulae and descriptions of the parameters.
@Chuck_White wrote:
quantile('hyper', p,x,y,z) so..., what are x, y, and z.
In the case of the hypergeometric distribution:
Better yet, there was a link within the quantile function that defined the parameters. I hate it when I miss stuff like that.
Thank you for your patience and support.
Chuck
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.