dimasje

10 Reputation

0 Badges

12 years, 88 days

MaplePrimes Activity


These are questions asked by dimasje

Dear all,

I would like to solve the following function:

f:=sum(Y[i]*ln(t[i]), i = 1 .. n)+(sum(Y[i]*t[i]^beta[1], i = 1 .. n))*ln(theta[1])/theta[1]^beta[1]-(sum(Y[i]*t[i]^beta[1]*ln(t[i]), i = 1 .. n))/theta[1]^beta[1]+(sum(Y[i], i = 1 .. n))/beta[1]-ln(theta[1])*(sum(Y[i], i = 1 .. n));

Dear All,

I need your help, what function in Maple must be used to find the different form of this function

f := product((p*beta[1]*(t[i]/theta[1])^(beta[1]-1)*exp(-(t[i]/theta[1])^beta[1])/theta[1])^Y[i]*((1-p)*beta[2]*(t[i]/theta[2])^(beta[2]-1)*exp(-(t[i]/theta[2])^beta[2])/theta[2])^(1-Y[i]), i = 1 .. n)

into this function

Page 1 of 1