Hello, I am currently stuck with this CB extended function
The problem here is how do I remove the LN on this function?
ln C = β0 + m ∑ j=1 βj ln pj + βq ln q+ 1/2 m ∑ j=1 m ∑ k=1 γjk ln pj ln pk+ 1/2 γqq(ln qjk)^2 + m ∑ j=1 γjq ln pj ln q
What I've come to is:
C = e^β0 * pj^βj * q^βq + 1/2 * pj^yjk * pkyjk + 1/2 (qjk^yqq)^2 + pj^yjq * q^yjg ?
Please help