Rev 4467 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4181 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
4455 | bpr | 3 | slib_title=Simulation de réalisations d'une variable aléatoire de loi lognormale |
4181 | bpr | 4 | |
5903 | bpr | 5 | slib_out=Simulation de <span class="tt">N</span> réalisations d'une variable aléatoire suivant la loi lognormale \ |
6 | de paramètres <span class="tt">mu</span> et <span class="tt">sigma</span>.\ |
||
4455 | bpr | 7 | Si une variable aléatoire suit cette loi, son logarithme\ |
5903 | bpr | 8 | suit la loi normale d'espérance <span class="tt">mu</span> et d'écart-type <span class="tt">sigma</span>. |
4455 | bpr | 9 | |
5903 | bpr | 10 | slib_comment=Si <span class="tt">m</span> est un vecteur à deux éléments entre crochets <span class="tt">[r,s]</span>, \ |
11 | renvoie une matrice à <span class="tt">r</span> lignes et <span class="tt">s</span> colonnes. |
||
4455 | bpr | 12 |