CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 11:11:00 GMT
content-type: text/html; charset=utf-8
cf-ray: 964b36cb3898dfa6-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=6cf94a4f-29bb-4311-9e73-dfb440fdc485; expires=Sat, 25 Jul 2026 11:11:00 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: e152640e-9547-4cc1-a8a9-7f90960c610d
x-worker-origin-response-time: 584000000
x-dns-prefetch-control: off
set-cookie: prov=6cf94a4f-29bb-4311-9e73-dfb440fdc485; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=zhQx5.U78.rITX0cBfnRROdlCEHr58L8OCw.zGZw4h8-1753441860-1.0.1.1-Eho7F5kKGcEYLMZQOrRK7WYht.g9UvdhAlIG5tLjb.hNrP2ehjF6.a.f25gGJTaXFiOFIOTV8lfNys9rlDtXGgLZ4.IG6moj0yAsB1FkKRQ; path=/; expires=Fri, 25-Jul-25 11:41:00 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=x0V_mtjQtNzMBnZhaucDh8qqDvvERusKnbr3ruxfcRg-1753441860945-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'fitting' Questions - Mathematica Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [fitting]
Questions on the use of Mathematica to construct models for approximating empirical data.
1,781 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
130
views
Difference between Mathematica NonlinearModelFit and Excel Solver? [closed]
Sorry if this is a stupid question. I was wondering what the difference is between Mathematica NonlinearModelFit and Excel solver if you set up excel to minimize the sum of squared residuals. I've ...
0
votes
0
answers
106
views
NonlinearModelFit finds only "fake" minima
I'm trying to fit the parameters of a function that, since it's the result of many complicated calculations, cannot be expressed analytically, but only calculated.
Let me write it as
...
5
votes
3
answers
508
views
Fitting many peaks to dataset
I have the following dataset:
dataset
I am trying to fit this with a series of gaussians, without overfitting. I have tried the following,
...
0
votes
0
answers
80
views
Fitting experimental data with a convolution of two functions - how to speed up such calculations?
I am trying to write a program that fits experimental data with a convolution of experimental instrumental response function (IRF) with several Exponential functions. This is what I coded so far.
Here ...
3
votes
1
answer
163
views
Find Fit function to my plot
I want to solve this equation and find Z.
But solving this equation is difficult due to the complexity of its functions. So, I used a numerical method and managed to plot Z as a function of changes ...
3
votes
2
answers
199
views
Fitting an experimental data using Nonlinear Model fit having four unknown parameter which need to find out from fitting
I am new to Mathematica. I am trying to find out four unknown parameter
by fitting an experimental data with the formula given below by using Nonlinear Model
Fit.
The two-band model for Hall ...
0
votes
1
answer
103
views
FindRoot in FindFit
I have a data named Hc2Tdata where its plot is shown in the first figure. The x-axis is $T$ while the y-axis is $H_{c2}(T)$. I want to fit this with the equation ...
1
vote
1
answer
116
views
Confidence intervals in NonlinearModelFit , extract the numbers
How do I get the confidence intervals from NonlinearModelFit so that I can use them in subsequent calculations?
In this example I generate some data and then use <...
1
vote
3
answers
181
views
How can I fit two datasets simultaneously using two different functions but with the same parameters?
There are two sets of data: firstHalf and secondHalf. Both firstHalf and secondHalf are fitted using the models modelPositive and modelNegative, respectively. Both models use the same parameters: MS, ...
0
votes
0
answers
65
views
Using FindFit for non linear model fitting how to calculate standard deviation of fitted parameters?
Is FindFit function of Mathematica works faster than NonLinearModelFit ?? I found FindFit works much faster in my model (almost 8 times). Can someone helps me how to calculate the standard deviation ...
0
votes
0
answers
101
views
Given six points in P^3 with no four coplanar, how do you compute the unique twisted cubic passing through them
A twisted cubic has parametrization $A\pmatrix{1\\t\\t^2\\t^3}$ for a nonsingular 4×4 matrix $A$
https://en.wikipedia.org/wiki/Twisted_cubic:
Given six points in P3 with no four coplanar, there is a ...
0
votes
0
answers
97
views
Is this possible to get symbolic result for this polar integral for these two cases?
This is the integrate.
$$
\int_0^{2\pi}
\!\!\!\int_0^R
\frac{k\,r^{2}\,\bigl(a - r \sin\theta\bigr)}
{\Bigl[r^2 \cos^2 \theta + (\,a - r \sin\theta\,)^2\Bigr]^{3/2}}
...
2
votes
2
answers
171
views
Can I extract initial parameter guesses from FittedModel output from NonlinearModelFit?
I'm writing a helper function to summarize a fitted model produced by NonlinearModelFit, I wish to makes plots of the initial guess, the initial guess residuals, ...
0
votes
2
answers
210
views
How to predict time series?
I have the precipitation of twelve months (t=1,2,...,12) as below.
o = {30, 40, 50, 60, 70, 80, 90, 100, 70, 50, 40, 30};
I have estimated the rainfall using this ...
2
votes
3
answers
158
views
Fit two dimentional gaussian in dataset
I have a dataset which is a moderately large (1200x1200) array of values. A part of that array has the data that is gaussian along the 2 diagonals. Find the general area of the peak is trivial with a ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
plotting × 188
nonlinear × 182
data × 129
differential-equations × 118
distributions × 100
interpolation × 65
list-manipulation × 56
modeling × 51
warning-messages × 49
functions × 48
equation-solving × 44
numerics × 35
performance-tuning × 35
parametric-functions × 32
physics × 32
machine-learning × 25
polynomials × 24
time-series × 22
image-processing × 21
complex × 20
more related tags
Hot Network Questions
- Have philosophers ever defined a notion of "luck" or "surprise" that is separate from probability?
- Why were two 2x6 boards installed on top of a window rough sill?
- Do the constructible lines and circles (not merely their intersections) cover the plane?
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- Where did the name of Windows XP come from? Was it connected to the Cairo project?
- When playing sine into class D amplifier, why is Vdd ripple voltage the 2nd harmonic of the sine?
- spots / stains on tubeless tire
- Story about a room on Mars that contains God
- Can a humanoid that fell supine and is then Levitated alter his orientation?
- What does "Store Name" mean on the Tokyo-Narita Airport Bus timetable?
- Blinded despite Blindsight?
- When did the OEIS get even better?
- Is the surface of Mars or the Moon mostly (or relatively) homogeneous, unlike the Earth?
- Why are police personnel of all ranks called officers?
- Expected Sum of Remaining Dice After Removing Complete Sets
- Early 70s scifi novel about underground people, caste is determined by the color of your poncho, and everyone eats mouldy grain
- leftmargin in enumerate
- Trinity question: what does to subsist/subsistence mean?
- What does the expression 人としてアレだと、あれだった really mean?
- Is the appearance of certain kinds of clouds at altitude of > 30000 feet a recent phenomenon?
- How to move points in geometry nodes like a venetian blind?
- Can I place between subject variables as random slopes?
- Statistics - Linear Inference - What is the moment generating function of non - central t distribution?
- OId Movie about an alien city that plays a repeating melody