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