Help Me Find Df & k Values Using Non-Linear Regression

AI Thread Summary
The discussion revolves around a request for assistance in fitting a non-linear equation to a given dataset using software tools. The user provides a specific equation and parameters, including values for M, Mo, Ms, Pi, r, and n, along with a dataset consisting of time (t) and corresponding measurements (m). The goal is to determine the values of Df and k by fitting the data to the non-linear equation. However, there is a note indicating that the equation appears incomplete, suggesting that further clarification or correction may be necessary for effective regression analysis.
ayildirim10
Messages
2
Reaction score
0
Dear everybody,
I wave an equation with datas and want to regress in non linear form with plot.
Would you help me to solve the equation bellow by any softwares, please?
The data, the equation and parameters are given bellow. I want to fit the data to non-linear equation to find Df and k values.
I just need help.
Your sincerely,,

M=Mo + (Mo - Ms)*Pi*8*r*Ms*
a [Sum[((k*r^2 + Pi^2*a n^2)*k*r^2*t -
Pi^2*r^2*a n^2 - (Pi^2*r^2*a) n^2*
Exp[-t*(k*r^2 + a*Pi^2 n^2)/r^2])/(k*r^2 + n^2 a*Pi^2)^2]


n=1000
ms=146.5
mo=11.58
r=0.003975

t m
0 11.58
30 72.61
60 97.89
90 106.05
120 109.63
150 117.02
180 119.57
210 125.99
240 129.56
270 132.85
 
Last edited by a moderator:
Technology news on Phys.org
Your equation looks incomplete
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top