#include "absl/random/internal/distribution_test_util.h"
#include <cassert>
#include <cmath>
#include <string>
#include <vector>
#include "absl/base/internal/raw_logging.h"
#include "absl/base/macros.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
Go to the source code of this file.
|
double | absl::random_internal::beta (double p, double q) |
|
double | absl::random_internal::BetaIncomplete (const double x, const double p, const double q) |
|
double | absl::random_internal::BetaIncompleteInv (const double p, const double q, const double alpha) |
|
DistributionMoments | absl::random_internal::ComputeDistributionMoments (absl::Span< const double > data_points) |
|
double | absl::random_internal::erfinv (double x) |
|
double | absl::random_internal::InverseNormalSurvival (double x) |
|
double | absl::random_internal::MaxErrorTolerance (double acceptance_probability) |
|
bool | absl::random_internal::Near (absl::string_view msg, double actual, double expected, double bound) |
|
std::ostream & | absl::random_internal::operator<< (std::ostream &os, const DistributionMoments &moments) |
|
double | absl::random_internal::RequiredSuccessProbability (const double p_fail, const int num_trials) |
|
double | absl::random_internal::ZScore (double expected_mean, const DistributionMoments &moments) |
|