Classes | Namespaces | Functions
abseil-cpp/absl/random/internal/distribution_test_util.h File Reference
#include <cstddef>
#include <iostream>
#include <vector>
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
Include dependency graph for abseil-cpp/absl/random/internal/distribution_test_util.h:

Go to the source code of this file.

Classes

struct  absl::random_internal::DistributionMoments
 

Namespaces

 absl
 
 absl::random_internal
 

Functions

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)
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:11