[ncl-talk] exponential fitting

Dennis Shea shea at ucar.edu
Thu Jun 15 11:50:38 MDT 2017


NCL does *not* have a supported exponential curve fit function.
----

I am sure you could google for sophisticated exponential curve fitting
algorithms in fortran or C or C++. These could be called fom NCL.
  https://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclExtend.shtml

----
Attached is a very simple function based on the methodology outlined in
'MathWorld'. Specifically:
http://mathworld.wolfram.com/LeastSquaresFittingExponential.html

----
%> ncl  exponential_curve_fit.ncl

----
This function is *not supported*.
It is *not documented*.
It is *not well tested*.

Good Luck


On Wed, Jun 14, 2017 at 4:02 PM, Xi Chang <xi.chang01 at gmail.com> wrote:

> Dear NCL team,
>
> I am wondering if there is any function that can be used to perform an
> exponential fitting for a time series?
>
> Thanks
> Chang
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170615/389f5080/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: exponential_curve_fit.ncl
Type: application/octet-stream
Size: 4610 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170615/389f5080/attachment.obj 


More information about the ncl-talk mailing list