You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/12/28 11:10:17 UTC

[Bug 54356] New: [PATCH] Support of statistical function INTERCEPT

https://issues.apache.org/bugzilla/show_bug.cgi?id=54356

            Bug ID: 54356
           Summary: [PATCH] Support of statistical function INTERCEPT
           Product: POI
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: johan.karlsteen@gmail.com
    Classification: Unclassified

Created attachment 29796
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29796&action=edit
Implementation of INTERCEPT

Patch containing implementation of INTERCEPT.

I reused a lot from XYNumericFunction since it was a good start but it lead to
some code duplication. I couldn't extend XYNumericFunction since I needed to do
2 passes over the array.

Haven't been able to verify the documentation since I cannot get Apache Forrest
running.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54356] [PATCH] Support of statistical function INTERCEPT

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54356

--- Comment #2 from Johan <jo...@gmail.com> ---
Nice! Thanks for the quick response!

The first test was taken from this example:
http://support.microsoft.com/kb/828234

Regards,
Johan

(In reply to comment #1)
> Thanks for the patch, applied in r1426485
> 
> I added one more unit test based on the example on
> http://office.microsoft.com/en-us/excel-help/intercept-function-HP010062512.
> aspx?CTT=5&origin=HA010277524 and it nicely passed.
> 
> Regards,
> Yegor

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54356] [PATCH] Support of statistical function INTERCEPT

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54356

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Yegor Kozlov <ye...@dinom.ru> ---
Thanks for the patch, applied in r1426485

I added one more unit test based on the example on
http://office.microsoft.com/en-us/excel-help/intercept-function-HP010062512.aspx?CTT=5&origin=HA010277524
and it nicely passed.

Regards,
Yegor

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org