[ 
https://issues.apache.org/jira/browse/MATH-1494?focusedWorklogId=297427&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-297427
 ]

ASF GitHub Bot logged work on MATH-1494:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Aug/19 21:25
            Start Date: 19/Aug/19 21:25
    Worklog Time Spent: 10m 
      Work Description: tomprodehl commented on pull request #112: 
improvement-MATH-1494
URL: https://github.com/apache/commons-math/pull/112
 
 
   MATH-1494 Added implemeatation and tests of Exponential Fitting using a 
method described by Jacquelin
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 297427)
    Remaining Estimate: 335h 50m  (was: 336h)
            Time Spent: 10m

> Find exponential curve fit to data using Jacquelin method
> ---------------------------------------------------------
>
>                 Key: MATH-1494
>                 URL: https://issues.apache.org/jira/browse/MATH-1494
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Tom Prodehl
>            Priority: Major
>              Labels: curvefitter, exponential, fitting
>             Fix For: 4.0
>
>   Original Estimate: 336h
>          Time Spent: 10m
>  Remaining Estimate: 335h 50m
>
> Function to fit an exponential decay (negarive beta) or positive beta without 
> initial guessing
>  Based on [https://stackoverflow.com/a/39436209/545346]
>  Original source: Regressions et Equations integrales, Jean Jacquelin
>  [https://www.scribd.com/doc/14674814/Regressions-et-equations-integrales]
> The class will allow for the usual variety of providing inputs of x and y.
> Once computed the instance can be queried for Amplitude, Beta, and Constant, 
> defining a curve for y= Amplitude * exp(Beta * x) + Constant



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to