Skip to content

Commit 1ec746a

Browse files
author
Raphael Sonabend
committed
Deploy from Github Actions build 570497089 [ci skip]
Build URL: https://github.com/alan-turing-institute/distr6/actions/runs/570497089 Commit: c326bf4
1 parent c326bf4 commit 1ec746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ for manipulation and composition of distributions.
135135
``` r
136136
B <- Binomial$new()
137137
TruncatedDistribution$new(B, lower = 2, upper = 5) #Or: truncate(B,2,5)
138-
#> TruncBinom(Binom_prob = 0.5, Binom_qprob = 0.5,...,trunc_lower = 2, trunc_upper = 5)
138+
#> TruncBinom(Binom__prob = 0.5, Binom__qprob = 0.5,...,trunc__lower = 2, trunc__upper = 5)
139139
N <- Normal$new()
140140
MixtureDistribution$new(list(B,N), weights = c(0.1, 0.9))
141141
#> Binom wX Norm

0 commit comments

Comments
 (0)