Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
mercierc
2020-05-20 07:26:02 +02:00
committed by GitHub
co-authored by Ryan Curtin
parent c115dc86ab
commit 4ad323970f
@@ -51,7 +51,7 @@ PROGRAM_INFO("BayesianLinearRegression",
"dimension, t is a vector of targets, alpha is the precision of the "
"gaussian prior distribtion of w, and w is the solution to determine. "
"\n\n"
"The Bayesian linear regression comptutes the posterior distribution of "
"The Bayesian linear regression computes the posterior distribution of "
"the parameters by the Bayes's rule : "
"\n\n"
" p(w|X) = p(X,t|w) * p(w|alpha) / p(X)"