Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
166 views
in Technique[技术] by (71.8m points)

Estimation of two parameters - R

this is more a general statistics problem. My aim is to determine the relationship between two unknown parameters: k and a, in this equation:

k = f(T,t0)*a + g(T,t0)

Assuming that in the scenario I am considering this equation holds, I thought that the best I can do is to estimate the relationship between k and a. So my idea is to compute a lot of values of f and g, varying (almost) randomly T and t0, then assign (almost) random values to a, calculate respective k, so finding N points (a,k) and plotting k against a. From there do some sort of regression and estimate a relationship between the parameters, which can be linear or non linear.

I could implement it in R and got an interesting plot, which looked more like bands, made me think to discrete energy levels. I would report the graph and the code here but all the work got lost. Whatever, nothing like a continuos function between k and a. Maybe there could be some other relation explainable with some more advanced function or tool, or most likely my assumptions on the validity of the equations were wrong. Or otherwise there is a mistake in my method.

However theoretically, I have the feeling that there is a smarter and more appropriate way to approach the problem, although I don't find any logical mistakes in my way.

Any experienced opinion would be highly appreciated

Thanks!

question from:https://stackoverflow.com/questions/65884584/estimation-of-two-parameters-r

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...