std::negative_binomial_distribution::param
De cppreference.com
< cpp | numeric | random | negative binomial distribution
C++
Biblioteca numérica
Funciones matemáticas comunes | ||||||||||||||||
Funciones matemáticas especiales(C++17) | ||||||||||||||||
Constantes matemáticas(C++20) | ||||||||||||||||
Algoritmos básicos de álgebra lineal(C++26) | ||||||||||||||||
Entorno de punto flotante(C++11) | ||||||||||||||||
Números complejos | ||||||||||||||||
Arrays numéricos | ||||||||||||||||
Generación de números pseudoaleatorios | ||||||||||||||||
Operaciones de factores | ||||||||||||||||
(C++17) | ||||||||||||||||
(C++17) | ||||||||||||||||
Interpolaciones | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
Saturación aritmética | ||||||||||||||||
| ||||||||||||||||
Operaciones numéricas genéricas | ||||||||||||||||
(C++11) | ||||||||||||||||
(C++23) | ||||||||||||||||
(C++17) | ||||||||||||||||
(C++17) | ||||||||||||||||
(C++17) | ||||||||||||||||
(C++17) | ||||||||||||||||
(C++17) | ||||||||||||||||
(C++17) | ||||||||||||||||
Operaciones de bits | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++23) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) | ||||||||||||||||
(C++20) |
Generación de números pseudoaleatorios
Motores y adaptadores de motor Original: Engines and engine adaptors The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Generadores Original: Generators The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
Distribuciones Original: Distributions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
Distribuciones uniformes Original: Uniform distributions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Bernoulli distribuciones Original: Bernoulli distributions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Poisson distribuciones Original: Poisson distributions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Distribuciones normales Original: Normal distributions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Distribuciones de muestreo Original: Sampling distributions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
Secuencias de semillas Original: Seed Sequences The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
C biblioteca Original: C library The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
std::negative_binomial_distribution
Las funciones miembro Original: Member functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
Generación Original: Generation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
Características Original: Characteristics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
negative_binomial_distribution::param | ||||
Terceros funciones Original: Non-member functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
param_type param()const; | (1) | (desde C++11) |
void param(const param_type& params ); | (2) | (desde C++11) |
Administra el conjunto de parámetros asociados a la distribución.
1) Devuelve el conjunto de parámetros asociados.
2) Establece el parámetro asociado establecido en params
.
[editar] Parámetros
params | - | el nuevo contenido del conjunto de parámetros asociados. |
[editar] Valor de retorno
1) El conjunto de parámetros asociado.
2) (Ninguno)
[editar] Complejidad
Constante.