![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/random/chi_squared_distribution.hpp>#include <boost/random/variate_generator.hpp>#include <stan/agrad/partials_vari.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/constants.hpp>#include <stan/math/functions/square.hpp>#include <stan/math/functions/multiply_log.hpp>#include <stan/math/functions/value_of.hpp>#include <stan/meta/traits.hpp>#include <stan/prob/constants.hpp>#include <stan/prob/traits.hpp>#include <stan/prob/internal_math.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::prob | |
| Templated probability distributions. | |
Functions | |
| template<bool propto, typename T_y , typename T_dof , typename T_scale > | |
| return_type< T_y, T_dof, T_scale >::type | stan::prob::scaled_inv_chi_square_log (const T_y &y, const T_dof &nu, const T_scale &s) |
| The log of a scaled inverse chi-squared density for y with the specified degrees of freedom parameter and scale parameter. More... | |
| template<typename T_y , typename T_dof , typename T_scale > | |
| return_type< T_y, T_dof, T_scale >::type | stan::prob::scaled_inv_chi_square_log (const T_y &y, const T_dof &nu, const T_scale &s) |
| template<typename T_y , typename T_dof , typename T_scale > | |
| return_type< T_y, T_dof, T_scale >::type | stan::prob::scaled_inv_chi_square_cdf (const T_y &y, const T_dof &nu, const T_scale &s) |
| The CDF of a scaled inverse chi-squared density for y with the specified degrees of freedom parameter and scale parameter. More... | |
| template<typename T_y , typename T_dof , typename T_scale > | |
| return_type< T_y, T_dof, T_scale >::type | stan::prob::scaled_inv_chi_square_cdf_log (const T_y &y, const T_dof &nu, const T_scale &s) |
| template<typename T_y , typename T_dof , typename T_scale > | |
| return_type< T_y, T_dof, T_scale >::type | stan::prob::scaled_inv_chi_square_ccdf_log (const T_y &y, const T_dof &nu, const T_scale &s) |
| template<class RNG > | |
| double | stan::prob::scaled_inv_chi_square_rng (const double nu, const double s, RNG &rng) |