Skip to content

Commit

Permalink
muk can take args
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelhelmerichs committed Oct 21, 2024
1 parent bf62ed6 commit b7a3a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic-ml.tex
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

% probababilistic
\newcommand{\bayesrulek}[1][k]{\frac{\P(\xv | y= #1) \P(y= #1)}{\P(\xv)}} % Bayes rule
\newcommand{\muk}{\bm{\mu_k}} % mean vector of class-k Gaussian (discr analysis)
\newcommand{\muk}[1][k]{\bm{\mu_{#1}}} % mean vector of class-k Gaussian (discr analysis)

% residual and margin
\newcommand{\eps}{\epsilon} % residual, stochastic
Expand Down

0 comments on commit b7a3a90

Please sign in to comment.