How do I fit a curve into non linear data? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsHow does the test data gets collected?How to predict Estimated Time for Arrival given only trajectory data and time?Gibbs sampling in RMultivariate linear regression accounting for threshold / data cleaningWhy augmenting the training data with binary attributes works better for our dataset?How do I calculate the maximum likelihood (machine learning statistics) of this table of data?Are linear regression models with non linear basis functions used in practice?How to use correct weights in linear regression modelFinding perfect weights for modelsLinear approximation of the given equation with python3
Sort list of array linked objects by keys and values
Finding the path in a graph from A to B then back to A with a minimum of shared edges
Did God make two great lights or did He make the great light two?
What do you call a plan that's an alternative plan in case your initial plan fails?
Problems with Ubuntu mount /tmp
Do working physicists consider Newtonian mechanics to be "falsified"?
Difference between "generating set" and free product?
How many people can fit inside Mordenkainen's Magnificent Mansion?
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
How to grep and cut numbes from a file and sum them
Semisimplicity of the category of coherent sheaves?
Why is superheterodyning better than direct conversion?
Why not take a picture of a closer black hole?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Why can't devices on different VLANs, but on the same subnet, communicate?
Can withdrawing asylum be illegal?
A pet rabbit called Belle
Segmentation fault output is suppressed when piping stdin into a function. Why?
system call string length limit
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Single author papers against my advisor's will?
How does ice melt when immersed in water
Take groceries in checked luggage
Why did all the guest students take carriages to the Yule Ball?
How do I fit a curve into non linear data?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsHow does the test data gets collected?How to predict Estimated Time for Arrival given only trajectory data and time?Gibbs sampling in RMultivariate linear regression accounting for threshold / data cleaningWhy augmenting the training data with binary attributes works better for our dataset?How do I calculate the maximum likelihood (machine learning statistics) of this table of data?Are linear regression models with non linear basis functions used in practice?How to use correct weights in linear regression modelFinding perfect weights for modelsLinear approximation of the given equation with python3
$begingroup$
I did an experiment in my Uni and I collected data $(ω,υ(ω))$ modeled by the equation:
$$ v(ω)=fracCsqrt(ω^2-ω_0^2 )^2 +γ^2 ω^2 $$
where $ω_0$ is known. Do you know how can I fit a curve to my data $(ω,υ(ω))$ ? and how to find the parameter $ γ $ through this process ?
linear-regression
$endgroup$
add a comment |
$begingroup$
I did an experiment in my Uni and I collected data $(ω,υ(ω))$ modeled by the equation:
$$ v(ω)=fracCsqrt(ω^2-ω_0^2 )^2 +γ^2 ω^2 $$
where $ω_0$ is known. Do you know how can I fit a curve to my data $(ω,υ(ω))$ ? and how to find the parameter $ γ $ through this process ?
linear-regression
$endgroup$
1
$begingroup$
Can you tell us if $C$ is known?
$endgroup$
– MachineLearner
Apr 1 at 6:10
$begingroup$
Let's assume that is not known and we have to extract $ C $, $ω_0$ and $γ$.
$endgroup$
– Andreas Mastronikolis
Apr 1 at 18:25
add a comment |
$begingroup$
I did an experiment in my Uni and I collected data $(ω,υ(ω))$ modeled by the equation:
$$ v(ω)=fracCsqrt(ω^2-ω_0^2 )^2 +γ^2 ω^2 $$
where $ω_0$ is known. Do you know how can I fit a curve to my data $(ω,υ(ω))$ ? and how to find the parameter $ γ $ through this process ?
linear-regression
$endgroup$
I did an experiment in my Uni and I collected data $(ω,υ(ω))$ modeled by the equation:
$$ v(ω)=fracCsqrt(ω^2-ω_0^2 )^2 +γ^2 ω^2 $$
where $ω_0$ is known. Do you know how can I fit a curve to my data $(ω,υ(ω))$ ? and how to find the parameter $ γ $ through this process ?
linear-regression
linear-regression
asked Mar 31 at 19:03
Andreas MastronikolisAndreas Mastronikolis
283
283
1
$begingroup$
Can you tell us if $C$ is known?
$endgroup$
– MachineLearner
Apr 1 at 6:10
$begingroup$
Let's assume that is not known and we have to extract $ C $, $ω_0$ and $γ$.
$endgroup$
– Andreas Mastronikolis
Apr 1 at 18:25
add a comment |
1
$begingroup$
Can you tell us if $C$ is known?
$endgroup$
– MachineLearner
Apr 1 at 6:10
$begingroup$
Let's assume that is not known and we have to extract $ C $, $ω_0$ and $γ$.
$endgroup$
– Andreas Mastronikolis
Apr 1 at 18:25
1
1
$begingroup$
Can you tell us if $C$ is known?
$endgroup$
– MachineLearner
Apr 1 at 6:10
$begingroup$
Can you tell us if $C$ is known?
$endgroup$
– MachineLearner
Apr 1 at 6:10
$begingroup$
Let's assume that is not known and we have to extract $ C $, $ω_0$ and $γ$.
$endgroup$
– Andreas Mastronikolis
Apr 1 at 18:25
$begingroup$
Let's assume that is not known and we have to extract $ C $, $ω_0$ and $γ$.
$endgroup$
– Andreas Mastronikolis
Apr 1 at 18:25
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
I used mycurvefit.com for your problem. After creating an account (or maybe without if number of parameters is 2 or less) it lets you fit your function with at most 20 data points, which was enough. Here is an example
That correctly founds the parameter (g
) close to 6.
Here are 20 data points that I have generated for $C=10$, $omega_0=10$, and $gamma=6$:
w v(w)
5.4881 0.1294
7.1519 0.1538
6.0276 0.1366
5.4488 0.1290
4.2365 0.1164
6.4589 0.1429
4.3759 0.1176
8.9177 0.1746
9.6366 0.1716
3.8344 0.1132
7.9173 0.1655
5.2889 0.1271
5.6804 0.1319
9.2560 0.1744
0.7104 0.1004
0.8713 0.1006
0.2022 0.1000
8.3262 0.1706
7.7816 0.1636
8.7001 0.1737
Copy and paste them into the data sheet at the bottom.
P.S.: an analytical answer cannot be derived since the derivative equation (derivative = 0) of mean squared error with respect to parameter $gamma$ is intractable, therefore gradient descent must be used with the help of computer (similar to what this site does).
EDIT:
I've forgot to add noise to $v(omega)$, here is a noisy ($tildev(omega) = v(omega)+mathcalN(mu=0, sigma=0.01)$) version with the same parameters:
w v(w)
7.7132 0.1512
0.2075 0.1014
6.3365 0.1559
7.488 0.1483
4.9851 0.1039
2.248 0.0868
1.9806 0.106
7.6053 0.1848
1.6911 0.1136
0.8834 0.1174
6.8536 0.15
9.5339 0.1866
0.0395 0.0973
5.1219 0.1313
8.1262 0.1656
6.1253 0.1325
7.2176 0.1562
2.9188 0.1026
9.1777 0.1877
7.1458 0.1556
which gives $g=5.7$, meaning 20 data points are not enough for this level of noise or higher.
If you are more interested you can learn a framework like tensorflow to build the function and fit it to arbitrarily large number of data.
$endgroup$
add a comment |
$begingroup$
Here is a simple solution that you can compute yourself.
It is trivial to solve your equation for $γ$ as a function
of the other values. We get
$$
γ = sqrt(biggr( fracCv(ω) biggl) ^2 - (ω^2-ω_0^2)^2) / ω^2
$$
It is almost true that you can substitute in your values and get
several estimates for $γ$, which you can simply average to get a good estimate.
I say almost true because as $ω$ approaches zero, both the numerator and denominator
go to zero, so the calculation becomes unstable. As long as you stay away from
$ω=0$, this should give good results. @Esmailian provided some nice data in his
answer. Using his data I get the following estimates of $γ$.
6.012568 5.999664 5.994524 5.991173 6.009153 5.996748 6.019433
5.998072 6.001754 5.993656 6.002409 5.985938 5.996226 5.998363
6.474674 6.525602 14.140690 5.999124 6.000368 5.998427
Three of his $ω$'s are less than 1. These are the ones that give the estimates of $γ$
6.474674 6.525602 14.140690
The mean of the remaining estimates is 5.999859. As long as you have enough
$ω$'s that are not near zero, this should provide a good estimate of $γ$.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48309%2fhow-do-i-fit-a-curve-into-non-linear-data%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I used mycurvefit.com for your problem. After creating an account (or maybe without if number of parameters is 2 or less) it lets you fit your function with at most 20 data points, which was enough. Here is an example
That correctly founds the parameter (g
) close to 6.
Here are 20 data points that I have generated for $C=10$, $omega_0=10$, and $gamma=6$:
w v(w)
5.4881 0.1294
7.1519 0.1538
6.0276 0.1366
5.4488 0.1290
4.2365 0.1164
6.4589 0.1429
4.3759 0.1176
8.9177 0.1746
9.6366 0.1716
3.8344 0.1132
7.9173 0.1655
5.2889 0.1271
5.6804 0.1319
9.2560 0.1744
0.7104 0.1004
0.8713 0.1006
0.2022 0.1000
8.3262 0.1706
7.7816 0.1636
8.7001 0.1737
Copy and paste them into the data sheet at the bottom.
P.S.: an analytical answer cannot be derived since the derivative equation (derivative = 0) of mean squared error with respect to parameter $gamma$ is intractable, therefore gradient descent must be used with the help of computer (similar to what this site does).
EDIT:
I've forgot to add noise to $v(omega)$, here is a noisy ($tildev(omega) = v(omega)+mathcalN(mu=0, sigma=0.01)$) version with the same parameters:
w v(w)
7.7132 0.1512
0.2075 0.1014
6.3365 0.1559
7.488 0.1483
4.9851 0.1039
2.248 0.0868
1.9806 0.106
7.6053 0.1848
1.6911 0.1136
0.8834 0.1174
6.8536 0.15
9.5339 0.1866
0.0395 0.0973
5.1219 0.1313
8.1262 0.1656
6.1253 0.1325
7.2176 0.1562
2.9188 0.1026
9.1777 0.1877
7.1458 0.1556
which gives $g=5.7$, meaning 20 data points are not enough for this level of noise or higher.
If you are more interested you can learn a framework like tensorflow to build the function and fit it to arbitrarily large number of data.
$endgroup$
add a comment |
$begingroup$
I used mycurvefit.com for your problem. After creating an account (or maybe without if number of parameters is 2 or less) it lets you fit your function with at most 20 data points, which was enough. Here is an example
That correctly founds the parameter (g
) close to 6.
Here are 20 data points that I have generated for $C=10$, $omega_0=10$, and $gamma=6$:
w v(w)
5.4881 0.1294
7.1519 0.1538
6.0276 0.1366
5.4488 0.1290
4.2365 0.1164
6.4589 0.1429
4.3759 0.1176
8.9177 0.1746
9.6366 0.1716
3.8344 0.1132
7.9173 0.1655
5.2889 0.1271
5.6804 0.1319
9.2560 0.1744
0.7104 0.1004
0.8713 0.1006
0.2022 0.1000
8.3262 0.1706
7.7816 0.1636
8.7001 0.1737
Copy and paste them into the data sheet at the bottom.
P.S.: an analytical answer cannot be derived since the derivative equation (derivative = 0) of mean squared error with respect to parameter $gamma$ is intractable, therefore gradient descent must be used with the help of computer (similar to what this site does).
EDIT:
I've forgot to add noise to $v(omega)$, here is a noisy ($tildev(omega) = v(omega)+mathcalN(mu=0, sigma=0.01)$) version with the same parameters:
w v(w)
7.7132 0.1512
0.2075 0.1014
6.3365 0.1559
7.488 0.1483
4.9851 0.1039
2.248 0.0868
1.9806 0.106
7.6053 0.1848
1.6911 0.1136
0.8834 0.1174
6.8536 0.15
9.5339 0.1866
0.0395 0.0973
5.1219 0.1313
8.1262 0.1656
6.1253 0.1325
7.2176 0.1562
2.9188 0.1026
9.1777 0.1877
7.1458 0.1556
which gives $g=5.7$, meaning 20 data points are not enough for this level of noise or higher.
If you are more interested you can learn a framework like tensorflow to build the function and fit it to arbitrarily large number of data.
$endgroup$
add a comment |
$begingroup$
I used mycurvefit.com for your problem. After creating an account (or maybe without if number of parameters is 2 or less) it lets you fit your function with at most 20 data points, which was enough. Here is an example
That correctly founds the parameter (g
) close to 6.
Here are 20 data points that I have generated for $C=10$, $omega_0=10$, and $gamma=6$:
w v(w)
5.4881 0.1294
7.1519 0.1538
6.0276 0.1366
5.4488 0.1290
4.2365 0.1164
6.4589 0.1429
4.3759 0.1176
8.9177 0.1746
9.6366 0.1716
3.8344 0.1132
7.9173 0.1655
5.2889 0.1271
5.6804 0.1319
9.2560 0.1744
0.7104 0.1004
0.8713 0.1006
0.2022 0.1000
8.3262 0.1706
7.7816 0.1636
8.7001 0.1737
Copy and paste them into the data sheet at the bottom.
P.S.: an analytical answer cannot be derived since the derivative equation (derivative = 0) of mean squared error with respect to parameter $gamma$ is intractable, therefore gradient descent must be used with the help of computer (similar to what this site does).
EDIT:
I've forgot to add noise to $v(omega)$, here is a noisy ($tildev(omega) = v(omega)+mathcalN(mu=0, sigma=0.01)$) version with the same parameters:
w v(w)
7.7132 0.1512
0.2075 0.1014
6.3365 0.1559
7.488 0.1483
4.9851 0.1039
2.248 0.0868
1.9806 0.106
7.6053 0.1848
1.6911 0.1136
0.8834 0.1174
6.8536 0.15
9.5339 0.1866
0.0395 0.0973
5.1219 0.1313
8.1262 0.1656
6.1253 0.1325
7.2176 0.1562
2.9188 0.1026
9.1777 0.1877
7.1458 0.1556
which gives $g=5.7$, meaning 20 data points are not enough for this level of noise or higher.
If you are more interested you can learn a framework like tensorflow to build the function and fit it to arbitrarily large number of data.
$endgroup$
I used mycurvefit.com for your problem. After creating an account (or maybe without if number of parameters is 2 or less) it lets you fit your function with at most 20 data points, which was enough. Here is an example
That correctly founds the parameter (g
) close to 6.
Here are 20 data points that I have generated for $C=10$, $omega_0=10$, and $gamma=6$:
w v(w)
5.4881 0.1294
7.1519 0.1538
6.0276 0.1366
5.4488 0.1290
4.2365 0.1164
6.4589 0.1429
4.3759 0.1176
8.9177 0.1746
9.6366 0.1716
3.8344 0.1132
7.9173 0.1655
5.2889 0.1271
5.6804 0.1319
9.2560 0.1744
0.7104 0.1004
0.8713 0.1006
0.2022 0.1000
8.3262 0.1706
7.7816 0.1636
8.7001 0.1737
Copy and paste them into the data sheet at the bottom.
P.S.: an analytical answer cannot be derived since the derivative equation (derivative = 0) of mean squared error with respect to parameter $gamma$ is intractable, therefore gradient descent must be used with the help of computer (similar to what this site does).
EDIT:
I've forgot to add noise to $v(omega)$, here is a noisy ($tildev(omega) = v(omega)+mathcalN(mu=0, sigma=0.01)$) version with the same parameters:
w v(w)
7.7132 0.1512
0.2075 0.1014
6.3365 0.1559
7.488 0.1483
4.9851 0.1039
2.248 0.0868
1.9806 0.106
7.6053 0.1848
1.6911 0.1136
0.8834 0.1174
6.8536 0.15
9.5339 0.1866
0.0395 0.0973
5.1219 0.1313
8.1262 0.1656
6.1253 0.1325
7.2176 0.1562
2.9188 0.1026
9.1777 0.1877
7.1458 0.1556
which gives $g=5.7$, meaning 20 data points are not enough for this level of noise or higher.
If you are more interested you can learn a framework like tensorflow to build the function and fit it to arbitrarily large number of data.
edited Apr 1 at 9:08
answered Mar 31 at 20:50
EsmailianEsmailian
3,191320
3,191320
add a comment |
add a comment |
$begingroup$
Here is a simple solution that you can compute yourself.
It is trivial to solve your equation for $γ$ as a function
of the other values. We get
$$
γ = sqrt(biggr( fracCv(ω) biggl) ^2 - (ω^2-ω_0^2)^2) / ω^2
$$
It is almost true that you can substitute in your values and get
several estimates for $γ$, which you can simply average to get a good estimate.
I say almost true because as $ω$ approaches zero, both the numerator and denominator
go to zero, so the calculation becomes unstable. As long as you stay away from
$ω=0$, this should give good results. @Esmailian provided some nice data in his
answer. Using his data I get the following estimates of $γ$.
6.012568 5.999664 5.994524 5.991173 6.009153 5.996748 6.019433
5.998072 6.001754 5.993656 6.002409 5.985938 5.996226 5.998363
6.474674 6.525602 14.140690 5.999124 6.000368 5.998427
Three of his $ω$'s are less than 1. These are the ones that give the estimates of $γ$
6.474674 6.525602 14.140690
The mean of the remaining estimates is 5.999859. As long as you have enough
$ω$'s that are not near zero, this should provide a good estimate of $γ$.
$endgroup$
add a comment |
$begingroup$
Here is a simple solution that you can compute yourself.
It is trivial to solve your equation for $γ$ as a function
of the other values. We get
$$
γ = sqrt(biggr( fracCv(ω) biggl) ^2 - (ω^2-ω_0^2)^2) / ω^2
$$
It is almost true that you can substitute in your values and get
several estimates for $γ$, which you can simply average to get a good estimate.
I say almost true because as $ω$ approaches zero, both the numerator and denominator
go to zero, so the calculation becomes unstable. As long as you stay away from
$ω=0$, this should give good results. @Esmailian provided some nice data in his
answer. Using his data I get the following estimates of $γ$.
6.012568 5.999664 5.994524 5.991173 6.009153 5.996748 6.019433
5.998072 6.001754 5.993656 6.002409 5.985938 5.996226 5.998363
6.474674 6.525602 14.140690 5.999124 6.000368 5.998427
Three of his $ω$'s are less than 1. These are the ones that give the estimates of $γ$
6.474674 6.525602 14.140690
The mean of the remaining estimates is 5.999859. As long as you have enough
$ω$'s that are not near zero, this should provide a good estimate of $γ$.
$endgroup$
add a comment |
$begingroup$
Here is a simple solution that you can compute yourself.
It is trivial to solve your equation for $γ$ as a function
of the other values. We get
$$
γ = sqrt(biggr( fracCv(ω) biggl) ^2 - (ω^2-ω_0^2)^2) / ω^2
$$
It is almost true that you can substitute in your values and get
several estimates for $γ$, which you can simply average to get a good estimate.
I say almost true because as $ω$ approaches zero, both the numerator and denominator
go to zero, so the calculation becomes unstable. As long as you stay away from
$ω=0$, this should give good results. @Esmailian provided some nice data in his
answer. Using his data I get the following estimates of $γ$.
6.012568 5.999664 5.994524 5.991173 6.009153 5.996748 6.019433
5.998072 6.001754 5.993656 6.002409 5.985938 5.996226 5.998363
6.474674 6.525602 14.140690 5.999124 6.000368 5.998427
Three of his $ω$'s are less than 1. These are the ones that give the estimates of $γ$
6.474674 6.525602 14.140690
The mean of the remaining estimates is 5.999859. As long as you have enough
$ω$'s that are not near zero, this should provide a good estimate of $γ$.
$endgroup$
Here is a simple solution that you can compute yourself.
It is trivial to solve your equation for $γ$ as a function
of the other values. We get
$$
γ = sqrt(biggr( fracCv(ω) biggl) ^2 - (ω^2-ω_0^2)^2) / ω^2
$$
It is almost true that you can substitute in your values and get
several estimates for $γ$, which you can simply average to get a good estimate.
I say almost true because as $ω$ approaches zero, both the numerator and denominator
go to zero, so the calculation becomes unstable. As long as you stay away from
$ω=0$, this should give good results. @Esmailian provided some nice data in his
answer. Using his data I get the following estimates of $γ$.
6.012568 5.999664 5.994524 5.991173 6.009153 5.996748 6.019433
5.998072 6.001754 5.993656 6.002409 5.985938 5.996226 5.998363
6.474674 6.525602 14.140690 5.999124 6.000368 5.998427
Three of his $ω$'s are less than 1. These are the ones that give the estimates of $γ$
6.474674 6.525602 14.140690
The mean of the remaining estimates is 5.999859. As long as you have enough
$ω$'s that are not near zero, this should provide a good estimate of $γ$.
edited Apr 1 at 13:17
answered Apr 1 at 1:26
G5WG5W
217310
217310
add a comment |
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48309%2fhow-do-i-fit-a-curve-into-non-linear-data%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
Can you tell us if $C$ is known?
$endgroup$
– MachineLearner
Apr 1 at 6:10
$begingroup$
Let's assume that is not known and we have to extract $ C $, $ω_0$ and $γ$.
$endgroup$
– Andreas Mastronikolis
Apr 1 at 18:25