Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Continuous Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Continuous Statistical Distributions >

CauchyDistribution

CauchyDistribution[a, b]
represents a Cauchy distribution with location parameter a and scale parameter b.
  • The probability density for value x in a Cauchy distribution is proportional to . »
The mean and variance of a Cauchy distribution are indeterminate:
Probability density function:
The mean and variance of a Cauchy distribution are indeterminate:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Probability density function:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Generate a set of pseudorandom numbers that are Cauchy distributed:
Higher-order moments are also indeterminate:
The q^(th) quantile of a Cauchy distribution:
Plot the cumulative distribution function of the random variable:
A contour plot as both x and b are varied:
The probability density function integrates to unity:
CauchyDistribution[0, 1] is equivalent to StudentTDistribution with nu=1:
CauchyDistribution is not defined when a is nonreal:
CauchyDistribution is not defined when b is non-positive:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team