Difference between revisions of "User:Regina/MyDrafts"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Examine Changes in Functions for ODFv1.2)
(Examine Changes in Functions for ODFv1.2)
Line 10: Line 10:
 
|-
 
|-
 
| ||Has density case and sixth optional parameter, to choose between density and cumulative || not implemented in OOo2.* || expand function to density case and additional parameter || tracked in {{Bug|91547}}, function code is ready, finishing implementation depends on {{Bug|91602}}||
 
| ||Has density case and sixth optional parameter, to choose between density and cumulative || not implemented in OOo2.* || expand function to density case and additional parameter || tracked in {{Bug|91547}}, function code is ready, finishing implementation depends on {{Bug|91602}}||
 +
|-
 +
! BINOMDIST
 +
| Parameter C is integer with constraint to 0 and 1. It should be Logical than in other distributions || C=0 is density, all other values of C are treated as cumulative  || - || - ||
 
|-
 
|-
 
! GAMMADIST
 
! GAMMADIST

Revision as of 15:47, 10 October 2008

Examine Changes in Functions for ODFv1.2

This is a collection of the differences I found and what I know is already done or in progress. You are invited to add your observations and works.

Function ODFv1.2 CALC Action Progress
BETADIST Draft Spec misses faktor 1/(b-a) in densitiy case not implemented in OOo2.* Inform Eike Rathke Done 2008-06-07
Has density case and sixth optional parameter, to choose between density and cumulative not implemented in OOo2.* expand function to density case and additional parameter tracked in Issue 91547 , function code is ready, finishing implementation depends on Issue 91602
BINOMDIST Parameter C is integer with constraint to 0 and 1. It should be Logical than in other distributions C=0 is density, all other values of C are treated as cumulative - -
GAMMADIST Last Parameter has type Logical Last Parameter has type Number Change type internal to bool. Change UI texts. patch in Issue 94555
Domain for Parameter x includes x < 0 x < 0 returns Err:502 in OOo2.* Change implementation integrated in OOo3.0
TDIST Draft spec shows the density function. Calc (and Excel) evaluates the cumulative function. Inform Eike Rathke Done 2008-10-09
Functionname ODF Calc Action Progress
Personal tools