Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How to do an arc tangent curve fitting in sql2008

Author  Topic 

pariSql
Starting Member

1 Post

Posted - 2014-03-07 : 11:45:08
I have a sets of data that I have to find the proper parameter for fitting this data to an arc tangent curve. For example if I am monitoring the price of several products during the lifetime of this product, each product can be mapped in an arc tangent curve (price -> date).
In Excel i can go that using Solver and it will provide me with 4 parameters that defines my arc tangent curve (inflection , slope,Range and Shift)

Is there any way that I can do that in SQL2008?
Thanks,

edit: moved to proper forum
   

- Advertisement -