NativeVex commited on
Commit
e5a723e
1 Parent(s): 93a2718

comments on fix

Browse files
assignment-2/assignment_2/Gaussian Maximum Likelihood.ipynb CHANGED
@@ -1546,6 +1546,14 @@
1546
  "## Maximum Likelihood II"
1547
  ]
1548
  },
 
 
 
 
 
 
 
 
1549
  {
1550
  "cell_type": "code",
1551
  "execution_count": 18,
 
1546
  "## Maximum Likelihood II"
1547
  ]
1548
  },
1549
+ {
1550
+ "cell_type": "markdown",
1551
+ "id": "cd7e6e62-3f64-43e5-bf2c-3cb514411446",
1552
+ "metadata": {},
1553
+ "source": [
1554
+ "The partial of the poisson was found to be $nE^{w.x}*x - \\sum_{i=1}^{n}k x.x$"
1555
+ ]
1556
+ },
1557
  {
1558
  "cell_type": "code",
1559
  "execution_count": 18,