|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RiceDistribution
RiceDistribution[
,
]
represents a Rice distribution with shape parameters
and
.
RiceDistribution[m,
,
]
represents a Norton-Rice distribution with parameters m,
, and
.
DetailsDetails
- RiceDistribution is also known as Nakagami-
distribution. - The probability density for value
in a Rice distribution is proportional to
for
, and is zero for
. - The probability density for value
in a Norton-Rice distribution is proportional to
for
, and is zero for
. - RiceDistribution allows
to be any non-negative real number and m,
to be any positive real numbers. - RiceDistribution can be used with such functions as Mean, CDF, and RandomVariate.
ExamplesExamplesopen allclose all
Basic Examples (6)Basic Examples (6)
Probability density function of Rice distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= | ![]() |
Cumulative distribution function of Rice distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
Mean and variance of Rice distribution:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
Probability density function of Norton-Rice distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Cumulative distribution function of Norton-Rice distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= |
Mean and variance of Norton-Rice distribution:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »








