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 2... | Line 2... | ||
2 | 2 | ||
3 | slib_title=Cumulative distribution function of log-normal law |
3 | slib_title=Cumulative distribution function of log-normal law |
4 | slib_parms=3\ |
- | |
5 | ,[data]\ |
- | |
6 | 0,mean\ |
- | |
7 | 1,sigma |
- | |
8 | 4 | ||
9 | slib_out=values of cumulative distribution function |
5 | slib_out=values of cumulative distribution function on data\ |
- | 6 | of the log-normal law with parameters <tt>m</tt> and <tt>sigma</tt>.\ |
|
- | 7 | If a random variable follows this distribution, its logarithm is normally distributed \ |
|
10 |
|
8 | with mean <tt>m</tt> and standard deviation <tt>sigma</tt> |
11 | - | ||
12 | 9 | ||
- | 10 | slib_comment=data can be a list of reals in brackets. |