#include <cassert>
#include <random>
#include <fastad_bits/reverse/stat/cauchy.hpp>
#include <autoppl/util/traits/traits.hpp>
#include <autoppl/expression/distribution/dist_utils.hpp>
#include <autoppl/math/density.hpp>
#include <autoppl/math/math.hpp>
Go to the source code of this file.
|
template<class LocType , class ScaleType , class = std::enable_if_t< util::is_valid_dist_param_v<LocType> && util::is_valid_dist_param_v<ScaleType> >> |
constexpr auto | ppl::cauchy (const LocType &loc_expr, const ScaleType &scale_expr) |
|
◆ PPL_CAUCHY_PARAM_SHAPE
#define PPL_CAUCHY_PARAM_SHAPE "Cauchy parameters loc and scale must be either scalar or vector. " |