Subversion Repositories wimsdev

Rev

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

Rev 4330 Rev 4352
Line 4... Line 4...
4
 
4
 
5
slib_out=Quantile at data of log-normal law with parameters <tt>mu</tt> and <tt>sigma</tt>.\
5
slib_out=Quantile at <tt>data</tt> of log-normal law with parameters <tt>mu</tt> and <tt>sigma</tt>.\
6
If a random variable follows this distribution, its logarithm is normally distributed \
6
If a random variable follows this distribution, its logarithm is normally distributed \
7
with mean <tt>mu</tt> and standard deviation <tt>sigma</tt>.
7
with mean <tt>mu</tt> and standard deviation <tt>sigma</tt>.
8
 
8
 
9
slib_comment=Data can be a list of reals.
9
slib_comment=<tt>data</tt> can be a list of reals.
10
 
-