Search found 2 matches

by APOCooter
Wed Nov 06, 2013 5:41 am
Forum: Math & Science
Topic: Bad math environment delimiter
Replies: 1
Views: 30950

Bad math environment delimiter

Here is my MWE

\documentclass[letterpaper]{article}

\usepackage{amsmath}


\begin{document}


Using the invariance property of the MLE, we have:
\begin{align}
\begin{math}
\phi = f(\hat{\theta})Pr(Y_1 = 1) &= Pr(X_i > 0) \\
&= 1 - Pr(X_i < 0) \\
&= 1 - Pr(X_i - \theta< -\theta) \\
&= 1 - Pr ...
by APOCooter
Thu Oct 17, 2013 4:44 am
Forum: Math & Science
Topic: Algorithm causes several Errors
Replies: 1
Views: 7495

Algorithm causes several Errors

I'm brand new to LaTeX so most errors are gibberish to me. I'm using the algorithme2e package and getting errors like this.
You can't use '\prevdepth' in restricted horizontal mode.
\no interlineskp -> \prevdepth
Along come messages about inserting $ , which I don't understand because I think I've ...