[sc-issues] [Issue 101713] com.sun.star.sheet.Genera lFunction.STDEV always returns 0

2009-07-12 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101713





--- Additional comments from mechti...@openoffice.org Sun Jul 12 17:12:45 
+ 2009 ---
duplicate - closed

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 101713] com.sun.star.sheet.Genera lFunction.STDEV always returns 0

2009-07-12 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101713


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from mechti...@openoffice.org Sun Jul 12 17:19:47 
+ 2009 ---
duplicate - closed

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 101713] com.sun.star.sheet.Genera lFunction.STDEV always returns 0

2009-05-10 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101713


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |DUPLICATE





--- Additional comments from reg...@openoffice.org Sun May 10 20:32:04 
+ 2009 ---
You can see, that issue 22625 is not fixed yet. Why do you open a new issue?

You can use something like
oRange = oSheet.getCellRangeByPosition(0, 0, 0, 5)
dim oFunction as variant
oFunction = createUnoService(com.sun.star.sheet.FunctionAccess)
dim aArgument(0) as variant
aArgument(0)= oRange
dim result as double
result = oFunction.callFunction( STDEVP, aArgument() )
Please use a newsgroup or mailing list for further discussing this approach.

*** This issue has been marked as a duplicate of 22625 ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 101713] com.sun.star.sheet.Genera lFunction.STDEV always returns 0

2009-05-09 Thread crickert
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101713
 Issue #|101713
 Summary|com.sun.star.sheet.GeneralFunction.STDEV always return
|s 0
   Component|Spreadsheet
 Version|OOo 3.0.1
Platform|Unknown
 URL|
  OS/Version|Unknown
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|crickert





--- Additional comments from crick...@openoffice.org Sat May  9 17:19:01 
+ 2009 ---
I wanted to write a little Calc-Addin for statistical analysis of small 
datasets.
To determine the standard error of a sample, one needs to calculate the standard
deviation first. When writing with Java (SUN JRE 1.6.0_14 / NetBeans 6.5) on a
Ubuntu 9.04 Jaunty system, I used

com.sun.star.sheet.GeneralFunction.STDEV

to get the standard deviation. But for a dataset like N={2;4;6} this function
returns a value of 6.92126369412475E-310, not the correct value of 2.

There is a similar issue regarding this function: Issue 22625.

Is this still a bug in OpenOffice 3.x - since OOo 1.1 in 2003!?
Alternatively, is there any kind of patch or workaround available?

Sincerely
Christian

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org