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 (r2.7.3) (Robô: A adicionar: de, en, es, fr, it, ja, ru, zh) |
||
Linha 19: | Linha 19: | ||
{{dcl list template | cpp/numeric/random/negative_binomial_distribution/dcl list k}} | {{dcl list template | cpp/numeric/random/negative_binomial_distribution/dcl list k}} | ||
{{dcl list end}} | {{dcl list end}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Revisão das 18h58min de 2 de novembro de 2012
![]() |
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.
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.
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.