Skip to content

Commit ece6ad2

Browse files
committed
Fix typo in leaf model docs
1 parent 32d27f1 commit ece6ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/stochtree/leaf_model.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ namespace StochTree {
9898
* \f]
9999
*
100100
* \f[
101-
* r_i = y_i - \sum_{k \neq j} \mu_k(X_i)
101+
* r_i = y_i - \sum_{k \neq j} f_k(X_i)
102102
* \f]
103103
*
104104
* In words, this model depends on the data for a given leaf node only through three sufficient statistics, \f$n_{\ell}\f$, \f$s_{y,\ell}\f$, and \f$s_{yy,\ell}\f$,

0 commit comments

Comments
 (0)