Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display information related to fitting of a set of data
ResourceFunction["CurveFitReport"][data,x,type] performs a numeric fit of the specified type to data with respect to the user-specified variable x and returns a report of the results. |
Display information about a power fit on a given set of data:
In[1]:= |
Out[1]= |
Display information about a second-degree polynomial fit to a given set of data:
In[2]:= |
Out[2]= |
Display information about an exponential fit to a given set of data:
In[3]:= |
Out[3]= |
The information displayed by CurveFitReport can be accessed directly using the resource function CurveFitOverview:
In[4]:= |
Out[4]= |
CurveFitReport returns 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