Diferenças entre edições de "cpp/numeric/random/negative binomial distribution/p"
Da cppreference.com
< cpp | numeric | random | negative binomial distribution
m (uma edição: Translate from the English version) |
m (Use {{lc}}. Update links. Various fixes.) |
||
(Uma edição intermédia de um utilizador não apresentada) | |||
Linha 15: | Linha 15: | ||
===Veja também=== | ===Veja também=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/numeric/random/distribution/param | negative_binomial_distribution}} |
− | {{ | + | {{| cpp/numeric/random/negative_binomial_distribution/k}} |
− | {{ | + | {{end}} |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Edição actual desde as 10h11min de 2 de julho de 2013
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
double p() const; |
(desde C++11) | |
Retorna o parâmetro de distribuição p (probabilidade de um julgamento gerando true).
Original:
Returns the p distribution parameter (probability of a trial generating true).
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar] Parâmetros
(Nenhum)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar] Valor de retorno
Valor de ponto flutuante identificar a probabilidade de uma geração true julgamento
Original:
Floating point value identifying the probability of a trial generating true
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar] Veja também
obtém ou define o objeto de parâmetro de distribuição Original: gets or sets the distribution parameter object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
retorna o parâmetro de distribuição k (número de falhas de julgamento) Original: returns the k distribution parameter (number of trial failures) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) |