You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2016/05/14 16:25:12 UTC

[jira] [Resolved] (MATH-1015) Improper integration with one infinite limit

     [ https://issues.apache.org/jira/browse/MATH-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles resolved MATH-1015.
--------------------------
    Resolution: Fixed

Code merged into "develop" branch.

> Improper integration with one infinite limit
> --------------------------------------------
>
>                 Key: MATH-1015
>                 URL: https://issues.apache.org/jira/browse/MATH-1015
>             Project: Commons Math
>          Issue Type: Sub-task
>            Reporter: Ajo Fod
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: GaussIntegratorFactory.java, LaguerreRuleFactory.java, LaguerreTest.java
>
>
> This is about integrating a f(x) in [c, Inf] or in [-Inf, c]
> Gauss-Laguerre  (GL) can be used to integrate between [0, Inf]
> http://en.wikipedia.org/wiki/Gauss%E2%80%93Laguerre_quadrature
> With the change of variables using f(g(x))
> where g(x) = -x
> GL can be used to integrate in [-Inf,0]
> With another change of variables:
> g(x) = x+c
> one could integrate in [c, Inf]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)