You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write("Denominator is positive (≥ a positive number): ")$
fullratsimp(subst(h=1-ε, d - B*(B-1)^2));
write("Numerator is an upward-pointing quadratic, so first solution is the maximum (negative slope of parabola is the second derivative of likelihood)")$
nb: collectterms(expand(n), B);
sol: solve(nb=0, B)$
write("Numerator is still positive at B=0, so first solution is positive")$
fullratsimp(subst([B=0], n));
write("Numerator is negative at B=1, so second solution is out of bounds (≥1)")$