[jira] [Updated] (MATH-1494) Find exponential curve fit to data using Jacquelin method

2021-06-04 Thread Gilles Sadowski (Jira)


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

Gilles Sadowski updated MATH-1494:
--
Fix Version/s: (was: 4.0)
   4.X

> 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.X
>
>   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.4#803005)


[jira] [Updated] (MATH-1494) Find exponential curve fit to data using Jacquelin method

2019-08-07 Thread Tom (JIRA)


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

Tom updated MATH-1494:
--
Description: 
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

  was:
Function to fit an exponential decay 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


> 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
>Priority: Major
>  Labels: curvefitter, exponential, fitting
> Fix For: 4.0
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> 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
(v7.6.14#76016)