Rev 4327 | Rev 4352 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4161 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
4327 | bpr | 3 | slib_title=Quantile of log-normal law |
4161 | bpr | 4 | |
4330 | bpr | 5 | slib_out=Quantile at data of log-normal law with parameters <tt>mu</tt> and <tt>sigma</tt>.\ |
4327 | bpr | 6 | If a random variable follows this distribution, its logarithm is normally distributed \ |
4330 | bpr | 7 | with mean <tt>mu</tt> and standard deviation <tt>sigma</tt>. |
4327 | bpr | 8 | |
4330 | bpr | 9 | slib_comment=Data can be a list of reals. |
4161 | bpr | 10 |