Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
707383c6
Commit
707383c6
authored
Jan 15, 2019
by
Philipp Arras
Browse files
Fix math stuff
parent
e49e6471
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/library/inverse_gamma_operator.py
View file @
707383c6
...
...
@@ -30,8 +30,8 @@ class InverseGammaOperator(Operator):
The pdf of the inverse gamma distribution is defined as follows:
.. math::
\f
rac
{
\b
eta
^{
\a
lpha
}
}{\Gamma
(
\a
lpha
)}
}x^{-
\a
lpha -1}\exp \left(-
{
\f
rac
{
\b
eta }{x}
}
\r
ight)
.. math
::
\
\
frac{
\
\
beta
^
\
\
alpha}{
\
\
Gamma(
\
\
alpha
)
}x^{-
\
\
alpha -1}
\
\
exp
\
\
left(-
\
\
frac{
\
\
beta }{x}
\
\
right)
That means that for large x the pdf falls off like x^(-alpha -1).
The mean of the pdf is at q / (alpha - 1) if alpha > 1.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment