added html files

This commit is contained in:
mhjensen
2018-08-24 06:35:38 +02:00
parent 3a6bdf1450
commit dc7ce90ee7
20 changed files with 159 additions and 2504 deletions
+3 -3
View File
@@ -332,9 +332,9 @@ while $P(x)$ is the cumulative probability.
| Domain | $\left\{x_1, x_2, x_3, \dots, x_N\right\}$ | $[a,b]$ |
| Probability | $p(x_i)$ | $p(x)dx$ |
| Cumulative | $P_i=\sum_{l=1}^ip(x_l)$ | $P(x)=\int_a^xp(t)dt$ |
| Positivity | $ 0\le p(x_i)\le 1$ | $ p(x) \ge 0$ |
| Positivity | $ 0\le P_i\le 1$ | $ 0\le P(x)\le 1$ |
| Monotonic | $P_i\ge P_j$ if $x_i\ge x_j$ | $P(x_i)\ge P(x_j)$ if $x_i\ge x_j$ |
| Positivity | $ 0 \le p(x_i) \le 1$ | $ p(x) \ge 0$ |
| Positivity | $ 0 \le P_i \le 1$ | $ 0 \le P(x) \le 1$ |
| Monotonic | $P_i \ge P_j$ if $x_i \ge x_j$ | $P(x_i) \ge P(x_j)$ if $x_i \ge x_j$ |
| Normalization | $P_N=1$ | $P(b)=1$ |
|--------------------------------------------------------------------------------------------------------------------------------------|
+1 -1
View File
@@ -44,7 +44,7 @@ system doconce split_html $html.html --method=space10
# Bootstrap style
html=${name}-bs
system doconce format html $name --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=$html $opt
#system doconce split_html $html.html --method=split --pagination --nav_button=bottom
system doconce split_html $html.html --method=split --pagination --nav_button=bottom
# IPython notebook
system doconce format ipynb $name $opt