Subversion Repositories wimsdev

Rev

Rev 4330 | Rev 4438 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4330 Rev 4352
Line 1... Line 1...
1
slib_lang_exists_tmp=yes
1
slib_lang_exists_tmp=yes
2
 
2
 
3
slib_title=Cumulative distribution function of log-normal law
3
slib_title=Cumulative distribution function of log-normal law 
4
 
4
 
5
slib_out=Values of cumulative distribution function on data\
5
slib_out=Values on <tt>data</tt> of cumulative distribution function
6
of the log-normal law with parameters <tt>mu</tt> and <tt>sigma</tt>.\
6
of the log-normal law with parameters <tt>mu</tt> and <tt>sigma</tt>.\
7
If a random variable follows this distribution, its logarithm is normally distributed \
7
If a random variable follows this distribution, its logarithm is normally distributed \
8
with mean <tt>mu</tt> and standard deviation <tt>sigma</tt>.
8
with mean <tt>mu</tt> and standard deviation <tt>sigma</tt>.
9
 
9
 
10
slib_comment=Data can be a list of reals in brackets.
10
slib_comment=<tt>data</tt> can be a list of reals in brackets.