syntax_this
New member
- Joined
- Nov 10, 2015
- Messages
- 3
Dear every -and anybody who expresses interest in this post,
I've browsed this forum a fair bit now, without any luck in finding a response to my query. I apologize in advance if I have posted this in the wrong section, but I didn't know where else it would fit best in.
My problem is the following:
I am replicating "a recipe" from a research paper. I have to basically create some curves, which are used to evaluate other things (It's an Index, basically). Not important - lets focus on the math!
The curves are generated from the following expression, serving as a benchmark curve (as stated in the recipe):
X = b*m^(r-c)
Where the known variables are 'X' and 'r'
Constant is denoted by 'c'
b and m are unknown coefficients.
The dataset consists of two variables, 'X' and 'r', and are both continous numbers of type float.
Other curves are produced by changing the constant manually acoording to other criteria, which isn't the focus of this post.
The benchmark curve is "created by linked data points together through a log regression" according to the recipe, however - I am completely lost on where to start when dealing with two unknown coefficients. I am also confused by the call for 'log regression', as I was under the impression this only applied to binary variables.
I have Excel and STATA at my disposal.
Any help would be much appreciated. Feel free to ask questions!
/A fellow student of the world
I've browsed this forum a fair bit now, without any luck in finding a response to my query. I apologize in advance if I have posted this in the wrong section, but I didn't know where else it would fit best in.
My problem is the following:
I am replicating "a recipe" from a research paper. I have to basically create some curves, which are used to evaluate other things (It's an Index, basically). Not important - lets focus on the math!
The curves are generated from the following expression, serving as a benchmark curve (as stated in the recipe):
X = b*m^(r-c)
Where the known variables are 'X' and 'r'
Constant is denoted by 'c'
b and m are unknown coefficients.
The dataset consists of two variables, 'X' and 'r', and are both continous numbers of type float.
Other curves are produced by changing the constant manually acoording to other criteria, which isn't the focus of this post.
The benchmark curve is "created by linked data points together through a log regression" according to the recipe, however - I am completely lost on where to start when dealing with two unknown coefficients. I am also confused by the call for 'log regression', as I was under the impression this only applied to binary variables.
I have Excel and STATA at my disposal.
Any help would be much appreciated. Feel free to ask questions!
/A fellow student of the world