You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In the following equation:
c = sum_i( ( p(i)^a ) * b(i) ) / sum_i( p(i)^a )
"c", "p(i)" and "b(i)" are known.
How do I calculate "a"?
Ray Koopman
unread,
Apr 27, 2012, 12:50:07 AM4/27/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Plot (b1*p1^a + b2*p2^a + ...) and c*(p1^a + p2^a + ...)
on the same graph as functions of 'a', and find
approximately where they cross. Then use Newton's method.