Re: NCDF functions

2014-05-04 Thread Ben Pfaff
On Fri, May 02, 2014 at 06:43:57PM +0200, John Darrington wrote: > Perhaps we should reword it to something like "This function is not > available in this version of PSPP". I am reluctant to use the word > "supported" like so many proprietary software vendors seem to throw > around, because in PSP

Re: NCDF functions

2014-05-04 Thread Ben Pfaff
On Fri, May 02, 2014 at 06:43:57PM +0200, John Darrington wrote: > Also, perhaps we should update the manual. It is incorrect when the manual > says > "The following continuous distributions are available", when this one is not. I did this. ___ Pspp-

Re: NCDF functions

2014-05-02 Thread Ben Pfaff
On Fri, May 2, 2014 at 9:43 AM, John Darrington wrote: > On Fri, May 02, 2014 at 07:44:52AM -0700, Ben Pfaff wrote: > On Fri, May 2, 2014 at 7:27 AM, Stephan Weibelzahl > wrote: > > I'm trying to calculate non-central distributions using the function > > > > COMPUTE a = NCDF.

Re: NCDF functions

2014-05-02 Thread John Darrington
On Fri, May 02, 2014 at 07:44:52AM -0700, Ben Pfaff wrote: On Fri, May 2, 2014 at 7:27 AM, Stephan Weibelzahl wrote: > I'm trying to calculate non-central distributions using the function > > COMPUTE a = NCDF.T(0.2, 3, 1). > EXECUTE. > > as documented in the manu

Re: NCDF functions

2014-05-02 Thread Ben Pfaff
On Fri, May 2, 2014 at 7:27 AM, Stephan Weibelzahl wrote: > I'm trying to calculate non-central distributions using the function > > COMPUTE a = NCDF.T(0.2, 3, 1). > EXECUTE. > > as documented in the manual. However, I get an error message that the > function has not been implemented. The central