bugPSPP - Bugs: bug #11529, Implement missing functions.

 
 

bug #11529: Implement missing functions.

Submitter:  John Darrington <jmd>
Submitted:  Sat 08 Jan 2005 12:18:25 PM UTC
   
 
Category:  Other Severity:  1 - Wishlist
Status:  None Assigned to:  blp
Open/Closed:  Open Release:  Future
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 02 Nov 2006 04:52:45 AM UTC, comment #4: 

SPSS 14 has some additional new functions that we do not yet implement.

Ben Pfaff <blp>
Group administrator
Wed 04 May 2005 01:56:20 AM UTC, comment #3: 

blp@blp:~/pspp/testing/src/expressions(0)$ grep unimpl operations.def
function NCDF.CHISQ (x >= 0, df > 0, c) = unimplemented;
function NPDF.CHISQ (x >= 0, df > 0, c) = unimplemented;
function NCDF.F (x >= 0, df1 > 0, df2 > 0, lambda >= 0) = unimplemented;
function NPDF.F (x >= 0, df1 > 0, df2 > 0, lmabda >= 0) = unimplemented;
function CDF.HALFNRM (x, a, b > 0) = unimplemented;
function IDF.HALFNRM (P > 0 && P < 1, a, b > 0) = unimplemented;
function PDF.HALFNRM (x, a, b > 0) = unimplemented;
no_opt function RV.HALFNRM (a, b > 0) = unimplemented;
function CDF.IGAUSS (x > 0, a > 0, b > 0) = unimplemented;
function IDF.IGAUSS (P >= 0 && P < 1, a > 0, b > 0) = unimplemented;
function PDF.IGAUSS (x > 0, a > 0, b > 0) = unimplemented;
no_opt function RV.IGAUSS (a > 0, b > 0) = unimplemented;
function CDF.SMOD (x > 0, a >= 1, b >= 1) = unimplemented;
function IDF.SMOD (P >= 0 && P < 1, a >= 1, b >= 1) = unimplemented;
function CDF.SRANGE (x > 0, a >= 1, b >= 1) = unimplemented;
function IDF.SRANGE (P >= 0 && P < 1, a >= 1, b >= 1) = unimplemented;
function NCDF.T (x, df > 0, nc) = unimplemented;
function NPDF.T (x, df > 0, nc) = unimplemented;

Ben Pfaff <blp>
Group administrator
Wed 04 May 2005 12:09:56 AM UTC, comment #2: 

Have we got an updated list of which functions are still unimplemented ??

John Darrington <jmd>
Group administrator
Fri 04 Mar 2005 08:40:27 AM UTC, comment #1: 

Most of these functions are now implemented.
Leaving this bug open as a reminder to implement those
remaining.

Ben Pfaff <blp>
Group administrator
Sat 08 Jan 2005 12:18:25 PM UTC, original submission:  

Implement the missing functions to be used in COMPUTE.
This should be straightforward now we're using libgsl.

See attached list of unimplemented functions.

John Darrington <jmd>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #2341:  funcs added by jmd (2KiB - application/octet-stream - List of unimplemented functions)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by blp (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-05-14 blp ReleasePost-0.6.0 Future
    2006-12-18 blp ReleaseNone Post-0.6.0
    2006-07-31 blp ReleaseBefore 0.6.0 None
    2005-05-07 blp ReleaseNone Before 0.6.0
    2005-01-31 jmd Assigned toNone blp
    2005-01-08 jmd Attached File- Added funcs, #2042

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code