Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get an association of information related to fitting a set of data
ResourceFunction["CurveFitOverview"][data,var,type] performs a numeric fit of the specified type to data with respect to the user-specified variable x and returns an Association of the result. |
Compute information about a power fit to a given set of data:
In[1]:= |
Out[1]= |
Compute information about a second-degree polynomial fit to a given set of data:
In[2]:= |
Out[2]= |
Compute information about an exponential fit to a given set of data:
In[3]:= |
Out[3]= |
The information returned by CurveFitOverview can be visualized as a report using the resource function CurveFitReport:
In[4]:= |
Out[4]= |
CurveFitOverview will return unevaluated if the specified data is not compatible with the given type:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License