Refactor repo structure

This commit is contained in:
Marco Realacci 2024-01-19 03:29:39 +01:00
parent 36ac339086
commit 8fc89fbc03
1732 changed files with 3812 additions and 67 deletions

View file

@ -0,0 +1 @@
1/(1 - p)

View file

@ -0,0 +1,2 @@
img=https://unspectacular-subdi.000webhostapp.com/0120_domanda_21.png
Si consideri la Markov chain in figura con stato iniziale 0 e p in (0, 1). Quale delle seguenti formule calcola il valore atteso del numero di transizioni necessarie per lasciare lo stato 0.

View file

@ -0,0 +1 @@
(1 - p)/p

View file

@ -0,0 +1 @@
1/(p*(1 - p))