Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabilitata action pdf + aggiornato file .gitignore #4

Merged
merged 5 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/md-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
echo "No changes to commit."
else
git commit -m "Add generated artifacts [PDF]"
git push
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.obsidian/*
*obsidian*

*.DS_Store
Binary file removed artifacts/pdf/01-TreCarte.pdf
Binary file not shown.
Binary file removed artifacts/pdf/02-Ehrenfest.pdf
Binary file not shown.
Binary file removed artifacts/pdf/03-Binomial.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion teoria/.obsidian/app.json

This file was deleted.

1 change: 0 additions & 1 deletion teoria/.obsidian/appearance.json

This file was deleted.

31 changes: 0 additions & 31 deletions teoria/.obsidian/core-plugins.json

This file was deleted.

171 changes: 0 additions & 171 deletions teoria/.obsidian/workspace.json

This file was deleted.

2 changes: 1 addition & 1 deletion teoria/03-Binomial.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Allo stesso modo, per ricavare la varianza si utilizza la derivata seconda parte
$$ n\,(n-1)\, \left(p+q\right)^{n-2} = \sum_{m=2}^n \binom{n}{m} m \left(m-1\right) \, p^{m-2} q^{n-m} $$
e si moltiplica per il termine $p^2$
$$ n\,(n-1)\,p^2 \, \left(p+q\right)^{n-2} = \sum_{m=2}^n \binom{n}{m} m \left(m-1\right) \, p^m q^{n-m} $$
si aggiunge poi il vincolo $p+q=1$
si aggiunge poi il vincolo $p+q=1$ (per definizione)
$$ n\,(n-1)\,p^2 = \sum_{m=0}^n m \left(m-1\right) \, \mathcal{B}_{n,p}(m) = \sum_{m=0}^n m^2\,\mathcal{B}_{n,p}(m) - \sum_{m=0}^n m\,\mathcal{B}_{n,p}(m) $$
$$ n^2p^2 - np^2 = \mathbb{E}\left[m^2\right] - \mathbb{E}\left[m\right]
= \left(\mathbb{E}\left[m\right]\right)^2 - np^2 = \mathbb{E}\left[m^2\right] - np
Expand Down
Empty file removed teoria/images/test.png
Empty file.
Binary file added teoria/pdf/01-TreCarte.pdf
Binary file not shown.
Binary file added teoria/pdf/02-Ehrenfest.pdf
Binary file not shown.
Binary file added teoria/pdf/03-Binomial.pdf
Binary file not shown.