MHB Help to write a set of equations

  • Thread starter Thread starter kirti
  • Start date Start date
  • Tags Tags
    Set
AI Thread Summary
The discussion revolves around formulating equations for a research project involving a dependent variable influenced by twelve parameters, each with multiple subparameters. The dependent variable is represented as a sum of these parameters, while each parameter is derived from weighted percentage changes in responses to specific questions over two time periods. The equations are structured to account for the subparameters using double indexing for clarity, allowing for the calculation of the percent change and its corresponding weight. The final combined equation captures the relationship between the dependent variable and the parameters effectively. The participant expresses satisfaction with the proposed equations and plans to input their values for analysis.
kirti
Messages
3
Reaction score
0
i am doing a research based project and need help to write a set of equations with variables at two levels.i am clear on what i need to do but don`t know how to express it in equation form.
I have a dependent variable which is a function of 12 parameters.
each parameter has several sub parameters which are basically questions asked from respondents on certain issues at two different time periods.
I have taken the percentage change in the responses for the sub parameter. I have then put a weightage to the percentage change so that I do not have a very wide peaks in data.
so i have assigned points to this change in response as per below -

points %age change[TABLE="width: 927, align: center"]
[/TABLE]

0 0 or less than 0
1 0-25%
2 26%-50%
3 51%-75%
4 76%-100%
5 more than 100%
when i add up the points, i hope to get a sum of how each subparameter is influencing the parameter. further, by putting how many different subparameters come under different parameters, i can get how much each parameter is affecting the dependent variable.
i need to write two sets of equations. one for the parameters and then one for the subparameters and i need help.
 
Mathematics news on Phys.org
I think labels would be of immense help here. Let's call your dependent variable $y$. You have twelve parameters, and they all appear to be of the same kind of variable. So let's use an indexing scheme to represent those: $x_{j},\;j=1,2,\dots,12$. That is, your twelve parameters are $x_{1},x_{2},\dots,x_{12}$. Then you have these subparameters which determine the parameters. One of your subparameters is percent change. Before I can come up with a decent scheme for labeling the subparameters, I have some questions about the parameters and subparameters.

1. Is another subparameter the weight you're assigning?
2. How many subparameters are there?
3. How do the parameters depend on the subparameters?
4. How does the dependent variable depend on the parameters? For example, are you just summing the parameters to get the dependent variable?

We'll go from here, I think.
 
Thanks for the response.
let me clarify. my subparameters are actually questions defining the parameter chosen. like if parameter is human resource decisions, the sub parameters are questions related to this area.
what i have done is recorded the responses to these subparameters at two different time frame(two different years). the percentage change in the responses to the questions will give me some numbers but since the parameters are different variables,just adding the percentage change disnot make sense to me . hence , I thought of putting weightage to the percentage change as given below.
So hope it is a bit clearer.I have also answered point by point to yr. queries below.
Thanks again for the prompt reply.
................................
Ackbach said:
I think labels would be of immense help here. Let's call your dependent variable $y$. You have twelve parameters, and they all appear to be of the same kind of variable. So let's use an indexing scheme to represent those: $x_{j},\;j=1,2,\dots,12$. That is, your twelve parameters are $x_{1},x_{2},\dots,x_{12}$. Then you have these subparameters which determine the parameters. One of your subparameters is percent change. Before I can come up with a decent scheme for labeling the subparameters, I have some questions about the parameters and subparameters.

1. Is another subparameter the weight you're assigning? - No, explained above
2. How many subparameters are there? -Since they are different questions for each parameter so number of subparameters differs for each parameter.
3. How do the parameters depend on the subparameters?- sub parameters describe the parameters, sub parameters give quantitative value by way of resonses.
4. How does the dependent variable depend on the parameters? For example, are you just summing the parameters to get the dependent variable?- Yes. by summing up the parameters is my idea.

We'll go from here, I think.
 
Ok, thanks for the clarifications. I think we're getting closer. Let me see if I've got this right: you've got subparameters that are percent changes to questions asked at different times. You are weighting each of these subparameters in a sum to get each parameter, and then summing those, in turn, to get the value of the independent variable. Is that correct? If so, let me see if I can break out the expressions further.

You've already said that you're summing the parameters to get the independent variable. So we write
$$y=\sum_{j=1}^{12}x_{j}=x_{1}+x_{2}+\dots+x_{12}.$$
So there's that equation done. Now we need to get each $x_{j}$ written down. For each $x_{j}$, we'll need $a_{j}$ subparameters. So $a_{1}$ might be 3 (questions), and $a_{2}$ might be 5 (questions). The $a_{j}$'s are the number of questions making up parameter $x_{j}$. Ok? Now for the questions themselves, we're going to need double-indexing in order to reference the parameter as well as the particular question. I'm going to do $q_{j,k}$, with apologies to the physicists working in relativity, for the answer to the $k$th question pertaining to parameter $j$ in the first year, and $p_{j,k}$ for the answer to the $k$th question pertaining to parameter $j$ in the second year. The percent change for a particular question would then be written as
$$\frac{|q_{j,k}-p_{j,k}|}{|q_{j,k}|}\times 100\%.$$
We also need a weight for this percent change: it also must reference the parameter and the question, so it needs double-indexing. I'll call it $w_{j,k}$. So it seems to me that if you're just going to sum the percent changes weighted by whatever weights you're going to use, then you'd write
$$x_{j}=\sum_{k=1}^{a_{j}}\left[w_{j,k}\cdot\frac{|q_{j,k}-p_{j,k}|}{|q_{j,k}|}\times 100\%\right].$$
Finally, you could combine the two equations I've come up with here into one:
$$y=\sum_{j=1}^{12}\sum_{k=1}^{a_{j}}\left[w_{j,k}\cdot\frac{|q_{j,k}-p_{j,k}|}{|q_{j,k}|}\times 100\%\right].$$

How close are we to what you need?
 
Thanks a ton!This seems like what i wanted.I will put in my values and see the results. Again thank you for your time and effort.
................................
Ackbach said:
Ok, thanks for the clarifications. I think we're getting closer. Let me see if I've got this right: you've got subparameters that are percent changes to questions asked at different times. You are weighting each of these subparameters in a sum to get each parameter, and then summing those, in turn, to get the value of the independent variable. Is that correct? If so, let me see if I can break out the expressions further.

You've already said that you're summing the parameters to get the independent variable. So we write
$$y=\sum_{j=1}^{12}x_{j}=x_{1}+x_{2}+\dots+x_{12}.$$
So there's that equation done. Now we need to get each $x_{j}$ written down. For each $x_{j}$, we'll need $a_{j}$ subparameters. So $a_{1}$ might be 3 (questions), and $a_{2}$ might be 5 (questions). The $a_{j}$'s are the number of questions making up parameter $x_{j}$. Ok? Now for the questions themselves, we're going to need double-indexing in order to reference the parameter as well as the particular question. I'm going to do $q_{j,k}$, with apologies to the physicists working in relativity, for the answer to the $k$th question pertaining to parameter $j$ in the first year, and $p_{j,k}$ for the answer to the $k$th question pertaining to parameter $j$ in the second year. The percent change for a particular question would then be written as
$$\frac{|q_{j,k}-p_{j,k}|}{|q_{j,k}|}\times 100\%.$$
We also need a weight for this percent change: it also must reference the parameter and the question, so it needs double-indexing. I'll call it $w_{j,k}$. So it seems to me that if you're just going to sum the percent changes weighted by whatever weights you're going to use, then you'd write
$$x_{j}=\sum_{k=1}^{a_{j}}\left[w_{j,k}\cdot\frac{|q_{j,k}-p_{j,k}|}{|q_{j,k}|}\times 100\%\right].$$
Finally, you could combine the two equations I've come up with here into one:
$$y=\sum_{j=1}^{12}\sum_{k=1}^{a_{j}}\left[w_{j,k}\cdot\frac{|q_{j,k}-p_{j,k}|}{|q_{j,k}|}\times 100\%\right].$$

How close are we to what you need?
 
You're very welcome! Glad I could be of service.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top