|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
GompertzMakehamDistribution
GompertzMakehamDistribution[
,
]
represents a Gompertz distribution with scale parameter
and frailty parameter
.
GompertzMakehamDistribution[
,
,
,
]
represents a Gompertz-Makeham distribution with parameters
,
,
, and
.
DetailsDetails
- The hazard function for value
in a Gompertz distribution is given by
for
, and is zero for
. - The hazard function for value
in a Gompertz-Makeham distribution is given by
for
and is zero for
. - GompertzMakehamDistribution allows
and
to be any positive real numbers and
and
any non-negative real numbers. - GompertzMakehamDistribution can be used with such functions as Mean, CDF, and RandomVariate.
ExamplesExamplesopen allclose all
Basic Examples (6)Basic Examples (6)
Probability density function of Gompertz distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
Cumulative distribution function of Gompertz distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
Probability density function of Gompertz-Makeham distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
Cumulative distribution function of Gompertz-Makeham distribution:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
Mean and variance of a Gompertz distribution:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= | ![]() |
Median of Gompertz distribution:
| In[1]:= |
| Out[1]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

















