We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190a38d commit c1a6379Copy full SHA for c1a6379
1 file changed
README.md
@@ -50,6 +50,21 @@ To use the demonstration Pluto notebooks, you can add:
50
`logsumexp()` -
51
Sum of a vector where numbers are represented by their logarithms.
52
53
+`waic()` -
54
+ Compute WAIC for a loglikelihood matrix.
55
+
56
+`pk_qualify()` -
57
+ Show location of pk values.
58
59
+`pk_plot()` -
60
+ Plot pk values.
61
62
+`var2()` -
63
+ Uncorrected variance.
64
65
+`log_sum_exp()` -
66
+ Compute logarithmic sum of a vector.
67
68
### Corresponding R code
69
70
The corresponding R code can be found in [R package called
0 commit comments