Rev 4161 | Rev 4330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4161 | Rev 4327 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | slib_lang_exists_tmp=yes |
1 | slib_lang_exists_tmp=yes |
2 | 2 | ||
3 | slib_title=Quantile of |
3 | slib_title=Quantile of log-normal law |
4 | slib_parms=3\ |
- | |
5 | ,[data]\ |
- | |
6 | 1,mean\ |
4 | |
- | 5 | slib_out=Quantile at data of log-normal law with parameters <tt>m</tt> and <tt>sigma</tt>.\ |
|
- | 6 | If a random variable follows this distribution, its logarithm is normally distributed \ |
|
7 |
|
7 | with mean <tt>m</tt> and standard deviation <tt>sigma</tt>. |
8 | 8 | ||
9 | slib_out=quantile at data |
- | |
10 | slib_comment=data can be a list of reals. |
9 | slib_comment=data can be a list of reals. |
11 | 10 |