![]() |
Stan
1.0
probability, sampling & optimization
|
#include <stan/agrad.hpp>#include <stan/math/error_handling.hpp>#include <stan/math/special_functions.hpp>#include <stan/meta/traits.hpp>#include <stan/prob/constants.hpp>#include <stan/prob/traits.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_scale_succ , typename T_scale_fail , class Policy > | |
| return_type< T_y, T_scale_succ, T_scale_fail >::type | stan::prob::beta_log (const T_y &y, const T_scale_succ &alpha, const T_scale_fail &beta, const Policy &) |
| The log of the beta density for the specified scalar(s) given the specified sample size(s). More... | |
| template<bool propto, typename T_y , typename T_scale_succ , typename T_scale_fail > | |
| return_type< T_y, T_scale_succ, T_scale_fail >::type | stan::prob::beta_log (const T_y &y, const T_scale_succ &alpha, const T_scale_fail &beta) |
| template<typename T_y , typename T_scale_succ , typename T_scale_fail , class Policy > | |
| return_type< T_y, T_scale_succ, T_scale_fail >::type | stan::prob::beta_log (const T_y &y, const T_scale_succ &alpha, const T_scale_fail &beta, const Policy &) |
| template<typename T_y , typename T_scale_succ , typename T_scale_fail > | |
| return_type< T_y, T_scale_succ, T_scale_fail >::type | stan::prob::beta_log (const T_y &y, const T_scale_succ &alpha, const T_scale_fail &beta) |
| template<typename T_y , typename T_scale_succ , typename T_scale_fail , class Policy > | |
| return_type< T_y, T_scale_succ, T_scale_fail >::type | stan::prob::beta_cdf (const T_y &y, const T_scale_succ &alpha, const T_scale_fail &beta, const Policy &) |
| Calculates the beta cumulative distribution function for the given variate and scale variables. More... | |
| template<typename T_y , typename T_scale_succ , typename T_scale_fail > | |
| return_type< T_y, T_scale_succ, T_scale_fail >::type | stan::prob::beta_cdf (const T_y &y, const T_scale_succ &alpha, const T_scale_fail &beta) |