Subversion Repositories wimsdev

Rev

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

Rev 4440 Rev 4455
Line 2... Line 2...
2
 
2
 
3
slib_title=Quantile of Cauchy law 
3
slib_title=Quantile of Cauchy law 
4
 
4
 
5
slib_out=Quantile at <tt>data</tt> of Cauchy law of parameters \
5
slib_out=Quantile at <tt>data</tt> of Cauchy law of parameters \
6
<tt>lambda</tt> and <tt>sigma</tt>.
6
<tt>lambda</tt> and <tt>sigma</tt>.
7
slib_comment=<tt>data</tt> can be a list of integers.
7
slib_comment=<tt>data</tt> can be a list of integers.\
-
 
8
The density at x is (pi*sigma)^(-1)*(1+(x-lambda)/sigma)^(-2)
8
 
9