Post Reply 
great new features
05-06-2021, 05:41 PM
Post: #3
RE: great new features
Quote:20. optional arguments left, right, center, tail for normald_icdf (also for Student, Fisher and Chi Square)

I think these might have been my requests, so thank you.

The use is not documented, so in case anyone is interested, you put the arguments in single brackets, such as

normald_icdf(600,100,0.5,'center')
student_icdf(5,0.01,'right')
chisquare_icdf(10,0.05,'left')
fisher_icdf(10,12,0.05,'tail')

There is a display error though. When used with these new optional arguments, the student_icdf() and chisquare_icdf() functions do not display correctly in the history.

student_icdf(5,0.2,'left') is displayed as
STUDENT_ICDF(STUDENT_ICDF(5,0.2),'left')

and chisquare_icdf(10,0.95,'center') is displayed as
CHISQUARE_ICDF(CHISQUARE_ICDF(10,0.95),'center')


Interestingly, the fisher_icdf() displays in the history in lower case, but the other three are in upper case.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
great new features - Wes Loewer - 05-06-2021, 04:42 PM
RE: great new features - Wes Loewer - 05-06-2021, 04:59 PM
RE: great new features - StephenG1CMZ - 10-04-2022, 06:53 AM
RE: great new features - johnb - 10-04-2022, 03:07 PM
RE: great new features - Wes Loewer - 10-04-2022, 07:48 PM
RE: great new features - Wes Loewer - 05-06-2021 05:41 PM
RE: great new features - Wes Loewer - 05-06-2021, 06:03 PM



User(s) browsing this thread: 1 Guest(s)