veejl
- 3
- 0
So I've spent the better part of the last 2 days reading your forums (awesome btw) as well as as scouring Google and other sites for the past week, trying to figure out what to do.
I have this equation here:
p(injury) =\Phi \frac{ln(F) - 2m - 3a + b}{0.8}
probability(injury) = cumulative distribution function (ln(Force) - 2(mass) - 3(age) + constant)/0.8.
I'm trying to figure out a way to solve that eqn for Force, such that I have F = ...
I am hoping to apply this to a data set containing cases of known injuries with mass/age given for each injury. I plan to set the probability(injury) to 1, since I know that an injury did occur. My output would be a force for each case.
I honestly have no clue what to do in solving the equation.
- If I hold mass/age as constants, then my eqn is pretty much useless since it only looks at Force (assuming that solving the CDF requires taking a derivate of that entire eqn).
- Initially I thought to ignore the CDF on a friend's advice that I am looking at a single point versus a cumultive probability. So I got this: F = e0.8*p(fracture) + 2m + 3y - b). But, I think this too is incorrect and some other mathematical permutations need to be happening.
- Tried to convert it into a PDF, but really not sure what that accomplished
- Would "point probability" be a way to go? (http://en.wikipedia.org/wiki/Cumulative_distribution_function#Point_probability"
Some other things that might be useful:
- I know that injuries happen at a minimum Force. So that could be useful as a lower limit or bound.
I am also worried that I can't that I can't justify stating probability(injury)=1, even though it is known that injury did occur. Any thoughts on this point?
any help or insight would be utterly fantastic. thanks in advance!
I have this equation here:
p(injury) =\Phi \frac{ln(F) - 2m - 3a + b}{0.8}
probability(injury) = cumulative distribution function (ln(Force) - 2(mass) - 3(age) + constant)/0.8.
I'm trying to figure out a way to solve that eqn for Force, such that I have F = ...
I am hoping to apply this to a data set containing cases of known injuries with mass/age given for each injury. I plan to set the probability(injury) to 1, since I know that an injury did occur. My output would be a force for each case.
I honestly have no clue what to do in solving the equation.
- If I hold mass/age as constants, then my eqn is pretty much useless since it only looks at Force (assuming that solving the CDF requires taking a derivate of that entire eqn).
- Initially I thought to ignore the CDF on a friend's advice that I am looking at a single point versus a cumultive probability. So I got this: F = e0.8*p(fracture) + 2m + 3y - b). But, I think this too is incorrect and some other mathematical permutations need to be happening.
- Tried to convert it into a PDF, but really not sure what that accomplished
- Would "point probability" be a way to go? (http://en.wikipedia.org/wiki/Cumulative_distribution_function#Point_probability"
Some other things that might be useful:
- I know that injuries happen at a minimum Force. So that could be useful as a lower limit or bound.
I am also worried that I can't that I can't justify stating probability(injury)=1, even though it is known that injury did occur. Any thoughts on this point?
any help or insight would be utterly fantastic. thanks in advance!
Last edited by a moderator: